@cloudtower/eagle 0.27.37-dry-1 → 0.27.38

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
@@ -29571,65 +29571,35 @@ html body {
29571
29571
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29572
29572
  }
29573
29573
 
29574
- .s1ebs0ra {
29574
+ .iap75of {
29575
+ height: 18px;
29576
+ line-height: 18px;
29577
+ padding: 0 4px;
29578
+ border-radius: 4px;
29579
+ background: rgba(235, 239, 245, 0.6);
29580
+ border: 1px solid rgba(223, 228, 235, 0.6);
29575
29581
  display: flex;
29576
29582
  align-items: center;
29577
- justify-content: space-between;
29578
- background: #edf0f7;
29579
- padding: 8px 12px;
29580
- position: sticky;
29581
- top: 0;
29582
- z-index: 1;
29583
- margin-bottom: -52px;
29583
+ white-space: nowrap;
29584
+ margin-right: 4px;
29584
29585
  }
29585
- .s1ebs0ra .select-total {
29586
- display: flex;
29586
+
29587
+ .i1mrf09m {
29588
+ display: inline-flex;
29587
29589
  align-items: center;
29588
- font-weight: 700;
29589
- flex-shrink: 0;
29590
29590
  }
29591
- .s1ebs0ra .select-total .icon-wrapper {
29592
- cursor: pointer;
29593
- margin-left: 8px;
29594
- width: 32px;
29595
- height: 32px;
29596
- border-radius: 50%;
29591
+ .i1mrf09m .icon-inner {
29592
+ display: inline-flex;
29593
+ align-items: center;
29597
29594
  justify-content: center;
29598
29595
  }
29599
- .s1ebs0ra .select-total .icon-wrapper:hover {
29600
- background: rgba(225, 230, 241, 0.6);
29601
- }
29602
- .s1ebs0ra .action-group {
29603
- flex: 1;
29604
- margin-left: 88px;
29605
- white-space: nowrap;
29606
- text-align: right;
29607
- position: relative;
29608
- padding: 4px 0;
29609
- margin-top: -4px;
29610
- overflow: hidden;
29611
- }
29612
- .s1ebs0ra .action-group .sub-menu-delete {
29613
- transform: translateY(-4px);
29614
- }
29615
- .s1ebs0ra .action-group button {
29616
- border: none;
29617
- }
29618
- .s1ebs0ra .action-group > *:not(:last-child) {
29619
- margin-right: 8px;
29620
- }
29621
- .s1ebs0ra .action-group > button:last-child {
29622
- margin-right: 4px;
29623
- }
29624
- .s1ebs0ra .action-group .more-btn {
29625
- cursor: pointer;
29626
- width: 32px;
29627
- height: 32px;
29628
- justify-content: center;
29629
- border-radius: 50%;
29596
+ .i1mrf09m .icon-inner + span,
29597
+ .i1mrf09m span + .icon-inner.suffix {
29598
+ margin-left: 4px;
29630
29599
  }
29631
- .s1ebs0ra .action-group .more-btn:hover {
29632
- background: #fff;
29600
+ .i1mrf09m.is-rotate img,
29601
+ .i1mrf09m.is-rotate svg {
29602
+ animation: rotate 680ms linear infinite;
29633
29603
  }
29634
29604
 
29635
29605
  .bpq0js6 {
@@ -29676,37 +29646,6 @@ html body {
29676
29646
  font-size: 18px;
29677
29647
  }
29678
29648
 
29679
- .i1mrf09m {
29680
- display: inline-flex;
29681
- align-items: center;
29682
- }
29683
- .i1mrf09m .icon-inner {
29684
- display: inline-flex;
29685
- align-items: center;
29686
- justify-content: center;
29687
- }
29688
- .i1mrf09m .icon-inner + span,
29689
- .i1mrf09m span + .icon-inner.suffix {
29690
- margin-left: 4px;
29691
- }
29692
- .i1mrf09m.is-rotate img,
29693
- .i1mrf09m.is-rotate svg {
29694
- animation: rotate 680ms linear infinite;
29695
- }
29696
-
29697
- .iap75of {
29698
- height: 18px;
29699
- line-height: 18px;
29700
- padding: 0 4px;
29701
- border-radius: 4px;
29702
- background: rgba(235, 239, 245, 0.6);
29703
- border: 1px solid rgba(223, 228, 235, 0.6);
29704
- display: flex;
29705
- align-items: center;
29706
- white-space: nowrap;
29707
- margin-right: 4px;
29708
- }
29709
-
29710
29649
  .buj61ew.ant-btn-icon-only {
29711
29650
  justify-content: center;
29712
29651
  }
@@ -30097,1891 +30036,1936 @@ html body {
30097
30036
  color: #fff;
30098
30037
  }
30099
30038
 
30100
- .rxbeqvl.ant-radio-wrapper {
30101
- display: inline-flex;
30102
- align-items: baseline;
30103
- white-space: pre-wrap;
30039
+ .s1ebs0ra {
30040
+ display: flex;
30041
+ align-items: center;
30042
+ justify-content: space-between;
30043
+ background: #edf0f7;
30044
+ padding: 8px 12px;
30045
+ position: sticky;
30046
+ top: 0;
30047
+ z-index: 1;
30048
+ margin-bottom: -52px;
30104
30049
  }
30105
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30106
- position: relative;
30107
- top: 3px;
30050
+ .s1ebs0ra .select-total {
30051
+ display: flex;
30052
+ align-items: center;
30053
+ font-weight: 700;
30054
+ flex-shrink: 0;
30108
30055
  }
30109
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30110
- border-color: rgba(107, 128, 167, 0.6);
30056
+ .s1ebs0ra .select-total .icon-wrapper {
30057
+ cursor: pointer;
30058
+ margin-left: 8px;
30059
+ width: 32px;
30060
+ height: 32px;
30061
+ border-radius: 50%;
30062
+ justify-content: center;
30111
30063
  }
30112
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30113
- border-color: #0080ff;
30064
+ .s1ebs0ra .select-total .icon-wrapper:hover {
30065
+ background: rgba(225, 230, 241, 0.6);
30114
30066
  }
30115
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30116
- border-color: #0080ff;
30117
- background: #0080ff;
30067
+ .s1ebs0ra .action-group {
30068
+ flex: 1;
30069
+ margin-left: 88px;
30070
+ white-space: nowrap;
30071
+ text-align: right;
30072
+ position: relative;
30073
+ padding: 4px 0;
30074
+ margin-top: -4px;
30075
+ overflow: hidden;
30118
30076
  }
30119
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30120
- top: 4px;
30121
- left: 4px;
30122
- width: 6px;
30123
- height: 6px;
30124
- background: #fff;
30077
+ .s1ebs0ra .action-group .sub-menu-delete {
30078
+ transform: translateY(-4px);
30125
30079
  }
30126
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30127
- opacity: 0.5;
30080
+ .s1ebs0ra .action-group button {
30081
+ border: none;
30128
30082
  }
30129
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30130
- border-color: rgba(107, 128, 167, 0.6);
30131
- background: rgba(211, 218, 235, 0.6);
30083
+ .s1ebs0ra .action-group > *:not(:last-child) {
30084
+ margin-right: 8px;
30132
30085
  }
30133
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30134
- background: #00122e;
30086
+ .s1ebs0ra .action-group > button:last-child {
30087
+ margin-right: 4px;
30135
30088
  }
30136
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30137
- color: #00122e;
30138
- opacity: 0.5;
30089
+ .s1ebs0ra .action-group .more-btn {
30090
+ cursor: pointer;
30091
+ width: 32px;
30092
+ height: 32px;
30093
+ justify-content: center;
30094
+ border-radius: 50%;
30139
30095
  }
30140
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30141
- color: #00122e;
30096
+ .s1ebs0ra .action-group .more-btn:hover {
30097
+ background: #fff;
30142
30098
  }
30143
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30099
+
30100
+ .obf05yr {
30144
30101
  display: inline-block;
30145
- padding: 0;
30146
- padding-left: 12px;
30147
- }
30148
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30149
- margin-bottom: 0;
30150
- white-space: pre-wrap;
30151
- color: rgba(44, 56, 82, 0.6);
30152
- }
30153
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30154
- padding-left: 8px;
30155
30102
  }
30156
30103
 
30157
- .r5ie79y .ant-radio-button-wrapper:first-child {
30158
- border-radius: 5px 0 0 5px;
30159
- }
30160
- .r5ie79y .ant-radio-button-wrapper:last-child {
30161
- border-radius: 0 5px 5px 0;
30104
+ .hsms1n6 {
30105
+ visibility: hidden;
30106
+ position: absolute;
30162
30107
  }
30163
30108
 
30164
- .r1f0aqcc {
30165
- color: #00122e;
30166
- border-color: #ccd4e3;
30167
- }
30168
- .r1f0aqcc:first-child {
30169
- border-color: #a3b4cc;
30109
+ .p12gwtiw {
30110
+ display: flex;
30111
+ justify-content: space-between;
30112
+ align-items: center;
30113
+ padding: 10px 0;
30114
+ color: rgba(44, 56, 82, 0.6);
30115
+ font-size: 12px;
30116
+ line-height: 24px;
30170
30117
  }
30171
- .r1f0aqcc.ant-radio-button-wrapper {
30172
- padding: 0 12px;
30173
- line-height: 32px;
30174
- height: 32px;
30118
+ .p12gwtiw .pagination-left {
30119
+ padding: 2px 8px;
30175
30120
  }
30176
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30177
- white-space: nowrap;
30121
+ .p12gwtiw .dropdown-trigger {
30122
+ display: flex;
30123
+ align-items: center;
30124
+ border-radius: 6px;
30125
+ cursor: pointer;
30126
+ transition: all 0.3s ease;
30178
30127
  }
30179
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30180
- height: 22px;
30181
- padding: 0 7px;
30182
- line-height: 20px;
30128
+ .p12gwtiw .dropdown-trigger:hover {
30129
+ background: rgba(211, 218, 235, 0.6);
30130
+ color: #0080ff;
30183
30131
  }
30184
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30185
- background: #ccd4e3;
30132
+ .p12gwtiw .dropdown-trigger .icon-inner {
30133
+ margin-left: 4px;
30186
30134
  }
30187
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30188
- background: #0080ff;
30135
+ .p12gwtiw .pagination-right {
30136
+ display: flex;
30137
+ align-items: center;
30138
+ color: #0080ff;
30139
+ font-weight: bold;
30189
30140
  }
30190
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30191
- background: #ccd4e3;
30192
- opacity: 0.5;
30141
+ .p12gwtiw .pagination-right .icon-inner {
30142
+ margin-left: 4px;
30193
30143
  }
30194
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30195
- border-right-color: #0080ff;
30144
+ .p12gwtiw .pagination-right .prev-btn,
30145
+ .p12gwtiw .pagination-right .next-btn {
30146
+ padding: 0 8px;
30196
30147
  }
30197
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30198
- border-color: #0080ff;
30148
+ .p12gwtiw .pagination-right .prev-btn > span,
30149
+ .p12gwtiw .pagination-right .next-btn > span {
30150
+ color: #0080ff;
30199
30151
  }
30200
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30201
- background: rgba(0, 136, 255, 0.1);
30152
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30153
+ transform: rotate(180deg);
30202
30154
  }
30203
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30204
- background: rgba(211, 218, 235, 0.6);
30205
- border-color: #ccd4e3;
30206
- opacity: 0.5;
30155
+
30156
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30157
+ max-height: calc(100vh - 128px);
30158
+ overflow-y: auto;
30207
30159
  }
30208
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30209
- color: #00122e;
30210
- border-color: #ccd4e3;
30160
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30161
+ padding: 4px 20px;
30162
+ font-size: 12px;
30163
+ line-height: 18px;
30211
30164
  }
30212
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30213
- color: #00122e;
30214
- border-color: #ccd4e3;
30165
+
30166
+ .s34f1qb.ant-switch {
30167
+ min-width: 40px;
30168
+ height: 24px;
30215
30169
  background: rgba(172, 186, 211, 0.6);
30170
+ overflow: hidden;
30216
30171
  }
30217
- .r1f0aqcc .ant-radio-button-input {
30218
- margin-right: 8px;
30219
- display: inline;
30220
- border: none;
30221
- padding: 0;
30222
- width: 36px;
30223
- background: transparent;
30172
+ .s34f1qb.ant-switch:focus {
30173
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30224
30174
  }
30225
- .r1f0aqcc .ant-radio-button-input:focus {
30226
- box-shadow: none;
30175
+ .s34f1qb.ant-switch-small {
30176
+ min-width: 26px;
30177
+ height: 16px;
30227
30178
  }
30228
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30229
- margin-right: 0;
30230
- width: initial;
30231
- box-shadow: none;
30179
+ .s34f1qb.ant-switch-large {
30180
+ min-width: 52px;
30181
+ height: 32px;
30232
30182
  }
30233
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30234
- display: none;
30183
+ .s34f1qb.ant-switch .ant-switch-handle {
30184
+ height: 20px;
30185
+ width: 20px;
30235
30186
  }
30236
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30237
- display: inline;
30187
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30188
+ border-radius: 10px;
30189
+ transition-delay: 120ms;
30238
30190
  }
30239
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30240
- display: inline;
30241
- margin-right: 8px;
30242
- padding: 0;
30243
- width: 36px;
30191
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30192
+ height: 14px;
30193
+ width: 14px;
30194
+ top: 1px;
30195
+ left: 1px;
30196
+ }
30197
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30198
+ height: 28px;
30199
+ width: 28px;
30200
+ }
30201
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30202
+ border-radius: 14px;
30203
+ }
30204
+ .s34f1qb.ant-switch-checked {
30205
+ background-color: #00ba5d;
30206
+ }
30207
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30208
+ left: calc(100% - 20px - 2px);
30209
+ }
30210
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30211
+ left: calc(100% - 14px - 1px);
30212
+ }
30213
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30214
+ left: calc(100% - 28px - 2px);
30215
+ }
30216
+
30217
+ .c1to9vb9 {
30218
+ margin-left: 5px;
30244
30219
  }
30245
30220
 
30246
30221
  .i1e4sgug {
30247
30222
  display: inline-block;
30248
30223
  }
30249
30224
 
30250
- .cz04yix {
30251
- display: flex;
30252
- flex-direction: column;
30225
+ .s1fc623g {
30226
+ width: 430px !important;
30253
30227
  }
30254
30228
 
30255
- .m1if5j39 {
30256
- max-width: 1120px;
30257
- width: 100%;
30258
- margin: 0 auto;
30259
- height: 100%;
30229
+ .da3mx0o .ant-select-item-group {
30230
+ padding: 8px 16px;
30231
+ line-height: 18px;
30232
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30233
+ height: 34px;
30234
+ min-height: 34px;
30235
+ box-sizing: border-box;
30236
+ margin-top: 8px;
30260
30237
  }
30261
30238
 
30262
- .w1vvwdlp {
30263
- max-width: 1120px;
30264
- width: 100%;
30265
- margin: 0 auto;
30266
- display: flex;
30267
- }
30268
- .w1vvwdlp .left,
30269
- .w1vvwdlp .right {
30270
- flex-grow: 0;
30271
- flex-shrink: 0;
30272
- flex-basis: 21%;
30273
- }
30274
- .w1vvwdlp .left {
30239
+ .onr9gzt {
30275
30240
  display: flex;
30276
- justify-content: flex-end;
30277
- padding-right: 44px;
30278
- }
30279
- .w1vvwdlp .right {
30280
- padding-left: 44px;
30281
- }
30282
- .w1vvwdlp .middle {
30283
- margin-bottom: 40px;
30284
- flex-grow: 0;
30285
- flex-shrink: 0;
30286
- flex-basis: 58%;
30241
+ flex-direction: column;
30242
+ margin: 1px 8px;
30243
+ padding: 8px;
30244
+ border-radius: 4px;
30287
30245
  }
30288
- .w1vvwdlp .middle .form-base-field {
30289
- width: 100%;
30246
+ .onr9gzt .selected-icon {
30247
+ display: none;
30290
30248
  }
30291
- .w1vvwdlp .middle .form-base-field .form-base-field {
30292
- width: auto;
30249
+ .onr9gzt.ant-select-item-option-grouped {
30250
+ padding-left: 8px;
30293
30251
  }
30294
-
30295
- .h1cuopx7 .ant-modal-header {
30296
- margin: 0 auto;
30297
- width: 100%;
30298
- max-width: 648px;
30252
+ .onr9gzt.ant-select-item-option-selected {
30253
+ background-color: white;
30299
30254
  }
30300
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30301
- margin-left: 0;
30255
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30256
+ color: #0080ff;
30302
30257
  }
30303
- .h1cuopx7 .ant-modal-body {
30304
- margin: 0 auto;
30305
- padding: 0;
30306
- width: 100%;
30307
- max-width: 648px;
30308
- overflow: hidden;
30258
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30259
+ display: block;
30309
30260
  }
30310
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30311
- margin-bottom: 40px;
30261
+ .onr9gzt.ant-select-item-option-active {
30262
+ background: rgba(0, 136, 255, 0.16);
30312
30263
  }
30313
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30314
- height: calc(100vh - 225px);
30315
- overflow-y: auto;
30264
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30265
+ color: #0080ff;
30316
30266
  }
30317
- .h1cuopx7 .ant-modal-footer .footer-content {
30318
- margin: 0 auto;
30319
- max-width: 648px;
30267
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30268
+ background: rgba(0, 136, 255, 0.1);
30269
+ color: #0080ff;
30320
30270
  }
30321
30271
 
30322
- .h1p6d3y3 .ant-modal-header {
30323
- margin: 0 auto;
30324
- width: 100%;
30325
- max-width: 1024px;
30326
- }
30327
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30328
- margin-left: 0;
30272
+ .oiy0apc {
30273
+ display: flex;
30274
+ justify-content: space-between;
30275
+ height: 20px;
30276
+ line-height: 20px;
30329
30277
  }
30330
- .h1p6d3y3 .ant-modal-body {
30331
- margin: 0 auto;
30332
- padding: 0;
30333
- width: 100%;
30334
- max-width: 1024px;
30278
+ .oiy0apc .timezone-title {
30279
+ color: #2d3a56;
30335
30280
  overflow: hidden;
30336
- }
30337
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30338
- margin-bottom: 40px;
30339
- }
30340
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30341
- height: calc(100vh - 225px);
30342
- overflow-y: auto;
30343
- }
30344
- .h1p6d3y3 .ant-modal-footer .footer-content {
30345
- margin: 0 auto;
30346
- max-width: 1024px;
30281
+ text-overflow: ellipsis;
30347
30282
  }
30348
30283
 
30349
- .fxgckuk {
30350
- flex: 1;
30351
- }
30352
- .fxgckuk label {
30353
- font-size: 13px;
30354
- line-height: 20px;
30284
+ .of4y382 {
30285
+ display: flex;
30286
+ justify-content: space-between;
30355
30287
  color: rgba(44, 56, 82, 0.6);
30288
+ height: 18px;
30289
+ line-height: 18px;
30290
+ margin-top: 2px;
30356
30291
  }
30357
- .fxgckuk .title {
30358
- font-size: 14px;
30359
- line-height: 20px;
30360
- color: #2d3a56;
30361
- margin-bottom: 12px;
30362
- }
30363
- .fxgckuk.connect-cluster .title {
30364
- padding-bottom: 26px;
30292
+
30293
+ .t19903l9 {
30294
+ border: none;
30295
+ margin-right: 0;
30296
+ background: rgba(225, 230, 241, 0.6);
30365
30297
  }
30366
30298
 
30367
- .f1d0vek1 {
30368
- padding: 25px 0 15px 0;
30369
- border-bottom: 1px solid #e1e5eb;
30370
- margin-bottom: 16px;
30299
+ .ohwbvxu {
30300
+ pointer-events: none;
30301
+ height: 32px;
30302
+ width: 100%;
30303
+ opacity: 0;
30371
30304
  }
30372
30305
 
30373
- .f4u402y {
30374
- display: flex;
30375
- align-items: center;
30376
- margin-bottom: 8px;
30377
- }
30378
- .f4u402y > label {
30379
- width: 216px;
30306
+ .d6j0lbj {
30307
+ font-family: Inter;
30308
+ font-style: normal;
30309
+ font-weight: bold;
30310
+ font-size: 32px;
30311
+ line-height: 40px;
30380
30312
  }
30381
- .f4u402y > label + * {
30382
- width: 100%;
30313
+
30314
+ .d1xhvvxe {
30315
+ font-family: Inter;
30316
+ font-style: normal;
30317
+ font-weight: bold;
30318
+ font-size: 24px;
30319
+ line-height: 32px;
30383
30320
  }
30384
- .f4u402y .ant-select {
30385
- width: 100%;
30321
+
30322
+ .dk10mxq {
30323
+ font-family: Inter;
30324
+ font-style: normal;
30325
+ font-weight: normal;
30326
+ font-size: 32px;
30327
+ line-height: 40px;
30386
30328
  }
30387
30329
 
30388
- .e1pldf6v {
30389
- color: #e75a3a;
30390
- margin-right: 10px;
30330
+ .dxsait {
30331
+ font-family: Inter;
30332
+ font-style: normal;
30333
+ font-weight: bold;
30334
+ font-size: 20px;
30335
+ line-height: 24px;
30391
30336
  }
30392
30337
 
30393
- .dq0gblh {
30394
- width: 100%;
30395
- height: 1px;
30396
- background: rgba(213, 219, 227, 0.6);
30397
- margin: 24px 0;
30338
+ .dokn0h3 {
30339
+ font-family: Inter;
30340
+ font-style: normal;
30341
+ font-weight: normal;
30342
+ font-size: 20px;
30343
+ line-height: 24px;
30398
30344
  }
30399
30345
 
30400
- .l1v7sr0n {
30401
- display: flex;
30402
- justify-content: center;
30403
- align-items: center;
30404
- height: 100%;
30346
+ .dobau4p {
30347
+ font-family: Inter;
30348
+ font-style: normal;
30349
+ font-weight: bold;
30350
+ font-size: 18px;
30351
+ line-height: 22px;
30405
30352
  }
30406
30353
 
30407
- .d1i4ou6o {
30408
- display: inline-block;
30409
- width: 4px;
30410
- height: 4px;
30411
- background: #8e9aa9;
30412
- opacity: 0.4;
30413
- border-radius: 50%;
30414
- margin: 0 4px;
30354
+ .dvolwok {
30355
+ font-family: Inter;
30356
+ font-style: normal;
30357
+ font-weight: normal;
30358
+ font-size: 18px;
30359
+ line-height: 22px;
30415
30360
  }
30416
30361
 
30417
- .m1jy87hk .ant-modal-header,
30418
- .m1jy87hk .ant-modal-footer .footer-content {
30419
- width: 648px;
30420
- margin: 0 auto;
30362
+ .h181qhg4 {
30363
+ font-family: Inter;
30364
+ font-style: normal;
30365
+ font-weight: bold;
30366
+ font-size: 16px;
30367
+ line-height: 22px;
30421
30368
  }
30422
- .m1jy87hk .ant-modal-header {
30423
- padding: 35px 0 24px;
30424
- border: none;
30369
+
30370
+ .h1phgmcq {
30371
+ font-family: Inter;
30372
+ font-style: normal;
30373
+ font-weight: normal;
30374
+ font-size: 16px;
30375
+ line-height: 22px;
30425
30376
  }
30426
- .m1jy87hk .ant-modal-header .ant-modal-title {
30427
- font-size: 30px;
30377
+
30378
+ .h173xnl1 {
30379
+ font-family: Inter;
30380
+ font-style: normal;
30381
+ font-weight: bold;
30382
+ font-size: 14px;
30383
+ line-height: 20px;
30428
30384
  }
30429
- .m1jy87hk .ant-modal-body {
30430
- padding: 4px 0 2px;
30385
+
30386
+ .hedm4pz {
30387
+ font-family: Inter;
30388
+ font-style: normal;
30389
+ font-weight: normal;
30390
+ font-size: 14px;
30391
+ line-height: 20px;
30431
30392
  }
30432
- .m1jy87hk .ant-modal-footer {
30433
- border: none;
30393
+
30394
+ .h1kd8xld {
30395
+ font-family: Inter;
30396
+ font-style: normal;
30397
+ font-weight: bold;
30398
+ font-size: 12px;
30399
+ line-height: 18px;
30434
30400
  }
30435
30401
 
30436
- .ti7fpyu {
30402
+ .hp14fr {
30403
+ font-family: Inter;
30404
+ font-style: normal;
30405
+ font-weight: normal;
30437
30406
  font-size: 12px;
30438
30407
  line-height: 18px;
30408
+ }
30409
+
30410
+ .hgrg7mn {
30411
+ font-family: Inter;
30412
+ font-style: normal;
30439
30413
  font-weight: bold;
30440
- color: #fff;
30441
- padding: 0 4px;
30442
- border-radius: 4px;
30443
- display: inline-block;
30444
- background: var(--ti7fpyu-0);
30414
+ text-transform: uppercase;
30415
+ font-feature-settings: "cpsp" on;
30416
+ font-size: 12px;
30417
+ line-height: 18px;
30445
30418
  }
30446
- .ti7fpyu:not(:first-child) {
30447
- margin-left: 4px;
30419
+
30420
+ .h6zme9x {
30421
+ font-family: Inter;
30422
+ font-style: normal;
30423
+ font-weight: normal;
30424
+ text-transform: uppercase;
30425
+ font-feature-settings: "cpsp" on;
30426
+ font-size: 12px;
30427
+ line-height: 18px;
30448
30428
  }
30449
30429
 
30450
- .f1rest1f {
30451
- width: 100%;
30452
- height: 100%;
30453
- display: flex;
30454
- align-items: center;
30455
- justify-content: center;
30430
+ .locjvsv {
30431
+ font-family: Inter;
30432
+ font-style: normal;
30433
+ font-weight: normal;
30434
+ font-size: 16px;
30435
+ line-height: 24px;
30456
30436
  }
30457
30437
 
30458
- .n1kbdoln {
30459
- font-size: 90%;
30438
+ .l13gi131 {
30439
+ font-family: Inter;
30440
+ font-style: normal;
30460
30441
  font-weight: bold;
30461
- background-color: rgba(240, 243, 247, 0.6);
30462
- padding: 1px 4px 1px;
30463
- margin-left: 2px;
30464
- margin-right: 2px;
30465
- border: 1px solid rgba(213, 219, 227, 0.6);
30466
- border-radius: 4px;
30442
+ font-size: 16px;
30443
+ line-height: 24px;
30467
30444
  }
30468
30445
 
30469
- .f1y3gta0.form-item-general {
30470
- width: 640px;
30471
- }
30472
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30473
- margin-top: 16px;
30446
+ .l1ynemsu {
30447
+ font-family: Inter;
30448
+ font-style: normal;
30449
+ font-weight: normal;
30450
+ font-size: 16px;
30451
+ line-height: 24px;
30474
30452
  }
30475
- .f1y3gta0.form-item-compact {
30476
- width: 412px;
30453
+
30454
+ .l1cft1cx {
30455
+ font-family: Inter;
30456
+ font-style: normal;
30457
+ font-weight: bold;
30458
+ font-size: 16px;
30459
+ line-height: 24px;
30477
30460
  }
30478
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30479
- margin-top: 8px;
30461
+
30462
+ .l17tqc8p {
30463
+ font-family: Inter;
30464
+ font-style: normal;
30465
+ font-weight: normal;
30466
+ text-transform: uppercase;
30467
+ font-feature-settings: "cpsp" on;
30468
+ font-size: 16px;
30469
+ line-height: 24px;
30480
30470
  }
30481
- .f1y3gta0 .form-item {
30482
- width: auto;
30471
+
30472
+ .l1j1e5w7 {
30473
+ font-family: Inter;
30474
+ font-style: normal;
30475
+ font-weight: bold;
30476
+ text-transform: uppercase;
30477
+ font-feature-settings: "cpsp" on;
30478
+ font-size: 16px;
30479
+ line-height: 24px;
30483
30480
  }
30484
- .f1y3gta0 .form-item-main {
30485
- position: relative;
30486
- display: flex;
30481
+
30482
+ .l1gf91jb {
30483
+ font-family: Inter;
30484
+ font-style: normal;
30485
+ font-weight: normal;
30486
+ font-size: 14px;
30487
+ line-height: 22px;
30487
30488
  }
30488
- .f1y3gta0 .form-item-extra {
30489
- margin-top: 4px;
30490
- width: 100%;
30491
- padding: 14px;
30492
- background: #f2f4f6;
30493
- font-size: 13px;
30494
- line-height: 1.8;
30495
- color: #8e9aa9;
30489
+
30490
+ .lu7hlr6 {
30491
+ font-family: Inter;
30492
+ font-style: normal;
30493
+ font-weight: 500;
30494
+ font-size: 14px;
30495
+ line-height: 22px;
30496
30496
  }
30497
- .f1y3gta0 .form-item-label {
30498
- padding-right: 12px;
30499
- font-size: 13px;
30500
- color: rgba(44, 56, 82, 0.6);
30497
+
30498
+ .l3l3jf0 {
30499
+ font-family: Inter;
30500
+ font-style: normal;
30501
+ font-weight: bold;
30502
+ font-size: 14px;
30503
+ line-height: 22px;
30501
30504
  }
30502
- .f1y3gta0 .form-item-label.label-right {
30503
- text-align: right;
30504
- }
30505
- .f1y3gta0 .form-item-label,
30506
- .f1y3gta0 .form-item-control {
30507
- line-height: 32px;
30508
- }
30509
- .f1y3gta0 .form-item-control .form-item-error {
30510
- line-height: 18px;
30505
+
30506
+ .l12j5nqp {
30507
+ font-family: Inter;
30508
+ font-style: normal;
30509
+ font-weight: normal;
30510
+ font-size: 14px;
30511
+ line-height: 22px;
30511
30512
  }
30512
- .f1y3gta0 .form-item-children {
30513
- width: 100%;
30513
+
30514
+ .l1tecqht {
30515
+ font-family: Inter;
30516
+ font-style: normal;
30517
+ font-weight: bold;
30518
+ font-size: 14px;
30519
+ line-height: 22px;
30514
30520
  }
30515
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30516
- width: 100%;
30521
+
30522
+ .l6sa990 {
30523
+ font-family: Inter;
30524
+ font-style: normal;
30525
+ font-weight: normal;
30526
+ text-transform: uppercase;
30527
+ font-feature-settings: "cpsp" on;
30528
+ font-size: 14px;
30529
+ line-height: 22px;
30517
30530
  }
30518
- .f1y3gta0 .form-item-error {
30519
- color: #e75a3a;
30520
- height: 0;
30521
- overflow: hidden;
30531
+
30532
+ .lckqe8j {
30533
+ font-family: Inter;
30534
+ font-style: normal;
30535
+ font-weight: bold;
30536
+ text-transform: uppercase;
30537
+ font-feature-settings: "cpsp" on;
30538
+ font-size: 14px;
30539
+ line-height: 22px;
30522
30540
  }
30523
- .f1y3gta0 .form-item-error-enter-done {
30524
- margin-top: 4px;
30525
- height: auto;
30526
- overflow: auto;
30541
+
30542
+ .l1kuminb {
30543
+ font-family: Inter;
30544
+ font-style: normal;
30545
+ font-weight: normal;
30546
+ font-size: 13px;
30547
+ line-height: 20px;
30527
30548
  }
30528
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30529
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30530
- border: 1px solid #e75a3a;
30531
- color: #e75a3a;
30549
+
30550
+ .l1pbuf5j {
30551
+ font-family: Inter;
30552
+ font-style: normal;
30553
+ font-weight: 600;
30554
+ font-size: 13px;
30555
+ line-height: 20px;
30532
30556
  }
30533
30557
 
30534
- .fujbm7g {
30535
- color: #2d3a56;
30558
+ .l1r4ztu {
30559
+ font-family: Inter;
30560
+ font-style: normal;
30536
30561
  font-weight: bold;
30537
- padding-bottom: 6px;
30538
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30539
- margin-bottom: 16px;
30540
- }
30541
- .fujbm7g:not(:first-of-type) {
30542
- margin-top: 16px;
30562
+ font-size: 13px;
30563
+ line-height: 20px;
30543
30564
  }
30544
30565
 
30545
- .e5fsw5s {
30546
- width: 8px;
30547
- height: 24px;
30548
- display: flex;
30549
- justify-content: center;
30550
- align-items: center;
30551
- cursor: pointer;
30552
- transition: all 200ms ease-out 40ms;
30553
- }
30554
- .e5fsw5s:before, .e5fsw5s:after {
30555
- content: "";
30556
- width: 1px;
30557
- height: 6px;
30558
- border-radius: 1px;
30559
- background: #ccd4e3;
30560
- position: relative;
30561
- right: 2px;
30562
- transform: rotate(-45deg);
30566
+ .ly8vzok {
30567
+ font-family: Inter;
30568
+ font-style: normal;
30569
+ font-weight: normal;
30570
+ font-size: 13px;
30571
+ line-height: 20px;
30563
30572
  }
30564
- .e5fsw5s:after {
30565
- transform: rotate(45deg);
30566
- left: 1px;
30573
+
30574
+ .lumfmf {
30575
+ font-family: Inter;
30576
+ font-style: normal;
30577
+ font-weight: 600;
30578
+ font-size: 13px;
30579
+ line-height: 20px;
30567
30580
  }
30568
30581
 
30569
- .w18knsg4.ant-alert-warning {
30570
- border: 0;
30571
- background: rgba(255, 187, 0, 0.1);
30572
- border-radius: 6px;
30582
+ .l16ujwmv {
30583
+ font-family: Inter;
30584
+ font-style: normal;
30585
+ font-weight: bold;
30586
+ font-size: 13px;
30587
+ line-height: 20px;
30573
30588
  }
30574
- .w18knsg4.ant-alert,
30575
- .w18knsg4 .ant-alert-message {
30576
- color: #e07f00;
30589
+
30590
+ .l17o1ffr {
30591
+ font-family: Inter;
30592
+ font-style: normal;
30593
+ font-weight: normal;
30594
+ text-transform: uppercase;
30595
+ font-feature-settings: "cpsp" on;
30596
+ font-size: 13px;
30597
+ line-height: 20px;
30577
30598
  }
30578
- .w18knsg4.ant-alert .dashed-border-bottom,
30579
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30580
- border-bottom-color: #e07f00;
30599
+
30600
+ .lngllvn {
30601
+ font-family: Inter;
30602
+ font-style: normal;
30603
+ font-weight: bold;
30604
+ text-transform: uppercase;
30605
+ font-feature-settings: "cpsp" on;
30606
+ font-size: 13px;
30607
+ line-height: 20px;
30581
30608
  }
30582
30609
 
30583
- .ng31n2o {
30584
- display: flex;
30585
- flex-direction: row;
30586
- padding: 7px 12px;
30587
- background: rgba(255, 187, 0, 0.1);
30588
- border-radius: 6px;
30589
- color: #e07f00;
30610
+ .l2i7fo9 {
30611
+ font-family: Inter;
30612
+ font-style: normal;
30613
+ font-weight: normal;
30590
30614
  font-size: 12px;
30591
30615
  line-height: 18px;
30592
30616
  }
30593
- .ng31n2o .icon-wrapper {
30594
- margin-right: 10px;
30595
- height: 18px;
30596
- }
30597
30617
 
30598
- .n15x5f5y {
30599
- display: flex;
30600
- flex-direction: row;
30601
- padding: 7px 12px;
30602
- background: rgba(225, 230, 241, 0.6);
30603
- border-radius: 6px;
30604
- color: rgba(44, 56, 82, 0.6);
30618
+ .l1x7hscx {
30619
+ font-family: Inter;
30620
+ font-style: normal;
30621
+ font-weight: 500;
30605
30622
  font-size: 12px;
30606
30623
  line-height: 18px;
30607
30624
  }
30608
- .n15x5f5y .icon-wrapper {
30609
- margin-right: 10px;
30610
- height: 18px;
30611
- }
30612
30625
 
30613
- .i16ozz3f {
30614
- display: flex;
30615
- flex-direction: row;
30616
- padding: 7px 12px;
30617
- background: rgba(0, 136, 255, 0.1);
30618
- border-radius: 6px;
30619
- color: #005ed1;
30626
+ .le1jwan {
30627
+ font-family: Inter;
30628
+ font-style: normal;
30629
+ font-weight: bold;
30620
30630
  font-size: 12px;
30621
30631
  line-height: 18px;
30622
30632
  }
30623
- .i16ozz3f .icon-wrapper {
30624
- margin-right: 10px;
30625
- height: 18px;
30626
- }
30627
30633
 
30628
- .dszu9qr {
30629
- color: rgba(44, 56, 82, 0.6);
30630
- margin-top: 5px;
30634
+ .lyxynfj {
30635
+ font-family: Inter;
30636
+ font-style: normal;
30637
+ font-weight: normal;
30631
30638
  font-size: 12px;
30632
30639
  line-height: 18px;
30633
30640
  }
30634
30641
 
30635
- .snxzgx {
30636
- color: #f0483e;
30642
+ .lpb2nxv {
30643
+ font-family: Inter;
30644
+ font-style: normal;
30645
+ font-weight: 500;
30637
30646
  font-size: 12px;
30638
- white-space: pre-wrap;
30647
+ line-height: 18px;
30639
30648
  }
30640
30649
 
30641
- .o1i4orqw {
30642
- display: flex;
30643
- align-items: center;
30644
- justify-content: flex-end;
30650
+ .l1r8o3vv {
30651
+ font-family: Inter;
30652
+ font-style: normal;
30653
+ font-weight: bold;
30654
+ font-size: 12px;
30655
+ line-height: 18px;
30645
30656
  }
30646
- .o1i4orqw .icon-wrapper {
30647
- margin-right: 16px;
30657
+
30658
+ .lemnjy2 {
30659
+ font-family: Inter;
30660
+ font-style: normal;
30661
+ font-weight: normal;
30662
+ text-transform: uppercase;
30663
+ font-feature-settings: "cpsp" on;
30664
+ font-size: 12px;
30665
+ line-height: 18px;
30648
30666
  }
30649
30667
 
30650
- .t79k8o2 {
30651
- color: rgba(0, 21, 64, 0.3);
30668
+ .lrc42gb {
30669
+ font-family: Inter;
30670
+ font-style: normal;
30671
+ font-weight: bold;
30672
+ text-transform: uppercase;
30673
+ font-feature-settings: "cpsp" on;
30674
+ font-size: 12px;
30675
+ line-height: 18px;
30652
30676
  }
30653
30677
 
30654
- .ipd9bk.ant-input {
30655
- padding: 5px 12px;
30678
+ .fqaz4mb {
30679
+ font-family: Inter;
30680
+ font-style: normal;
30681
+ font-weight: normal;
30682
+ font-size: 13px;
30656
30683
  line-height: 20px;
30657
- color: #2d3a56;
30658
- border-radius: 6px;
30659
- border-color: rgba(172, 186, 211, 0.6);
30660
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30661
30684
  }
30662
- .ipd9bk.ant-input.ant-input-lg {
30663
- padding: 8px 16px;
30664
- line-height: 22px;
30685
+
30686
+ .f13we5o {
30687
+ font-family: Inter;
30688
+ font-style: normal;
30689
+ font-weight: normal;
30690
+ font-size: 13px;
30691
+ line-height: 20px;
30665
30692
  }
30666
- .ipd9bk.ant-input.ant-input-sm {
30667
- padding: 2px 8px;
30693
+
30694
+ .ffmjua2 {
30695
+ font-family: Inter;
30696
+ font-style: normal;
30697
+ font-weight: normal;
30698
+ font-size: 12px;
30668
30699
  line-height: 18px;
30669
30700
  }
30670
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30671
- border-color: rgba(107, 128, 167, 0.6);
30672
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30673
- z-index: 1;
30674
- }
30675
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30676
- border-color: #0096ff;
30677
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30678
- z-index: 1;
30679
- }
30680
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30681
- border-color: #e75a3a;
30682
- color: #e75a3a;
30683
- }
30684
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30685
- border-color: #e75a3a;
30686
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30687
- }
30688
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30689
- border-color: #e75a3a;
30690
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30701
+
30702
+ .fz2mxw0 {
30703
+ font-family: Inter;
30704
+ font-style: normal;
30705
+ font-weight: normal;
30706
+ font-size: 12px;
30707
+ line-height: 18px;
30691
30708
  }
30692
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30693
- background: rgba(211, 218, 235, 0.6);
30694
- color: rgba(0, 21, 64, 0.3);
30695
- border-color: rgba(172, 186, 211, 0.6);
30709
+
30710
+ .t1ertzoh {
30711
+ font-family: Inter;
30712
+ font-style: normal;
30713
+ font-weight: normal;
30714
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30715
+ font-size: 13px;
30716
+ line-height: 20px;
30696
30717
  }
30697
- .ipd9bk.ant-input-affix-wrapper {
30698
- padding: 5px 12px;
30699
- border-radius: 6px;
30700
- border-color: rgba(172, 186, 211, 0.6);
30718
+
30719
+ .t19bge8r {
30720
+ font-family: Inter;
30721
+ font-style: normal;
30722
+ font-weight: normal;
30723
+ font-feature-settings: "zero" on;
30724
+ font-size: 13px;
30701
30725
  line-height: 20px;
30702
- color: #2d3a56;
30703
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30704
30726
  }
30705
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30706
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30707
- color: rgba(44, 56, 82, 0.6);
30727
+
30728
+ .tjrzfyl {
30729
+ font-family: Inter;
30730
+ font-style: normal;
30731
+ font-weight: normal;
30732
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30733
+ font-size: 12px;
30734
+ line-height: 18px;
30708
30735
  }
30709
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30710
- padding: 8px 16px;
30711
- line-height: 22px;
30736
+
30737
+ .tm6s7bo {
30738
+ font-family: Inter;
30739
+ font-style: normal;
30740
+ font-weight: 500;
30741
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30742
+ font-size: 12px;
30743
+ line-height: 18px;
30712
30744
  }
30713
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30714
- padding: 2px 8px;
30745
+
30746
+ .t19zq6ic {
30747
+ font-family: Inter;
30748
+ font-style: normal;
30749
+ font-weight: normal;
30750
+ font-feature-settings: "zero" on;
30751
+ font-size: 12px;
30715
30752
  line-height: 18px;
30716
30753
  }
30717
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30718
- border-color: rgba(107, 128, 167, 0.6);
30719
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30754
+
30755
+ .t1gduru8 {
30756
+ font-family: Inter;
30757
+ font-style: normal;
30758
+ font-weight: 500;
30759
+ font-feature-settings: "zero" on;
30760
+ font-size: 12px;
30761
+ line-height: 18px;
30720
30762
  }
30721
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30722
- border-color: #0096ff;
30723
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30763
+
30764
+ .t55raab {
30765
+ font-family: Inter;
30766
+ font-style: normal;
30767
+ font-weight: bold;
30768
+ font-feature-settings: "zero" on;
30769
+ font-size: 16px;
30770
+ line-height: 24px;
30724
30771
  }
30725
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30726
- border-color: #e75a3a;
30772
+
30773
+ .u1w9abfe {
30774
+ font-family: Inter;
30775
+ font-style: normal;
30776
+ font-weight: normal;
30777
+ font-size: 10px;
30778
+ line-height: 12px;
30727
30779
  }
30728
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30729
- color: #e75a3a;
30780
+
30781
+ .t1upn1sz {
30782
+ height: 100%;
30730
30783
  }
30731
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30732
- border-color: #e75a3a;
30733
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30784
+
30785
+ .tta5kd2 {
30786
+ height: 100%;
30734
30787
  }
30735
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30736
- border-color: #e75a3a;
30737
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30788
+ .tta5kd2.empty-table .ant-table-content {
30789
+ overflow: visible !important;
30790
+ height: 100%;
30738
30791
  }
30739
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30740
- background: rgba(211, 218, 235, 0.6);
30741
- color: rgba(0, 21, 64, 0.3);
30742
- border-color: rgba(172, 186, 211, 0.6);
30792
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30793
+ height: 100%;
30743
30794
  }
30744
- textarea.ipd9bk.ant-input {
30745
- transition-property: height;
30746
- transition-delay: 50ms;
30795
+ .tta5kd2.empty-table .ant-table-content table {
30796
+ width: 100% !important;
30797
+ height: 100%;
30747
30798
  }
30748
- textarea.ipd9bk.ant-input.textarea-large {
30749
- min-height: 40px;
30750
- height: 40px;
30799
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30800
+ padding: 15px 0;
30751
30801
  }
30752
- textarea.ipd9bk.ant-input.textarea-large:focus {
30753
- height: 80px;
30802
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30803
+ display: none;
30754
30804
  }
30755
- textarea.ipd9bk.ant-input.textarea-middle {
30756
- min-height: 32px;
30757
- height: 32px;
30805
+ .tta5kd2 .active-row td:nth-child(1) {
30806
+ font-weight: 700;
30758
30807
  }
30759
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30760
- height: 64px;
30808
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30809
+ font-weight: 700;
30761
30810
  }
30762
- textarea.ipd9bk.ant-input.textarea-small {
30763
- min-height: 24px;
30764
- height: 24px;
30811
+ .tta5kd2 .ant-spin-nested-loading {
30812
+ height: 100%;
30765
30813
  }
30766
- textarea.ipd9bk.ant-input.textarea-small:focus {
30767
- height: 40px;
30814
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30815
+ height: 100%;
30816
+ overflow: visible;
30768
30817
  }
30769
-
30770
- .kypn5o5 input, .kypn5o5.input-tags {
30771
- border: 1px solid rgba(213, 219, 227, 0.6);
30772
- border-radius: 4px;
30818
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30819
+ max-height: none;
30773
30820
  }
30774
- .kypn5o5.input-tags {
30775
- position: relative;
30776
- padding: 6px;
30777
- height: 32px;
30778
- cursor: pointer;
30779
- transition: border 150ms;
30821
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30822
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30823
+ display: none;
30780
30824
  }
30781
- .kypn5o5.input-tags:hover {
30782
- border-color: #0080ff;
30783
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30825
+ .tta5kd2 td.ant-table-column-sort {
30826
+ background: transparent;
30784
30827
  }
30785
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30786
- padding-right: 30px;
30828
+ .tta5kd2 td.ant-table-cell-fix-left,
30829
+ .tta5kd2 td.ant-table-cell-fix-right {
30830
+ background: #fff;
30831
+ padding: 0 !important;
30787
30832
  }
30788
- .kypn5o5.input-tags .input-tags-inner {
30833
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30834
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30789
30835
  display: flex;
30836
+ align-items: center;
30837
+ height: 100%;
30838
+ padding: 8px;
30790
30839
  }
30791
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30792
- display: flex;
30840
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30841
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30842
+ overflow: hidden;
30843
+ text-overflow: ellipsis;
30844
+ width: 100%;
30793
30845
  }
30794
- .kypn5o5.input-tags .input-tag-suffix {
30795
- position: absolute;
30796
- right: 12px;
30797
- top: 50%;
30798
- transform: translateY(-50%);
30846
+ .tta5kd2 .ant-table-container {
30847
+ height: 100%;
30799
30848
  }
30800
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30801
- color: rgba(0, 0, 0, 0.25);
30802
- font-size: 12px;
30803
- cursor: pointer;
30849
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30850
+ box-shadow: none !important;
30804
30851
  }
30805
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30806
- color: rgba(0, 0, 0, 0.45);
30852
+ .tta5kd2 .ant-table {
30853
+ border-radius: 0px;
30854
+ border-left: none;
30855
+ border-right: none;
30856
+ border-bottom: none;
30857
+ height: 100%;
30858
+ font-size: 12px;
30859
+ background: transparent;
30807
30860
  }
30808
- .kypn5o5.has-focus-indicator {
30861
+ .tta5kd2 .ant-table .ant-table-header {
30809
30862
  position: relative;
30810
- overflow: hidden;
30863
+ z-index: 3;
30864
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30865
+ margin-bottom: -1px;
30811
30866
  }
30812
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30813
- position: absolute;
30814
- top: 50%;
30815
- transform: translateY(-50%);
30816
- left: -16px;
30817
- transition: left 150ms ease;
30818
- opacity: 0;
30867
+ .tta5kd2 .ant-table .time-wrapper .date,
30868
+ .tta5kd2 .ant-table .value {
30869
+ color: #2d3a56;
30819
30870
  }
30820
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30821
- left: 8px;
30822
- opacity: 1;
30871
+ .tta5kd2 .ant-table .time-wrapper .time,
30872
+ .tta5kd2 .ant-table .unit {
30873
+ color: rgba(44, 56, 82, 0.6);
30823
30874
  }
30824
- .kypn5o5.has-focus-indicator input {
30825
- transition: margin-left 150ms ease;
30826
- margin-left: 0px;
30875
+ .tta5kd2 .ant-table .ant-table-selection {
30876
+ position: unset;
30877
+ text-align: center;
30827
30878
  }
30828
- .kypn5o5.has-focus-indicator input:focus {
30829
- margin-left: 16px;
30879
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30880
+ background: #fff;
30830
30881
  }
30831
-
30832
- input.l1ki27se.ant-input {
30833
- border-top-right-radius: 0;
30834
- border-bottom-right-radius: 0;
30882
+ .tta5kd2 .ant-table .anticon-setting {
30883
+ cursor: pointer;
30884
+ position: absolute;
30885
+ top: 50%;
30886
+ right: 12px;
30887
+ transform: translateY(-50%);
30835
30888
  }
30836
-
30837
- .l1ki27se.ant-input-affix-wrapper {
30838
- border-top-right-radius: 0;
30839
- border-bottom-right-radius: 0;
30889
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30890
+ box-shadow: none;
30891
+ width: 1px;
30892
+ background: rgba(213, 219, 227, 0.6);
30840
30893
  }
30841
-
30842
- input.rrg1fkn.ant-input {
30843
- border-top-left-radius: 0;
30844
- border-bottom-left-radius: 0;
30894
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30895
+ box-shadow: none;
30896
+ width: 1px;
30897
+ background: rgba(213, 219, 227, 0.6);
30845
30898
  }
30846
-
30847
- .rrg1fkn.ant-input-affix-wrapper {
30848
- border-top-left-radius: 0;
30849
- border-bottom-left-radius: 0;
30899
+ .tta5kd2 .ant-table .ant-table-tbody {
30900
+ position: relative;
30850
30901
  }
30851
-
30852
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30853
- border-top-right-radius: 0;
30854
- border-bottom-right-radius: 0;
30902
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30903
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30904
+ border-bottom: 1px solid white;
30905
+ height: 40px;
30906
+ vertical-align: middle;
30907
+ transition: background 0ms;
30908
+ color: #00122e;
30855
30909
  }
30856
-
30857
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30858
- border-top-left-radius: 0;
30859
- border-bottom-left-radius: 0;
30910
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30911
+ background: #f2f5fa;
30912
+ border-bottom-color: #f2f5fa;
30860
30913
  }
30861
-
30862
- .c1t6wbwv {
30863
- display: flex;
30864
- flex-direction: column;
30914
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30915
+ height: auto;
30916
+ color: #00122e;
30917
+ font-size: 12px;
30918
+ text-align: left;
30919
+ transition: none;
30920
+ overflow: hidden;
30921
+ text-overflow: ellipsis;
30922
+ white-space: nowrap;
30865
30923
  }
30866
- .c1t6wbwv .select-wrapper {
30867
- margin-top: 12px;
30924
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30925
+ color: #0096ff;
30868
30926
  }
30869
- .c1t6wbwv .select-wrapper .select {
30927
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30928
+ overflow: hidden;
30929
+ text-overflow: ellipsis;
30870
30930
  width: 100%;
30931
+ vertical-align: middle;
30871
30932
  }
30872
- .c1t6wbwv .radio-wrapper {
30873
- margin-top: 24px;
30933
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30934
+ line-height: 0px;
30874
30935
  }
30875
- .c1t6wbwv div.form-item {
30876
- width: 100%;
30936
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30937
+ padding-right: 25px;
30877
30938
  }
30878
-
30879
- .d1k7vv5v {
30880
- font-size: 14px;
30881
- font-weight: 500;
30882
- color: #3e4652;
30883
- line-height: 18px;
30939
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30940
+ border-top-color: transparent;
30884
30941
  }
30885
- .d1k7vv5v + .d1k7vv5v {
30886
- margin-top: 16px;
30942
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30943
+ background: rgba(225, 230, 241, 0.6);
30944
+ border-color: transparent transparent white;
30887
30945
  }
30888
- .d1k7vv5v + * {
30889
- margin-top: 16px;
30946
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30947
+ border-radius: 8px 0 0 8px;
30890
30948
  }
30891
-
30892
- .le7b9r4.d1k7vv5v {
30893
- font-size: 12px;
30894
- color: rgba(44, 56, 82, 0.6);
30895
- margin-top: 12px;
30949
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30950
+ border-radius: 8px 0 0 8px;
30896
30951
  }
30897
-
30898
- .r1dnygxx.le7b9r4.d1k7vv5v {
30899
- line-height: 18px;
30900
- font-weight: 500;
30901
- margin-top: 0;
30902
- white-space: initial;
30952
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30953
+ content: "";
30954
+ width: 4px;
30955
+ top: -1px;
30956
+ bottom: -1px;
30957
+ background: white;
30903
30958
  }
30904
-
30905
- .r12ddqmh {
30906
- display: block;
30959
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30960
+ border-radius: 0 8px 8px 0;
30907
30961
  }
30908
- .r12ddqmh span {
30909
- font-size: 14px;
30910
- font-weight: 500;
30911
- line-height: 32px;
30912
- color: #3e4652;
30962
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30963
+ border-radius: 0;
30964
+ background: white;
30965
+ border-top: none;
30913
30966
  }
30914
-
30915
- .ctcr26a {
30916
- margin-top: 8px;
30917
- padding: 8px;
30918
- border-radius: 6px;
30967
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30968
+ border-top: 1px solid transparent;
30969
+ border-radius: 0 8px 8px 0;
30919
30970
  background: rgba(225, 230, 241, 0.6);
30920
- color: rgba(44, 56, 82, 0.6);
30921
- font-size: 12px;
30922
30971
  }
30923
- .ctcr26a div {
30924
- line-height: 20px;
30972
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30973
+ background: white;
30974
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30975
+ }
30976
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30925
30977
  display: flex;
30926
30978
  align-items: center;
30927
- word-break: break-all;
30928
- }
30929
-
30930
- .s1fc623g {
30931
- width: 430px !important;
30979
+ height: 100%;
30980
+ background: rgba(225, 230, 241, 0.6);
30932
30981
  }
30933
-
30934
- .da3mx0o .ant-select-item-group {
30935
- padding: 8px 16px;
30936
- line-height: 18px;
30982
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30983
+ background: white;
30937
30984
  border-top: 1px solid rgba(211, 218, 235, 0.6);
30938
- height: 34px;
30939
- min-height: 34px;
30940
- box-sizing: border-box;
30941
- margin-top: 8px;
30942
30985
  }
30943
-
30944
- .onr9gzt {
30986
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30945
30987
  display: flex;
30946
- flex-direction: column;
30947
- margin: 1px 8px;
30948
- padding: 8px;
30949
- border-radius: 4px;
30950
- }
30951
- .onr9gzt .selected-icon {
30952
- display: none;
30988
+ align-items: center;
30989
+ height: 100%;
30990
+ background: rgba(225, 230, 241, 0.6);
30953
30991
  }
30954
- .onr9gzt.ant-select-item-option-grouped {
30955
- padding-left: 8px;
30992
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30993
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30956
30994
  }
30957
- .onr9gzt.ant-select-item-option-selected {
30958
- background-color: white;
30995
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30996
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30997
+ border-radius: 8px;
30959
30998
  }
30960
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30961
- color: #0080ff;
30999
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31000
+ border-top-color: white;
30962
31001
  }
30963
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30964
- display: block;
31002
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31003
+ background: rgba(0, 136, 255, 0.1);
31004
+ border-bottom-color: transparent;
31005
+ border-top-color: transparent;
30965
31006
  }
30966
- .onr9gzt.ant-select-item-option-active {
30967
- background: rgba(0, 136, 255, 0.16);
31007
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31008
+ border-radius: 8px 0 0 8px;
30968
31009
  }
30969
- .onr9gzt.ant-select-item-option-active .timezone-title {
30970
- color: #0080ff;
31010
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31011
+ border-radius: 0 8px 8px 0;
30971
31012
  }
30972
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31013
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30973
31014
  background: rgba(0, 136, 255, 0.1);
30974
- color: #0080ff;
30975
31015
  }
30976
-
30977
- .oiy0apc {
30978
- display: flex;
30979
- justify-content: space-between;
30980
- height: 20px;
30981
- line-height: 20px;
30982
- }
30983
- .oiy0apc .timezone-title {
30984
- color: #2d3a56;
30985
- overflow: hidden;
30986
- text-overflow: ellipsis;
31016
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31017
+ background: #fff;
31018
+ font-weight: 400;
31019
+ position: relative;
31020
+ border-bottom: none;
31021
+ color: #00122e;
31022
+ transition: none;
31023
+ padding: 15px 8px 15px 8px;
30987
31024
  }
30988
-
30989
- .of4y382 {
30990
- display: flex;
30991
- justify-content: space-between;
30992
- color: rgba(44, 56, 82, 0.6);
30993
- height: 18px;
30994
- line-height: 18px;
30995
- margin-top: 2px;
31025
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31026
+ content: "";
31027
+ width: 1px;
31028
+ top: 0;
31029
+ bottom: 0;
31030
+ background: rgba(211, 218, 235, 0.6);
31031
+ position: absolute;
31032
+ right: 0;
30996
31033
  }
30997
-
30998
- .t19903l9 {
30999
- border: none;
31000
- margin-right: 0;
31001
- background: rgba(225, 230, 241, 0.6);
31034
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31035
+ padding: unset;
31002
31036
  }
31003
-
31004
- .ohwbvxu {
31005
- pointer-events: none;
31006
- height: 32px;
31037
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31038
+ display: none;
31039
+ }
31040
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31007
31041
  width: 100%;
31008
- opacity: 0;
31042
+ overflow: hidden;
31043
+ white-space: nowrap;
31044
+ text-overflow: ellipsis;
31009
31045
  }
31010
-
31011
- .s34f1qb.ant-switch {
31012
- min-width: 40px;
31013
- height: 24px;
31014
- background: rgba(172, 186, 211, 0.6);
31046
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31015
31047
  overflow: hidden;
31048
+ text-overflow: ellipsis;
31049
+ flex: 1;
31016
31050
  }
31017
- .s34f1qb.ant-switch:focus {
31018
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31051
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31052
+ padding: 15px 25px 15px 8px;
31019
31053
  }
31020
- .s34f1qb.ant-switch-small {
31021
- min-width: 26px;
31022
- height: 16px;
31054
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31055
+ padding: 0;
31023
31056
  }
31024
- .s34f1qb.ant-switch-large {
31025
- min-width: 52px;
31026
- height: 32px;
31057
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31058
+ position: absolute;
31059
+ right: 6px;
31060
+ top: 50%;
31061
+ transform: translateY(-50%);
31062
+ height: 16px;
31063
+ display: none;
31064
+ transition: transform 320ms ease;
31027
31065
  }
31028
- .s34f1qb.ant-switch .ant-switch-handle {
31029
- height: 20px;
31030
- width: 20px;
31066
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31067
+ display: block;
31068
+ transform: translateY(-50%) rotateX(180deg);
31031
31069
  }
31032
- .s34f1qb.ant-switch .ant-switch-handle::before {
31033
- border-radius: 10px;
31034
- transition-delay: 120ms;
31070
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31071
+ display: block;
31035
31072
  }
31036
- .s34f1qb.ant-switch-small .ant-switch-handle {
31037
- height: 14px;
31038
- width: 14px;
31039
- top: 1px;
31040
- left: 1px;
31073
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31074
+ display: none;
31041
31075
  }
31042
- .s34f1qb.ant-switch-large .ant-switch-handle {
31043
- height: 28px;
31044
- width: 28px;
31076
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31077
+ transform: translateY(-50%);
31045
31078
  }
31046
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31047
- border-radius: 14px;
31079
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31080
+ transform: translateY(-50%) rotateX(180deg);
31048
31081
  }
31049
- .s34f1qb.ant-switch-checked {
31050
- background-color: #00ba5d;
31082
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31083
+ background: #f2f5fa;
31051
31084
  }
31052
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31053
- left: calc(100% - 20px - 2px);
31085
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31086
+ display: block;
31054
31087
  }
31055
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31056
- left: calc(100% - 14px - 1px);
31088
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31089
+ padding-right: 25px;
31057
31090
  }
31058
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31059
- left: calc(100% - 28px - 2px);
31091
+ .tta5kd2 .ant-table .ant-table-selection-column {
31092
+ padding: 0 !important;
31060
31093
  }
31061
-
31062
- .c1to9vb9 {
31063
- margin-left: 5px;
31094
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31095
+ position: absolute;
31096
+ left: 50%;
31097
+ top: 50%;
31098
+ transform: translate(-50%, -50%);
31064
31099
  }
31065
-
31066
- .t1upn1sz {
31067
- height: 100%;
31100
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31101
+ display: none;
31068
31102
  }
31069
-
31070
- .tta5kd2 {
31071
- height: 100%;
31103
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31104
+ background: #fff;
31072
31105
  }
31073
- .tta5kd2.empty-table .ant-table-content {
31074
- overflow: visible !important;
31075
- height: 100%;
31106
+ .tta5kd2 .ant-table .ant-table-placeholder {
31107
+ background: inherit;
31076
31108
  }
31077
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31078
- height: 100%;
31109
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31110
+ position: static;
31111
+ border: none;
31112
+ background: inherit !important;
31113
+ height: 100px;
31114
+ vertical-align: middle;
31079
31115
  }
31080
- .tta5kd2.empty-table .ant-table-content table {
31081
- width: 100% !important;
31082
- height: 100%;
31116
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31117
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31118
+ font-weight: bold;
31119
+ font-size: 20px;
31120
+ color: rgba(10, 37, 85, 0.6);
31083
31121
  }
31084
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31085
- padding: 15px 0;
31122
+ .tta5kd2 .ant-table td.cell__action_ {
31123
+ padding: 0 !important;
31124
+ position: relative;
31125
+ background: #fff;
31086
31126
  }
31087
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31088
- display: none;
31127
+ .tta5kd2 .ant-table td.cell__action_ > * {
31128
+ height: 100%;
31129
+ display: flex;
31130
+ align-items: center;
31131
+ justify-content: flex-end;
31132
+ padding-right: 8px;
31089
31133
  }
31090
- .tta5kd2 .active-row td:nth-child(1) {
31091
- font-weight: 700;
31134
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31135
+ width: 24px;
31136
+ height: 24px;
31137
+ cursor: pointer;
31138
+ justify-content: center;
31139
+ border-radius: 4px;
31092
31140
  }
31093
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31094
- font-weight: 700;
31141
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31142
+ background: #fff;
31095
31143
  }
31096
- .tta5kd2 .ant-spin-nested-loading {
31097
- height: 100%;
31144
+
31145
+ .rxbeqvl.ant-radio-wrapper {
31146
+ display: inline-flex;
31147
+ align-items: baseline;
31148
+ white-space: pre-wrap;
31098
31149
  }
31099
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31100
- height: 100%;
31101
- overflow: visible;
31150
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
31151
+ position: relative;
31152
+ top: 3px;
31102
31153
  }
31103
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31104
- max-height: none;
31154
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31155
+ border-color: rgba(107, 128, 167, 0.6);
31105
31156
  }
31106
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31107
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31108
- display: none;
31157
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31158
+ border-color: #0080ff;
31109
31159
  }
31110
- .tta5kd2 td.ant-table-column-sort {
31111
- background: transparent;
31160
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31161
+ border-color: #0080ff;
31162
+ background: #0080ff;
31112
31163
  }
31113
- .tta5kd2 td.ant-table-cell-fix-left,
31114
- .tta5kd2 td.ant-table-cell-fix-right {
31164
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31165
+ top: 4px;
31166
+ left: 4px;
31167
+ width: 6px;
31168
+ height: 6px;
31115
31169
  background: #fff;
31116
- padding: 0 !important;
31117
- }
31118
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31119
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31120
- display: flex;
31121
- align-items: center;
31122
- height: 100%;
31123
- padding: 8px;
31124
31170
  }
31125
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31126
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31127
- overflow: hidden;
31128
- text-overflow: ellipsis;
31129
- width: 100%;
31171
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31172
+ opacity: 0.5;
31130
31173
  }
31131
- .tta5kd2 .ant-table-container {
31132
- height: 100%;
31174
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31175
+ border-color: rgba(107, 128, 167, 0.6);
31176
+ background: rgba(211, 218, 235, 0.6);
31133
31177
  }
31134
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31135
- box-shadow: none !important;
31178
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31179
+ background: #00122e;
31136
31180
  }
31137
- .tta5kd2 .ant-table {
31138
- border-radius: 0px;
31139
- border-left: none;
31140
- border-right: none;
31141
- border-bottom: none;
31142
- height: 100%;
31143
- font-size: 12px;
31144
- background: transparent;
31181
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31182
+ color: #00122e;
31183
+ opacity: 0.5;
31145
31184
  }
31146
- .tta5kd2 .ant-table .ant-table-header {
31147
- position: relative;
31148
- z-index: 3;
31149
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31150
- margin-bottom: -1px;
31185
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31186
+ color: #00122e;
31151
31187
  }
31152
- .tta5kd2 .ant-table .time-wrapper .date,
31153
- .tta5kd2 .ant-table .value {
31154
- color: #2d3a56;
31188
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31189
+ display: inline-block;
31190
+ padding: 0;
31191
+ padding-left: 12px;
31155
31192
  }
31156
- .tta5kd2 .ant-table .time-wrapper .time,
31157
- .tta5kd2 .ant-table .unit {
31193
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31194
+ margin-bottom: 0;
31195
+ white-space: pre-wrap;
31158
31196
  color: rgba(44, 56, 82, 0.6);
31159
31197
  }
31160
- .tta5kd2 .ant-table .ant-table-selection {
31161
- position: unset;
31162
- text-align: center;
31163
- }
31164
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31165
- background: #fff;
31166
- }
31167
- .tta5kd2 .ant-table .anticon-setting {
31168
- cursor: pointer;
31169
- position: absolute;
31170
- top: 50%;
31171
- right: 12px;
31172
- transform: translateY(-50%);
31173
- }
31174
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31175
- box-shadow: none;
31176
- width: 1px;
31177
- background: rgba(213, 219, 227, 0.6);
31198
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31199
+ padding-left: 8px;
31178
31200
  }
31179
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31180
- box-shadow: none;
31181
- width: 1px;
31182
- background: rgba(213, 219, 227, 0.6);
31201
+
31202
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31203
+ border-radius: 5px 0 0 5px;
31183
31204
  }
31184
- .tta5kd2 .ant-table .ant-table-tbody {
31185
- position: relative;
31205
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31206
+ border-radius: 0 5px 5px 0;
31186
31207
  }
31187
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31188
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31189
- border-bottom: 1px solid white;
31190
- height: 40px;
31191
- vertical-align: middle;
31192
- transition: background 0ms;
31208
+
31209
+ .r1f0aqcc {
31193
31210
  color: #00122e;
31211
+ border-color: #ccd4e3;
31194
31212
  }
31195
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31196
- background: #f2f5fa;
31197
- border-bottom-color: #f2f5fa;
31213
+ .r1f0aqcc:first-child {
31214
+ border-color: #a3b4cc;
31198
31215
  }
31199
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31200
- height: auto;
31201
- color: #00122e;
31202
- font-size: 12px;
31203
- text-align: left;
31204
- transition: none;
31205
- overflow: hidden;
31206
- text-overflow: ellipsis;
31216
+ .r1f0aqcc.ant-radio-button-wrapper {
31217
+ padding: 0 12px;
31218
+ line-height: 32px;
31219
+ height: 32px;
31220
+ }
31221
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31207
31222
  white-space: nowrap;
31208
31223
  }
31209
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31210
- color: #0096ff;
31224
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31225
+ height: 22px;
31226
+ padding: 0 7px;
31227
+ line-height: 20px;
31211
31228
  }
31212
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31213
- overflow: hidden;
31214
- text-overflow: ellipsis;
31215
- width: 100%;
31216
- vertical-align: middle;
31229
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31230
+ background: #ccd4e3;
31217
31231
  }
31218
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31219
- line-height: 0px;
31232
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31233
+ background: #0080ff;
31220
31234
  }
31221
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31222
- padding-right: 25px;
31235
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31236
+ background: #ccd4e3;
31237
+ opacity: 0.5;
31223
31238
  }
31224
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31225
- border-top-color: transparent;
31239
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31240
+ border-right-color: #0080ff;
31226
31241
  }
31227
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31228
- background: rgba(225, 230, 241, 0.6);
31229
- border-color: transparent transparent white;
31242
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31243
+ border-color: #0080ff;
31230
31244
  }
31231
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31232
- border-radius: 8px 0 0 8px;
31245
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31246
+ background: rgba(0, 136, 255, 0.1);
31233
31247
  }
31234
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31235
- border-radius: 8px 0 0 8px;
31248
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31249
+ background: rgba(211, 218, 235, 0.6);
31250
+ border-color: #ccd4e3;
31251
+ opacity: 0.5;
31236
31252
  }
31237
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31238
- content: "";
31239
- width: 4px;
31240
- top: -1px;
31241
- bottom: -1px;
31242
- background: white;
31253
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31254
+ color: #00122e;
31255
+ border-color: #ccd4e3;
31243
31256
  }
31244
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31245
- border-radius: 0 8px 8px 0;
31257
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31258
+ color: #00122e;
31259
+ border-color: #ccd4e3;
31260
+ background: rgba(172, 186, 211, 0.6);
31246
31261
  }
31247
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31248
- border-radius: 0;
31249
- background: white;
31250
- border-top: none;
31262
+ .r1f0aqcc .ant-radio-button-input {
31263
+ margin-right: 8px;
31264
+ display: inline;
31265
+ border: none;
31266
+ padding: 0;
31267
+ width: 36px;
31268
+ background: transparent;
31251
31269
  }
31252
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31253
- border-top: 1px solid transparent;
31254
- border-radius: 0 8px 8px 0;
31255
- background: rgba(225, 230, 241, 0.6);
31270
+ .r1f0aqcc .ant-radio-button-input:focus {
31271
+ box-shadow: none;
31256
31272
  }
31257
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31258
- background: white;
31259
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31273
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31274
+ margin-right: 0;
31275
+ width: initial;
31276
+ box-shadow: none;
31260
31277
  }
31261
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31262
- display: flex;
31263
- align-items: center;
31264
- height: 100%;
31265
- background: rgba(225, 230, 241, 0.6);
31278
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31279
+ display: none;
31266
31280
  }
31267
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31268
- background: white;
31269
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31281
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31282
+ display: inline;
31270
31283
  }
31271
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31272
- display: flex;
31273
- align-items: center;
31274
- height: 100%;
31275
- background: rgba(225, 230, 241, 0.6);
31284
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31285
+ display: inline;
31286
+ margin-right: 8px;
31287
+ padding: 0;
31288
+ width: 36px;
31276
31289
  }
31277
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31278
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31290
+
31291
+ .cz04yix {
31292
+ display: flex;
31293
+ flex-direction: column;
31279
31294
  }
31280
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31281
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31282
- border-radius: 8px;
31295
+
31296
+ .m1if5j39 {
31297
+ max-width: 1120px;
31298
+ width: 100%;
31299
+ margin: 0 auto;
31300
+ height: 100%;
31283
31301
  }
31284
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31285
- border-top-color: white;
31302
+
31303
+ .w1vvwdlp {
31304
+ max-width: 1120px;
31305
+ width: 100%;
31306
+ margin: 0 auto;
31307
+ display: flex;
31286
31308
  }
31287
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31288
- background: rgba(0, 136, 255, 0.1);
31289
- border-bottom-color: transparent;
31290
- border-top-color: transparent;
31309
+ .w1vvwdlp .left,
31310
+ .w1vvwdlp .right {
31311
+ flex-grow: 0;
31312
+ flex-shrink: 0;
31313
+ flex-basis: 21%;
31291
31314
  }
31292
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31293
- border-radius: 8px 0 0 8px;
31315
+ .w1vvwdlp .left {
31316
+ display: flex;
31317
+ justify-content: flex-end;
31318
+ padding-right: 44px;
31294
31319
  }
31295
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31296
- border-radius: 0 8px 8px 0;
31320
+ .w1vvwdlp .right {
31321
+ padding-left: 44px;
31297
31322
  }
31298
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31299
- background: rgba(0, 136, 255, 0.1);
31323
+ .w1vvwdlp .middle {
31324
+ margin-bottom: 40px;
31325
+ flex-grow: 0;
31326
+ flex-shrink: 0;
31327
+ flex-basis: 58%;
31300
31328
  }
31301
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31302
- background: #fff;
31303
- font-weight: 400;
31304
- position: relative;
31305
- border-bottom: none;
31306
- color: #00122e;
31307
- transition: none;
31308
- padding: 15px 8px 15px 8px;
31329
+ .w1vvwdlp .middle .form-base-field {
31330
+ width: 100%;
31309
31331
  }
31310
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31311
- content: "";
31312
- width: 1px;
31313
- top: 0;
31314
- bottom: 0;
31315
- background: rgba(211, 218, 235, 0.6);
31316
- position: absolute;
31317
- right: 0;
31332
+ .w1vvwdlp .middle .form-base-field .form-base-field {
31333
+ width: auto;
31318
31334
  }
31319
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31320
- padding: unset;
31335
+
31336
+ .h1cuopx7 .ant-modal-header {
31337
+ margin: 0 auto;
31338
+ width: 100%;
31339
+ max-width: 648px;
31321
31340
  }
31322
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31323
- display: none;
31341
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
31342
+ margin-left: 0;
31324
31343
  }
31325
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31344
+ .h1cuopx7 .ant-modal-body {
31345
+ margin: 0 auto;
31346
+ padding: 0;
31326
31347
  width: 100%;
31348
+ max-width: 648px;
31327
31349
  overflow: hidden;
31328
- white-space: nowrap;
31329
- text-overflow: ellipsis;
31330
- }
31331
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31332
- overflow: hidden;
31333
- text-overflow: ellipsis;
31334
- flex: 1;
31335
31350
  }
31336
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31337
- padding: 15px 25px 15px 8px;
31351
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
31352
+ margin-bottom: 40px;
31338
31353
  }
31339
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31340
- padding: 0;
31341
- }
31342
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31343
- position: absolute;
31344
- right: 6px;
31345
- top: 50%;
31346
- transform: translateY(-50%);
31347
- height: 16px;
31348
- display: none;
31349
- transition: transform 320ms ease;
31350
- }
31351
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31352
- display: block;
31353
- transform: translateY(-50%) rotateX(180deg);
31354
- }
31355
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31356
- display: block;
31357
- }
31358
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31359
- display: none;
31360
- }
31361
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31362
- transform: translateY(-50%);
31354
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
31355
+ height: calc(100vh - 225px);
31356
+ overflow-y: auto;
31363
31357
  }
31364
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31365
- transform: translateY(-50%) rotateX(180deg);
31358
+ .h1cuopx7 .ant-modal-footer .footer-content {
31359
+ margin: 0 auto;
31360
+ max-width: 648px;
31366
31361
  }
31367
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31368
- background: #f2f5fa;
31362
+
31363
+ .h1p6d3y3 .ant-modal-header {
31364
+ margin: 0 auto;
31365
+ width: 100%;
31366
+ max-width: 1024px;
31369
31367
  }
31370
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31371
- display: block;
31368
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
31369
+ margin-left: 0;
31372
31370
  }
31373
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31374
- padding-right: 25px;
31371
+ .h1p6d3y3 .ant-modal-body {
31372
+ margin: 0 auto;
31373
+ padding: 0;
31374
+ width: 100%;
31375
+ max-width: 1024px;
31376
+ overflow: hidden;
31375
31377
  }
31376
- .tta5kd2 .ant-table .ant-table-selection-column {
31377
- padding: 0 !important;
31378
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
31379
+ margin-bottom: 40px;
31378
31380
  }
31379
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31380
- position: absolute;
31381
- left: 50%;
31382
- top: 50%;
31383
- transform: translate(-50%, -50%);
31381
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
31382
+ height: calc(100vh - 225px);
31383
+ overflow-y: auto;
31384
31384
  }
31385
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31386
- display: none;
31385
+ .h1p6d3y3 .ant-modal-footer .footer-content {
31386
+ margin: 0 auto;
31387
+ max-width: 1024px;
31387
31388
  }
31388
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31389
- background: #fff;
31389
+
31390
+ .fxgckuk {
31391
+ flex: 1;
31390
31392
  }
31391
- .tta5kd2 .ant-table .ant-table-placeholder {
31392
- background: inherit;
31393
+ .fxgckuk label {
31394
+ font-size: 13px;
31395
+ line-height: 20px;
31396
+ color: rgba(44, 56, 82, 0.6);
31393
31397
  }
31394
- .tta5kd2 .ant-table .ant-table-placeholder td {
31395
- position: static;
31396
- border: none;
31397
- background: inherit !important;
31398
- height: 100px;
31399
- vertical-align: middle;
31398
+ .fxgckuk .title {
31399
+ font-size: 14px;
31400
+ line-height: 20px;
31401
+ color: #2d3a56;
31402
+ margin-bottom: 12px;
31400
31403
  }
31401
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31402
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31403
- font-weight: bold;
31404
- font-size: 20px;
31405
- color: rgba(10, 37, 85, 0.6);
31404
+ .fxgckuk.connect-cluster .title {
31405
+ padding-bottom: 26px;
31406
31406
  }
31407
- .tta5kd2 .ant-table td.cell__action_ {
31408
- padding: 0 !important;
31409
- position: relative;
31410
- background: #fff;
31407
+
31408
+ .f1d0vek1 {
31409
+ padding: 25px 0 15px 0;
31410
+ border-bottom: 1px solid #e1e5eb;
31411
+ margin-bottom: 16px;
31411
31412
  }
31412
- .tta5kd2 .ant-table td.cell__action_ > * {
31413
- height: 100%;
31413
+
31414
+ .f4u402y {
31414
31415
  display: flex;
31415
31416
  align-items: center;
31416
- justify-content: flex-end;
31417
- padding-right: 8px;
31417
+ margin-bottom: 8px;
31418
31418
  }
31419
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31420
- width: 24px;
31421
- height: 24px;
31422
- cursor: pointer;
31423
- justify-content: center;
31424
- border-radius: 4px;
31419
+ .f4u402y > label {
31420
+ width: 216px;
31425
31421
  }
31426
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31427
- background: #fff;
31422
+ .f4u402y > label + * {
31423
+ width: 100%;
31428
31424
  }
31429
-
31430
- .obf05yr {
31431
- display: inline-block;
31425
+ .f4u402y .ant-select {
31426
+ width: 100%;
31432
31427
  }
31433
31428
 
31434
- .hsms1n6 {
31435
- visibility: hidden;
31436
- position: absolute;
31429
+ .e1pldf6v {
31430
+ color: #e75a3a;
31431
+ margin-right: 10px;
31437
31432
  }
31438
31433
 
31439
- .p12gwtiw {
31440
- display: flex;
31441
- justify-content: space-between;
31442
- align-items: center;
31443
- padding: 10px 0;
31444
- color: rgba(44, 56, 82, 0.6);
31445
- font-size: 12px;
31446
- line-height: 24px;
31447
- }
31448
- .p12gwtiw .pagination-left {
31449
- padding: 2px 8px;
31434
+ .dq0gblh {
31435
+ width: 100%;
31436
+ height: 1px;
31437
+ background: rgba(213, 219, 227, 0.6);
31438
+ margin: 24px 0;
31450
31439
  }
31451
- .p12gwtiw .dropdown-trigger {
31440
+
31441
+ .l1v7sr0n {
31452
31442
  display: flex;
31443
+ justify-content: center;
31453
31444
  align-items: center;
31454
- border-radius: 6px;
31455
- cursor: pointer;
31456
- transition: all 0.3s ease;
31457
- }
31458
- .p12gwtiw .dropdown-trigger:hover {
31459
- background: rgba(211, 218, 235, 0.6);
31460
- color: #0080ff;
31445
+ height: 100%;
31461
31446
  }
31462
- .p12gwtiw .dropdown-trigger .icon-inner {
31463
- margin-left: 4px;
31447
+
31448
+ .d1i4ou6o {
31449
+ display: inline-block;
31450
+ width: 4px;
31451
+ height: 4px;
31452
+ background: #8e9aa9;
31453
+ opacity: 0.4;
31454
+ border-radius: 50%;
31455
+ margin: 0 4px;
31464
31456
  }
31465
- .p12gwtiw .pagination-right {
31466
- display: flex;
31467
- align-items: center;
31468
- color: #0080ff;
31469
- font-weight: bold;
31457
+
31458
+ .m1jy87hk .ant-modal-header,
31459
+ .m1jy87hk .ant-modal-footer .footer-content {
31460
+ width: 648px;
31461
+ margin: 0 auto;
31470
31462
  }
31471
- .p12gwtiw .pagination-right .icon-inner {
31472
- margin-left: 4px;
31463
+ .m1jy87hk .ant-modal-header {
31464
+ padding: 35px 0 24px;
31465
+ border: none;
31473
31466
  }
31474
- .p12gwtiw .pagination-right .prev-btn,
31475
- .p12gwtiw .pagination-right .next-btn {
31476
- padding: 0 8px;
31467
+ .m1jy87hk .ant-modal-header .ant-modal-title {
31468
+ font-size: 30px;
31477
31469
  }
31478
- .p12gwtiw .pagination-right .prev-btn > span,
31479
- .p12gwtiw .pagination-right .next-btn > span {
31480
- color: #0080ff;
31470
+ .m1jy87hk .ant-modal-body {
31471
+ padding: 4px 0 2px;
31481
31472
  }
31482
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31483
- transform: rotate(180deg);
31473
+ .m1jy87hk .ant-modal-footer {
31474
+ border: none;
31484
31475
  }
31485
31476
 
31486
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31487
- max-height: calc(100vh - 128px);
31488
- overflow-y: auto;
31489
- }
31490
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31491
- padding: 4px 20px;
31477
+ .ti7fpyu {
31492
31478
  font-size: 12px;
31493
31479
  line-height: 18px;
31494
- }
31495
-
31496
- .d6j0lbj {
31497
- font-family: Inter;
31498
- font-style: normal;
31499
31480
  font-weight: bold;
31500
- font-size: 32px;
31501
- line-height: 40px;
31481
+ color: #fff;
31482
+ padding: 0 4px;
31483
+ border-radius: 4px;
31484
+ display: inline-block;
31485
+ background: var(--ti7fpyu-0);
31502
31486
  }
31503
-
31504
- .d1xhvvxe {
31505
- font-family: Inter;
31506
- font-style: normal;
31507
- font-weight: bold;
31508
- font-size: 24px;
31509
- line-height: 32px;
31487
+ .ti7fpyu:not(:first-child) {
31488
+ margin-left: 4px;
31510
31489
  }
31511
31490
 
31512
- .dk10mxq {
31513
- font-family: Inter;
31514
- font-style: normal;
31515
- font-weight: normal;
31516
- font-size: 32px;
31517
- line-height: 40px;
31491
+ .f1rest1f {
31492
+ width: 100%;
31493
+ height: 100%;
31494
+ display: flex;
31495
+ align-items: center;
31496
+ justify-content: center;
31518
31497
  }
31519
31498
 
31520
- .dxsait {
31521
- font-family: Inter;
31522
- font-style: normal;
31499
+ .n1kbdoln {
31500
+ font-size: 90%;
31523
31501
  font-weight: bold;
31524
- font-size: 20px;
31525
- line-height: 24px;
31502
+ background-color: rgba(240, 243, 247, 0.6);
31503
+ padding: 1px 4px 1px;
31504
+ margin-left: 2px;
31505
+ margin-right: 2px;
31506
+ border: 1px solid rgba(213, 219, 227, 0.6);
31507
+ border-radius: 4px;
31526
31508
  }
31527
31509
 
31528
- .dokn0h3 {
31529
- font-family: Inter;
31530
- font-style: normal;
31531
- font-weight: normal;
31532
- font-size: 20px;
31533
- line-height: 24px;
31510
+ .f1y3gta0.form-item-general {
31511
+ width: 640px;
31534
31512
  }
31535
-
31536
- .dobau4p {
31537
- font-family: Inter;
31538
- font-style: normal;
31539
- font-weight: bold;
31540
- font-size: 18px;
31541
- line-height: 22px;
31513
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31514
+ margin-top: 16px;
31542
31515
  }
31543
-
31544
- .dvolwok {
31545
- font-family: Inter;
31546
- font-style: normal;
31547
- font-weight: normal;
31548
- font-size: 18px;
31549
- line-height: 22px;
31516
+ .f1y3gta0.form-item-compact {
31517
+ width: 412px;
31518
+ }
31519
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31520
+ margin-top: 8px;
31521
+ }
31522
+ .f1y3gta0 .form-item {
31523
+ width: auto;
31524
+ }
31525
+ .f1y3gta0 .form-item-main {
31526
+ position: relative;
31527
+ display: flex;
31528
+ }
31529
+ .f1y3gta0 .form-item-extra {
31530
+ margin-top: 4px;
31531
+ width: 100%;
31532
+ padding: 14px;
31533
+ background: #f2f4f6;
31534
+ font-size: 13px;
31535
+ line-height: 1.8;
31536
+ color: #8e9aa9;
31537
+ }
31538
+ .f1y3gta0 .form-item-label {
31539
+ padding-right: 12px;
31540
+ font-size: 13px;
31541
+ color: rgba(44, 56, 82, 0.6);
31542
+ }
31543
+ .f1y3gta0 .form-item-label.label-right {
31544
+ text-align: right;
31545
+ }
31546
+ .f1y3gta0 .form-item-label,
31547
+ .f1y3gta0 .form-item-control {
31548
+ line-height: 32px;
31549
+ }
31550
+ .f1y3gta0 .form-item-control .form-item-error {
31551
+ line-height: 18px;
31552
+ }
31553
+ .f1y3gta0 .form-item-children {
31554
+ width: 100%;
31555
+ }
31556
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
31557
+ width: 100%;
31558
+ }
31559
+ .f1y3gta0 .form-item-error {
31560
+ color: #e75a3a;
31561
+ height: 0;
31562
+ overflow: hidden;
31563
+ }
31564
+ .f1y3gta0 .form-item-error-enter-done {
31565
+ margin-top: 4px;
31566
+ height: auto;
31567
+ overflow: auto;
31568
+ }
31569
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31570
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31571
+ border: 1px solid #e75a3a;
31572
+ color: #e75a3a;
31550
31573
  }
31551
31574
 
31552
- .h181qhg4 {
31553
- font-family: Inter;
31554
- font-style: normal;
31575
+ .fujbm7g {
31576
+ color: #2d3a56;
31555
31577
  font-weight: bold;
31556
- font-size: 16px;
31557
- line-height: 22px;
31578
+ padding-bottom: 6px;
31579
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31580
+ margin-bottom: 16px;
31558
31581
  }
31559
-
31560
- .h1phgmcq {
31561
- font-family: Inter;
31562
- font-style: normal;
31563
- font-weight: normal;
31564
- font-size: 16px;
31565
- line-height: 22px;
31582
+ .fujbm7g:not(:first-of-type) {
31583
+ margin-top: 16px;
31566
31584
  }
31567
31585
 
31568
- .h173xnl1 {
31569
- font-family: Inter;
31570
- font-style: normal;
31571
- font-weight: bold;
31572
- font-size: 14px;
31573
- line-height: 20px;
31586
+ .e5fsw5s {
31587
+ width: 8px;
31588
+ height: 24px;
31589
+ display: flex;
31590
+ justify-content: center;
31591
+ align-items: center;
31592
+ cursor: pointer;
31593
+ transition: all 200ms ease-out 40ms;
31594
+ }
31595
+ .e5fsw5s:before, .e5fsw5s:after {
31596
+ content: "";
31597
+ width: 1px;
31598
+ height: 6px;
31599
+ border-radius: 1px;
31600
+ background: #ccd4e3;
31601
+ position: relative;
31602
+ right: 2px;
31603
+ transform: rotate(-45deg);
31604
+ }
31605
+ .e5fsw5s:after {
31606
+ transform: rotate(45deg);
31607
+ left: 1px;
31574
31608
  }
31575
31609
 
31576
- .hedm4pz {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: normal;
31580
- font-size: 14px;
31581
- line-height: 20px;
31610
+ .w18knsg4.ant-alert-warning {
31611
+ border: 0;
31612
+ background: rgba(255, 187, 0, 0.1);
31613
+ border-radius: 6px;
31614
+ }
31615
+ .w18knsg4.ant-alert,
31616
+ .w18knsg4 .ant-alert-message {
31617
+ color: #e07f00;
31618
+ }
31619
+ .w18knsg4.ant-alert .dashed-border-bottom,
31620
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
31621
+ border-bottom-color: #e07f00;
31582
31622
  }
31583
31623
 
31584
- .h1kd8xld {
31585
- font-family: Inter;
31586
- font-style: normal;
31587
- font-weight: bold;
31624
+ .ng31n2o {
31625
+ display: flex;
31626
+ flex-direction: row;
31627
+ padding: 7px 12px;
31628
+ background: rgba(255, 187, 0, 0.1);
31629
+ border-radius: 6px;
31630
+ color: #e07f00;
31588
31631
  font-size: 12px;
31589
31632
  line-height: 18px;
31590
31633
  }
31634
+ .ng31n2o .icon-wrapper {
31635
+ margin-right: 10px;
31636
+ height: 18px;
31637
+ }
31591
31638
 
31592
- .hp14fr {
31593
- font-family: Inter;
31594
- font-style: normal;
31595
- font-weight: normal;
31639
+ .n15x5f5y {
31640
+ display: flex;
31641
+ flex-direction: row;
31642
+ padding: 7px 12px;
31643
+ background: rgba(225, 230, 241, 0.6);
31644
+ border-radius: 6px;
31645
+ color: rgba(44, 56, 82, 0.6);
31596
31646
  font-size: 12px;
31597
31647
  line-height: 18px;
31598
31648
  }
31649
+ .n15x5f5y .icon-wrapper {
31650
+ margin-right: 10px;
31651
+ height: 18px;
31652
+ }
31599
31653
 
31600
- .hgrg7mn {
31601
- font-family: Inter;
31602
- font-style: normal;
31603
- font-weight: bold;
31604
- text-transform: uppercase;
31605
- font-feature-settings: "cpsp" on;
31654
+ .i16ozz3f {
31655
+ display: flex;
31656
+ flex-direction: row;
31657
+ padding: 7px 12px;
31658
+ background: rgba(0, 136, 255, 0.1);
31659
+ border-radius: 6px;
31660
+ color: #005ed1;
31606
31661
  font-size: 12px;
31607
31662
  line-height: 18px;
31608
31663
  }
31664
+ .i16ozz3f .icon-wrapper {
31665
+ margin-right: 10px;
31666
+ height: 18px;
31667
+ }
31609
31668
 
31610
- .h6zme9x {
31611
- font-family: Inter;
31612
- font-style: normal;
31613
- font-weight: normal;
31614
- text-transform: uppercase;
31615
- font-feature-settings: "cpsp" on;
31669
+ .dszu9qr {
31670
+ color: rgba(44, 56, 82, 0.6);
31671
+ margin-top: 5px;
31616
31672
  font-size: 12px;
31617
31673
  line-height: 18px;
31618
31674
  }
31619
31675
 
31620
- .locjvsv {
31621
- font-family: Inter;
31622
- font-style: normal;
31623
- font-weight: normal;
31624
- font-size: 16px;
31625
- line-height: 24px;
31676
+ .snxzgx {
31677
+ color: #f0483e;
31678
+ font-size: 12px;
31679
+ white-space: pre-wrap;
31626
31680
  }
31627
31681
 
31628
- .l13gi131 {
31629
- font-family: Inter;
31630
- font-style: normal;
31631
- font-weight: bold;
31632
- font-size: 16px;
31633
- line-height: 24px;
31682
+ .o1i4orqw {
31683
+ display: flex;
31684
+ align-items: center;
31685
+ justify-content: flex-end;
31634
31686
  }
31635
-
31636
- .l1ynemsu {
31637
- font-family: Inter;
31638
- font-style: normal;
31639
- font-weight: normal;
31640
- font-size: 16px;
31641
- line-height: 24px;
31687
+ .o1i4orqw .icon-wrapper {
31688
+ margin-right: 16px;
31642
31689
  }
31643
31690
 
31644
- .l1cft1cx {
31645
- font-family: Inter;
31646
- font-style: normal;
31647
- font-weight: bold;
31648
- font-size: 16px;
31649
- line-height: 24px;
31691
+ .t79k8o2 {
31692
+ color: rgba(0, 21, 64, 0.3);
31650
31693
  }
31651
31694
 
31652
- .l17tqc8p {
31653
- font-family: Inter;
31654
- font-style: normal;
31655
- font-weight: normal;
31656
- text-transform: uppercase;
31657
- font-feature-settings: "cpsp" on;
31658
- font-size: 16px;
31659
- line-height: 24px;
31695
+ .ipd9bk.ant-input {
31696
+ padding: 5px 12px;
31697
+ line-height: 20px;
31698
+ color: #2d3a56;
31699
+ border-radius: 6px;
31700
+ border-color: rgba(172, 186, 211, 0.6);
31701
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31660
31702
  }
31661
-
31662
- .l1j1e5w7 {
31663
- font-family: Inter;
31664
- font-style: normal;
31665
- font-weight: bold;
31666
- text-transform: uppercase;
31667
- font-feature-settings: "cpsp" on;
31668
- font-size: 16px;
31669
- line-height: 24px;
31670
- }
31671
-
31672
- .l1gf91jb {
31673
- font-family: Inter;
31674
- font-style: normal;
31675
- font-weight: normal;
31676
- font-size: 14px;
31703
+ .ipd9bk.ant-input.ant-input-lg {
31704
+ padding: 8px 16px;
31677
31705
  line-height: 22px;
31678
31706
  }
31679
-
31680
- .lu7hlr6 {
31681
- font-family: Inter;
31682
- font-style: normal;
31683
- font-weight: 500;
31684
- font-size: 14px;
31685
- line-height: 22px;
31707
+ .ipd9bk.ant-input.ant-input-sm {
31708
+ padding: 2px 8px;
31709
+ line-height: 18px;
31686
31710
  }
31687
-
31688
- .l3l3jf0 {
31689
- font-family: Inter;
31690
- font-style: normal;
31691
- font-weight: bold;
31692
- font-size: 14px;
31693
- line-height: 22px;
31711
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
31712
+ border-color: rgba(107, 128, 167, 0.6);
31713
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31714
+ z-index: 1;
31694
31715
  }
31695
-
31696
- .l12j5nqp {
31697
- font-family: Inter;
31698
- font-style: normal;
31699
- font-weight: normal;
31700
- font-size: 14px;
31701
- line-height: 22px;
31716
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
31717
+ border-color: #0096ff;
31718
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31719
+ z-index: 1;
31702
31720
  }
31703
-
31704
- .l1tecqht {
31705
- font-family: Inter;
31706
- font-style: normal;
31707
- font-weight: bold;
31708
- font-size: 14px;
31709
- line-height: 22px;
31721
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31722
+ border-color: #e75a3a;
31723
+ color: #e75a3a;
31710
31724
  }
31711
-
31712
- .l6sa990 {
31713
- font-family: Inter;
31714
- font-style: normal;
31715
- font-weight: normal;
31716
- text-transform: uppercase;
31717
- font-feature-settings: "cpsp" on;
31718
- font-size: 14px;
31719
- line-height: 22px;
31725
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31726
+ border-color: #e75a3a;
31727
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31720
31728
  }
31721
-
31722
- .lckqe8j {
31723
- font-family: Inter;
31724
- font-style: normal;
31725
- font-weight: bold;
31726
- text-transform: uppercase;
31727
- font-feature-settings: "cpsp" on;
31728
- font-size: 14px;
31729
- line-height: 22px;
31729
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31730
+ border-color: #e75a3a;
31731
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31730
31732
  }
31731
-
31732
- .l1kuminb {
31733
- font-family: Inter;
31734
- font-style: normal;
31735
- font-weight: normal;
31736
- font-size: 13px;
31737
- line-height: 20px;
31733
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31734
+ background: rgba(211, 218, 235, 0.6);
31735
+ color: rgba(0, 21, 64, 0.3);
31736
+ border-color: rgba(172, 186, 211, 0.6);
31738
31737
  }
31739
-
31740
- .l1pbuf5j {
31741
- font-family: Inter;
31742
- font-style: normal;
31743
- font-weight: 600;
31744
- font-size: 13px;
31738
+ .ipd9bk.ant-input-affix-wrapper {
31739
+ padding: 5px 12px;
31740
+ border-radius: 6px;
31741
+ border-color: rgba(172, 186, 211, 0.6);
31745
31742
  line-height: 20px;
31743
+ color: #2d3a56;
31744
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31746
31745
  }
31747
-
31748
- .l1r4ztu {
31749
- font-family: Inter;
31750
- font-style: normal;
31751
- font-weight: bold;
31752
- font-size: 13px;
31753
- line-height: 20px;
31746
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31747
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31748
+ color: rgba(44, 56, 82, 0.6);
31754
31749
  }
31755
-
31756
- .ly8vzok {
31757
- font-family: Inter;
31758
- font-style: normal;
31759
- font-weight: normal;
31760
- font-size: 13px;
31761
- line-height: 20px;
31750
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31751
+ padding: 8px 16px;
31752
+ line-height: 22px;
31762
31753
  }
31763
-
31764
- .lumfmf {
31765
- font-family: Inter;
31766
- font-style: normal;
31767
- font-weight: 600;
31768
- font-size: 13px;
31769
- line-height: 20px;
31754
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31755
+ padding: 2px 8px;
31756
+ line-height: 18px;
31770
31757
  }
31771
-
31772
- .l16ujwmv {
31773
- font-family: Inter;
31774
- font-style: normal;
31775
- font-weight: bold;
31776
- font-size: 13px;
31777
- line-height: 20px;
31758
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31759
+ border-color: rgba(107, 128, 167, 0.6);
31760
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31778
31761
  }
31779
-
31780
- .l17o1ffr {
31781
- font-family: Inter;
31782
- font-style: normal;
31783
- font-weight: normal;
31784
- text-transform: uppercase;
31785
- font-feature-settings: "cpsp" on;
31786
- font-size: 13px;
31787
- line-height: 20px;
31762
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31763
+ border-color: #0096ff;
31764
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31788
31765
  }
31789
-
31790
- .lngllvn {
31791
- font-family: Inter;
31792
- font-style: normal;
31793
- font-weight: bold;
31794
- text-transform: uppercase;
31795
- font-feature-settings: "cpsp" on;
31796
- font-size: 13px;
31797
- line-height: 20px;
31766
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31767
+ border-color: #e75a3a;
31798
31768
  }
31799
-
31800
- .l2i7fo9 {
31801
- font-family: Inter;
31802
- font-style: normal;
31803
- font-weight: normal;
31804
- font-size: 12px;
31805
- line-height: 18px;
31769
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31770
+ color: #e75a3a;
31806
31771
  }
31807
-
31808
- .l1x7hscx {
31809
- font-family: Inter;
31810
- font-style: normal;
31811
- font-weight: 500;
31812
- font-size: 12px;
31813
- line-height: 18px;
31772
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31773
+ border-color: #e75a3a;
31774
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31814
31775
  }
31815
-
31816
- .le1jwan {
31817
- font-family: Inter;
31818
- font-style: normal;
31819
- font-weight: bold;
31820
- font-size: 12px;
31821
- line-height: 18px;
31776
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31777
+ border-color: #e75a3a;
31778
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31822
31779
  }
31823
-
31824
- .lyxynfj {
31825
- font-family: Inter;
31826
- font-style: normal;
31827
- font-weight: normal;
31828
- font-size: 12px;
31829
- line-height: 18px;
31780
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31781
+ background: rgba(211, 218, 235, 0.6);
31782
+ color: rgba(0, 21, 64, 0.3);
31783
+ border-color: rgba(172, 186, 211, 0.6);
31830
31784
  }
31831
-
31832
- .lpb2nxv {
31833
- font-family: Inter;
31834
- font-style: normal;
31835
- font-weight: 500;
31836
- font-size: 12px;
31837
- line-height: 18px;
31785
+ textarea.ipd9bk.ant-input {
31786
+ transition-property: height;
31787
+ transition-delay: 50ms;
31838
31788
  }
31839
-
31840
- .l1r8o3vv {
31841
- font-family: Inter;
31842
- font-style: normal;
31843
- font-weight: bold;
31844
- font-size: 12px;
31845
- line-height: 18px;
31789
+ textarea.ipd9bk.ant-input.textarea-large {
31790
+ min-height: 40px;
31791
+ height: 40px;
31792
+ }
31793
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31794
+ height: 80px;
31795
+ }
31796
+ textarea.ipd9bk.ant-input.textarea-middle {
31797
+ min-height: 32px;
31798
+ height: 32px;
31799
+ }
31800
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31801
+ height: 64px;
31802
+ }
31803
+ textarea.ipd9bk.ant-input.textarea-small {
31804
+ min-height: 24px;
31805
+ height: 24px;
31806
+ }
31807
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31808
+ height: 40px;
31846
31809
  }
31847
31810
 
31848
- .lemnjy2 {
31849
- font-family: Inter;
31850
- font-style: normal;
31851
- font-weight: normal;
31852
- text-transform: uppercase;
31853
- font-feature-settings: "cpsp" on;
31811
+ .kypn5o5 input, .kypn5o5.input-tags {
31812
+ border: 1px solid rgba(213, 219, 227, 0.6);
31813
+ border-radius: 4px;
31814
+ }
31815
+ .kypn5o5.input-tags {
31816
+ position: relative;
31817
+ padding: 6px;
31818
+ height: 32px;
31819
+ cursor: pointer;
31820
+ transition: border 150ms;
31821
+ }
31822
+ .kypn5o5.input-tags:hover {
31823
+ border-color: #0080ff;
31824
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31825
+ }
31826
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31827
+ padding-right: 30px;
31828
+ }
31829
+ .kypn5o5.input-tags .input-tags-inner {
31830
+ display: flex;
31831
+ }
31832
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31833
+ display: flex;
31834
+ }
31835
+ .kypn5o5.input-tags .input-tag-suffix {
31836
+ position: absolute;
31837
+ right: 12px;
31838
+ top: 50%;
31839
+ transform: translateY(-50%);
31840
+ }
31841
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31842
+ color: rgba(0, 0, 0, 0.25);
31854
31843
  font-size: 12px;
31855
- line-height: 18px;
31844
+ cursor: pointer;
31845
+ }
31846
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31847
+ color: rgba(0, 0, 0, 0.45);
31848
+ }
31849
+ .kypn5o5.has-focus-indicator {
31850
+ position: relative;
31851
+ overflow: hidden;
31852
+ }
31853
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31854
+ position: absolute;
31855
+ top: 50%;
31856
+ transform: translateY(-50%);
31857
+ left: -16px;
31858
+ transition: left 150ms ease;
31859
+ opacity: 0;
31860
+ }
31861
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31862
+ left: 8px;
31863
+ opacity: 1;
31864
+ }
31865
+ .kypn5o5.has-focus-indicator input {
31866
+ transition: margin-left 150ms ease;
31867
+ margin-left: 0px;
31856
31868
  }
31857
-
31858
- .lrc42gb {
31859
- font-family: Inter;
31860
- font-style: normal;
31861
- font-weight: bold;
31862
- text-transform: uppercase;
31863
- font-feature-settings: "cpsp" on;
31864
- font-size: 12px;
31865
- line-height: 18px;
31869
+ .kypn5o5.has-focus-indicator input:focus {
31870
+ margin-left: 16px;
31866
31871
  }
31867
31872
 
31868
- .fqaz4mb {
31869
- font-family: Inter;
31870
- font-style: normal;
31871
- font-weight: normal;
31872
- font-size: 13px;
31873
- line-height: 20px;
31873
+ input.l1ki27se.ant-input {
31874
+ border-top-right-radius: 0;
31875
+ border-bottom-right-radius: 0;
31874
31876
  }
31875
31877
 
31876
- .f13we5o {
31877
- font-family: Inter;
31878
- font-style: normal;
31879
- font-weight: normal;
31880
- font-size: 13px;
31881
- line-height: 20px;
31878
+ .l1ki27se.ant-input-affix-wrapper {
31879
+ border-top-right-radius: 0;
31880
+ border-bottom-right-radius: 0;
31882
31881
  }
31883
31882
 
31884
- .ffmjua2 {
31885
- font-family: Inter;
31886
- font-style: normal;
31887
- font-weight: normal;
31888
- font-size: 12px;
31889
- line-height: 18px;
31883
+ input.rrg1fkn.ant-input {
31884
+ border-top-left-radius: 0;
31885
+ border-bottom-left-radius: 0;
31890
31886
  }
31891
31887
 
31892
- .fz2mxw0 {
31893
- font-family: Inter;
31894
- font-style: normal;
31895
- font-weight: normal;
31896
- font-size: 12px;
31897
- line-height: 18px;
31888
+ .rrg1fkn.ant-input-affix-wrapper {
31889
+ border-top-left-radius: 0;
31890
+ border-bottom-left-radius: 0;
31898
31891
  }
31899
31892
 
31900
- .t1ertzoh {
31901
- font-family: Inter;
31902
- font-style: normal;
31903
- font-weight: normal;
31904
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31905
- font-size: 13px;
31906
- line-height: 20px;
31893
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31894
+ border-top-right-radius: 0;
31895
+ border-bottom-right-radius: 0;
31907
31896
  }
31908
31897
 
31909
- .t19bge8r {
31910
- font-family: Inter;
31911
- font-style: normal;
31912
- font-weight: normal;
31913
- font-feature-settings: "zero" on;
31914
- font-size: 13px;
31915
- line-height: 20px;
31898
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31899
+ border-top-left-radius: 0;
31900
+ border-bottom-left-radius: 0;
31916
31901
  }
31917
31902
 
31918
- .tjrzfyl {
31919
- font-family: Inter;
31920
- font-style: normal;
31921
- font-weight: normal;
31922
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31923
- font-size: 12px;
31924
- line-height: 18px;
31903
+ .c1t6wbwv {
31904
+ display: flex;
31905
+ flex-direction: column;
31906
+ }
31907
+ .c1t6wbwv .select-wrapper {
31908
+ margin-top: 12px;
31909
+ }
31910
+ .c1t6wbwv .select-wrapper .select {
31911
+ width: 100%;
31912
+ }
31913
+ .c1t6wbwv .radio-wrapper {
31914
+ margin-top: 24px;
31915
+ }
31916
+ .c1t6wbwv div.form-item {
31917
+ width: 100%;
31925
31918
  }
31926
31919
 
31927
- .tm6s7bo {
31928
- font-family: Inter;
31929
- font-style: normal;
31920
+ .d1k7vv5v {
31921
+ font-size: 14px;
31930
31922
  font-weight: 500;
31931
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31932
- font-size: 12px;
31923
+ color: #3e4652;
31933
31924
  line-height: 18px;
31934
31925
  }
31926
+ .d1k7vv5v + .d1k7vv5v {
31927
+ margin-top: 16px;
31928
+ }
31929
+ .d1k7vv5v + * {
31930
+ margin-top: 16px;
31931
+ }
31935
31932
 
31936
- .t19zq6ic {
31937
- font-family: Inter;
31938
- font-style: normal;
31939
- font-weight: normal;
31940
- font-feature-settings: "zero" on;
31933
+ .le7b9r4.d1k7vv5v {
31941
31934
  font-size: 12px;
31942
- line-height: 18px;
31935
+ color: rgba(44, 56, 82, 0.6);
31936
+ margin-top: 12px;
31943
31937
  }
31944
31938
 
31945
- .t1gduru8 {
31946
- font-family: Inter;
31947
- font-style: normal;
31948
- font-weight: 500;
31949
- font-feature-settings: "zero" on;
31950
- font-size: 12px;
31939
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31951
31940
  line-height: 18px;
31941
+ font-weight: 500;
31942
+ margin-top: 0;
31943
+ white-space: initial;
31952
31944
  }
31953
31945
 
31954
- .t55raab {
31955
- font-family: Inter;
31956
- font-style: normal;
31957
- font-weight: bold;
31958
- font-feature-settings: "zero" on;
31959
- font-size: 16px;
31960
- line-height: 24px;
31946
+ .r12ddqmh {
31947
+ display: block;
31961
31948
  }
31962
-
31963
- .u1w9abfe {
31964
- font-family: Inter;
31965
- font-style: normal;
31966
- font-weight: normal;
31967
- font-size: 10px;
31968
- line-height: 12px;
31949
+ .r12ddqmh span {
31950
+ font-size: 14px;
31951
+ font-weight: 500;
31952
+ line-height: 32px;
31953
+ color: #3e4652;
31969
31954
  }
31970
31955
 
31971
- .berrcjl {
31972
- color: rgba(10, 37, 85, 0.6);
31973
- margin-bottom: 4px;
31974
- }
31975
- .berrcjl .breadcrumb-link {
31976
- color: rgba(10, 37, 85, 0.6);
31977
- cursor: pointer;
31978
- transition: color 160ms ease;
31979
- }
31980
- .berrcjl .breadcrumb-link:hover {
31981
- color: #0080ff;
31956
+ .ctcr26a {
31957
+ margin-top: 8px;
31958
+ padding: 8px;
31959
+ border-radius: 6px;
31960
+ background: rgba(225, 230, 241, 0.6);
31961
+ color: rgba(44, 56, 82, 0.6);
31962
+ font-size: 12px;
31982
31963
  }
31983
- .berrcjl .breadcrumb-link:active {
31984
- color: #005ed1;
31964
+ .ctcr26a div {
31965
+ line-height: 20px;
31966
+ display: flex;
31967
+ align-items: center;
31968
+ word-break: break-all;
31985
31969
  }
31986
31970
 
31987
31971
  .c18gxmrl {
@@ -32004,6 +31988,22 @@ input.rrg1fkn.ant-input {
32004
31988
  padding: 8px 12px;
32005
31989
  }
32006
31990
 
31991
+ .berrcjl {
31992
+ color: rgba(10, 37, 85, 0.6);
31993
+ margin-bottom: 4px;
31994
+ }
31995
+ .berrcjl .breadcrumb-link {
31996
+ color: rgba(10, 37, 85, 0.6);
31997
+ cursor: pointer;
31998
+ transition: color 160ms ease;
31999
+ }
32000
+ .berrcjl .breadcrumb-link:hover {
32001
+ color: #0080ff;
32002
+ }
32003
+ .berrcjl .breadcrumb-link:active {
32004
+ color: #005ed1;
32005
+ }
32006
+
32007
32007
  .c1uzzomf {
32008
32008
  margin-bottom: 16px;
32009
32009
  }
@@ -32066,17 +32066,12 @@ input.rrg1fkn.ant-input {
32066
32066
  transform: rotate(0deg);
32067
32067
  }
32068
32068
 
32069
- .m15dvk92 {
32069
+ .s1iv0tp1 .enabled-switch {
32070
32070
  display: flex;
32071
- justify-content: space-between;
32072
- width: 100%;
32073
- }
32074
- .m15dvk92 .action {
32075
- margin-left: 16px;
32071
+ align-items: center;
32076
32072
  }
32077
-
32078
- .aql8iqz .ant-alert-message {
32079
- width: 100%;
32073
+ .s1iv0tp1 .enabled-text {
32074
+ margin-right: 8px;
32080
32075
  }
32081
32076
 
32082
32077
  .gmyahx3 {
@@ -32089,6 +32084,25 @@ input.rrg1fkn.ant-input {
32089
32084
  color: #0080ff;
32090
32085
  }
32091
32086
 
32087
+ .n12mqh7z {
32088
+ display: flex;
32089
+ align-items: center;
32090
+ font-size: 12px;
32091
+ line-height: 18px;
32092
+ }
32093
+ .n12mqh7z:not(:last-child) {
32094
+ margin-bottom: 4px;
32095
+ }
32096
+
32097
+ .tf5bynu {
32098
+ margin: 0 3px;
32099
+ }
32100
+
32101
+ .tcckoz1 {
32102
+ max-height: 400px;
32103
+ overflow: "auto";
32104
+ }
32105
+
32092
32106
  .clm1wy1 {
32093
32107
  width: 192px;
32094
32108
  height: 246px;
@@ -32170,54 +32184,16 @@ input.rrg1fkn.ant-input {
32170
32184
  width: 2px;
32171
32185
  height: 2px;
32172
32186
  border-radius: 1px;
32173
- background: #0096ff;
32174
- }
32175
- .cxhf7dh .dot:not(:last-child) {
32176
- margin-right: 2px;
32177
- }
32178
- .cxhf7dh .bar {
32179
- width: 9px;
32180
- height: 2px;
32181
- background: #0096ff;
32182
- border-radius: 2px;
32183
- }
32184
-
32185
- .c10crapj {
32186
- border-radius: 8px;
32187
- }
32188
- .c10crapj .ant-card-body {
32189
- padding: 20px 24px 24px 24px;
32190
- }
32191
-
32192
- .o8ocss1 {
32193
- overflow: hidden;
32194
- text-overflow: ellipsis;
32195
- }
32196
-
32197
- .s17syc35 {
32198
- white-space: nowrap;
32199
- }
32200
-
32201
- .m1rk4s1l {
32202
- display: -webkit-box;
32203
- -webkit-line-clamp: var(--m1rk4s1l-0);
32204
- -webkit-box-orient: vertical;
32205
- word-break: break-all;
32206
- }
32207
-
32208
- .tje3huy {
32209
- width: 100%;
32210
- overflow: inherit;
32211
- white-space: inherit;
32212
- text-overflow: ellipsis;
32187
+ background: #0096ff;
32213
32188
  }
32214
-
32215
- .s1iv0tp1 .enabled-switch {
32216
- display: flex;
32217
- align-items: center;
32189
+ .cxhf7dh .dot:not(:last-child) {
32190
+ margin-right: 2px;
32218
32191
  }
32219
- .s1iv0tp1 .enabled-text {
32220
- margin-right: 8px;
32192
+ .cxhf7dh .bar {
32193
+ width: 9px;
32194
+ height: 2px;
32195
+ background: #0096ff;
32196
+ border-radius: 2px;
32221
32197
  }
32222
32198
 
32223
32199
  .t1sqg15u {
@@ -32310,6 +32286,29 @@ input.rrg1fkn.ant-input {
32310
32286
  padding-right: 12px;
32311
32287
  }
32312
32288
 
32289
+ .wg1tsps {
32290
+ display: flex;
32291
+ align-items: center;
32292
+ justify-content: flex-end;
32293
+ }
32294
+
32295
+ .b1ctd5xy {
32296
+ display: flex;
32297
+ align-items: center;
32298
+ width: calc(100% - 40px);
32299
+ }
32300
+ .b1ctd5xy .chart {
32301
+ display: inline-block;
32302
+ width: 100%;
32303
+ }
32304
+
32305
+ .u1p8acpn {
32306
+ min-width: 40px;
32307
+ }
32308
+ .u1p8acpn .unit {
32309
+ color: #00122e !important;
32310
+ }
32311
+
32313
32312
  .s11wux3h .ant-segmented-item:not(:last-child) {
32314
32313
  margin-right: 2px;
32315
32314
  }
@@ -32391,6 +32390,59 @@ input.rrg1fkn.ant-input {
32391
32390
  margin-right: 4px;
32392
32391
  }
32393
32392
 
32393
+ .m15dvk92 {
32394
+ display: flex;
32395
+ justify-content: space-between;
32396
+ width: 100%;
32397
+ }
32398
+ .m15dvk92 .action {
32399
+ margin-left: 16px;
32400
+ }
32401
+
32402
+ .aql8iqz .ant-alert-message {
32403
+ width: 100%;
32404
+ }
32405
+
32406
+ .tje3huy {
32407
+ width: 100%;
32408
+ overflow: inherit;
32409
+ white-space: inherit;
32410
+ text-overflow: ellipsis;
32411
+ }
32412
+
32413
+ .cav9p2m .ant-collapse-item {
32414
+ border: 0px;
32415
+ background-color: #fff;
32416
+ }
32417
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32418
+ padding-top: 0px;
32419
+ padding-bottom: 0px;
32420
+ padding-left: 0px !important;
32421
+ padding-right: 24px;
32422
+ }
32423
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32424
+ right: 0px;
32425
+ }
32426
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32427
+ padding: 0px;
32428
+ }
32429
+
32430
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32431
+ padding-right: 0px;
32432
+ cursor: default;
32433
+ }
32434
+
32435
+ .t3qomhu {
32436
+ margin: 0 2px;
32437
+ }
32438
+
32439
+ .c10crapj {
32440
+ border-radius: 8px;
32441
+ }
32442
+ .c10crapj .ant-card-body {
32443
+ padding: 20px 24px 24px 24px;
32444
+ }
32445
+
32394
32446
  button.lujuy3j {
32395
32447
  color: #0080FF;
32396
32448
  height: unset;
@@ -32423,82 +32475,24 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32423
32475
  color: #00122e;
32424
32476
  }
32425
32477
 
32426
- .n12mqh7z {
32427
- display: flex;
32428
- align-items: center;
32429
- font-size: 12px;
32430
- line-height: 18px;
32431
- }
32432
- .n12mqh7z:not(:last-child) {
32433
- margin-bottom: 4px;
32434
- }
32435
-
32436
- .tf5bynu {
32437
- margin: 0 3px;
32478
+ .o8ocss1 {
32479
+ overflow: hidden;
32480
+ text-overflow: ellipsis;
32438
32481
  }
32439
32482
 
32440
- .tcckoz1 {
32441
- max-height: 400px;
32442
- overflow: "auto";
32483
+ .s17syc35 {
32484
+ white-space: nowrap;
32443
32485
  }
32444
32486
 
32445
- .wg1tsps {
32446
- display: flex;
32447
- align-items: center;
32448
- justify-content: flex-end;
32487
+ .m1rk4s1l {
32488
+ display: -webkit-box;
32489
+ -webkit-line-clamp: var(--m1rk4s1l-0);
32490
+ -webkit-box-orient: vertical;
32491
+ word-break: break-all;
32449
32492
  }
32450
32493
 
32451
- .b1ctd5xy {
32494
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32452
32495
  display: flex;
32453
- align-items: center;
32454
- width: calc(100% - 40px);
32455
- }
32456
- .b1ctd5xy .chart {
32457
- display: inline-block;
32458
- width: 100%;
32459
- }
32460
-
32461
- .u1p8acpn {
32462
- min-width: 40px;
32463
- }
32464
- .u1p8acpn .unit {
32465
- color: #00122e !important;
32466
- }
32467
-
32468
- .cav9p2m .ant-collapse-item {
32469
- border: 0px;
32470
- background-color: #fff;
32471
- }
32472
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32473
- padding-top: 0px;
32474
- padding-bottom: 0px;
32475
- padding-left: 0px !important;
32476
- padding-right: 24px;
32477
- }
32478
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32479
- right: 0px;
32480
- }
32481
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32482
- padding: 0px;
32483
- }
32484
-
32485
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32486
- padding-right: 0px;
32487
- cursor: default;
32488
- }
32489
-
32490
- .t3qomhu {
32491
- margin: 0 2px;
32492
- }
32493
-
32494
- .igz4le8 {
32495
- height: 24px;
32496
- width: 56px !important;
32497
- margin-right: 4px;
32498
- }
32499
-
32500
- .c1riexje {
32501
- color: rgba(44, 56, 82, 0.6);
32502
32496
  }
32503
32497
 
32504
32498
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
@@ -32558,8 +32552,14 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32558
32552
  transform: rotate(180deg);
32559
32553
  }
32560
32554
 
32561
- .iiqau4c.ant-input-group.ant-input-group-compact {
32562
- display: flex;
32555
+ .igz4le8 {
32556
+ height: 24px;
32557
+ width: 56px !important;
32558
+ margin-right: 4px;
32559
+ }
32560
+
32561
+ .c1riexje {
32562
+ color: rgba(44, 56, 82, 0.6);
32563
32563
  }
32564
32564
 
32565
32565
  .c1kchka8 {
@@ -33032,91 +33032,17 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33032
33032
  .rzaik16 {
33033
33033
  padding: 0;
33034
33034
  }
33035
- .rzaik16 .ant-popover-arrow {
33036
- display: none;
33037
- }
33038
- .rzaik16 .ant-popover-inner-content {
33039
- padding: 0;
33040
- }
33041
-
33042
- .h1ol2wl7 {
33043
- font-weight: bold;
33044
- background-color: unset;
33045
- padding: unset;
33046
- }
33047
-
33048
- .s14dk8r1 {
33049
- margin: 0;
33050
- border-radius: 20px;
33051
- padding: 2px 10px;
33052
- height: 22px;
33053
- }
33054
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
33055
- background-color: rgba(237, 241, 250, 0.6) !important;
33056
- }
33057
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33058
- background-color: rgba(225, 230, 241, 0.6) !important;
33059
- }
33060
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
33061
- color: #00122e;
33062
- }
33063
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33064
- margin-right: 6px;
33065
- }
33066
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33067
- margin-left: 4px;
33068
- }
33069
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33070
- background-color: rgba(0, 136, 255, 0.1);
33071
- }
33072
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33073
- background-color: #0080ff;
33074
- }
33075
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33076
- background-color: rgba(0, 136, 255, 0.16);
33077
- }
33078
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
33079
- background-color: rgba(255, 74, 74, 0.1);
33080
- }
33081
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33082
- background-color: #f0483e;
33083
- }
33084
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33085
- background-color: rgba(255, 74, 74, 0.16);
33086
- }
33087
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33088
- background-color: rgba(254, 160, 8, 0.1);
33089
- }
33090
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33091
- background-color: #fea008;
33092
- }
33093
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33094
- background-color: rgba(255, 187, 0, 0.16);
33095
- }
33096
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
33097
- background-color: rgba(30, 201, 127, 0.1);
33098
- }
33099
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33100
- background-color: #00ba5d;
33101
- }
33102
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33103
- background-color: rgba(30, 201, 127, 0.16);
33104
- }
33105
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33106
- background-color: rgba(225, 230, 241, 0.6);
33107
- }
33108
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33109
- background-color: #6b7d99;
33110
- }
33111
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33112
- background-color: rgba(211, 218, 235, 0.6);
33035
+ .rzaik16 .ant-popover-arrow {
33036
+ display: none;
33037
+ }
33038
+ .rzaik16 .ant-popover-inner-content {
33039
+ padding: 0;
33113
33040
  }
33114
33041
 
33115
- .s1uupoto {
33116
- width: 8px;
33117
- height: 8px;
33118
- border-radius: 50%;
33119
- display: inline-block;
33042
+ .h1ol2wl7 {
33043
+ font-weight: bold;
33044
+ background-color: unset;
33045
+ padding: unset;
33120
33046
  }
33121
33047
 
33122
33048
  .t19ustft .date {
@@ -33205,6 +33131,80 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33205
33131
  background-color: #7E41FF;
33206
33132
  }
33207
33133
 
33134
+ .s14dk8r1 {
33135
+ margin: 0;
33136
+ border-radius: 20px;
33137
+ padding: 2px 10px;
33138
+ height: 22px;
33139
+ }
33140
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
33141
+ background-color: rgba(237, 241, 250, 0.6) !important;
33142
+ }
33143
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33144
+ background-color: rgba(225, 230, 241, 0.6) !important;
33145
+ }
33146
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
33147
+ color: #00122e;
33148
+ }
33149
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33150
+ margin-right: 6px;
33151
+ }
33152
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33153
+ margin-left: 4px;
33154
+ }
33155
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33156
+ background-color: rgba(0, 136, 255, 0.1);
33157
+ }
33158
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33159
+ background-color: #0080ff;
33160
+ }
33161
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33162
+ background-color: rgba(0, 136, 255, 0.16);
33163
+ }
33164
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
33165
+ background-color: rgba(255, 74, 74, 0.1);
33166
+ }
33167
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33168
+ background-color: #f0483e;
33169
+ }
33170
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33171
+ background-color: rgba(255, 74, 74, 0.16);
33172
+ }
33173
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33174
+ background-color: rgba(254, 160, 8, 0.1);
33175
+ }
33176
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33177
+ background-color: #fea008;
33178
+ }
33179
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33180
+ background-color: rgba(255, 187, 0, 0.16);
33181
+ }
33182
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
33183
+ background-color: rgba(30, 201, 127, 0.1);
33184
+ }
33185
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33186
+ background-color: #00ba5d;
33187
+ }
33188
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33189
+ background-color: rgba(30, 201, 127, 0.16);
33190
+ }
33191
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33192
+ background-color: rgba(225, 230, 241, 0.6);
33193
+ }
33194
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33195
+ background-color: #6b7d99;
33196
+ }
33197
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33198
+ background-color: rgba(211, 218, 235, 0.6);
33199
+ }
33200
+
33201
+ .s1uupoto {
33202
+ width: 8px;
33203
+ height: 8px;
33204
+ border-radius: 50%;
33205
+ display: inline-block;
33206
+ }
33207
+
33208
33208
  .t160l1cm {
33209
33209
  display: flex;
33210
33210
  flex-direction: column;
@@ -33426,196 +33426,35 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33426
33426
  top: 40.5px;
33427
33427
  background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33428
33428
  border-radius: 5px;
33429
- transform: rotate(-128deg);
33430
- transform-origin: top left;
33431
- animation: loading-indicator1 1100ms ease-out infinite;
33432
- }
33433
-
33434
- .l13g0exg {
33435
- position: absolute;
33436
- width: 5px;
33437
- height: 48px;
33438
- left: 40.8px;
33439
- top: 8.4px;
33440
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33441
- border-radius: 5px;
33442
- transform: rotate(-8deg);
33443
- transform-origin: top left;
33444
- animation: loading-indicator2 1100ms ease-out infinite;
33445
- }
33446
-
33447
- .l1exo3h6 {
33448
- position: absolute;
33449
- width: 5px;
33450
- height: 48px;
33451
- left: 52.9px;
33452
- top: 51.8px;
33453
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33454
- border-radius: 5px;
33455
- transform: rotate(112deg);
33456
- transform-origin: top left;
33457
- animation: loading-indicator3 1100ms ease-out infinite;
33458
- }
33459
-
33460
- .m1thnes4 {
33461
- color: rgba(44, 56, 82, 0.6);
33462
- text-align: center;
33463
- display: flex;
33464
- align-items: center;
33465
- justify-content: center;
33466
- flex-direction: column;
33467
- height: 100%;
33468
- }
33469
- .m1thnes4 .link {
33470
- color: #0080ff;
33471
- cursor: pointer;
33472
- }
33473
-
33474
- .m1bixfdy {
33475
- width: 100%;
33476
- height: 100%;
33477
- display: flex;
33478
- flex-direction: column;
33479
- }
33480
- .m1bixfdy .name-toolbar {
33481
- width: 100%;
33482
- display: flex;
33483
- line-height: 30px;
33484
- padding: 0 16px;
33485
- justify-content: space-between;
33486
- }
33487
- .m1bixfdy .name-toolbar .metric-extra {
33488
- display: flex;
33489
- font-size: 12px;
33490
- align-items: center;
33491
- }
33492
- .m1bixfdy .name-toolbar .metric-extra .info-item {
33493
- color: #a3b4cc;
33494
- }
33495
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
33496
- margin-left: 10px;
33497
- }
33498
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
33499
- margin-left: 10px;
33500
- cursor: pointer;
33501
- }
33502
- .m1bixfdy .content {
33503
- flex: 1;
33504
- width: 100%;
33505
- display: flex;
33506
- justify-content: center;
33507
- align-items: center;
33508
- }
33509
- .m1bixfdy .single-content {
33510
- height: 65px;
33511
- }
33512
-
33513
- .lfamfcw {
33514
- display: flex;
33515
- align-items: center;
33516
- white-space: nowrap;
33517
- overflow: hidden;
33518
- width: 100%;
33519
- }
33520
- .lfamfcw .ant-dropdown-trigger {
33521
- margin-left: auto;
33522
- font-size: 12px;
33523
- }
33524
-
33525
- .la6u9b4 {
33526
- display: flex;
33527
- justify-content: flex-start;
33528
- align-items: center;
33529
- font-size: 12px;
33530
- cursor: pointer;
33531
- }
33532
- .la6u9b4:not(:last-child) {
33533
- margin-right: 20px;
33534
- }
33535
- .la6u9b4.deselected {
33536
- opacity: 0.4;
33537
- }
33538
- .la6u9b4.deselected .color-block {
33539
- background: #b4beca !important;
33540
- }
33541
-
33542
- .chhvk8b {
33543
- display: inline-block;
33544
- height: 8px;
33545
- width: 8px;
33546
- margin-right: 8px;
33547
- }
33548
-
33549
- .e1sdlxq1 .ant-dropdown-menu-item {
33550
- display: flex;
33551
- align-items: center;
33552
- font-size: 12px;
33553
- margin: 0;
33554
- }
33555
-
33556
- .m16f7gpb {
33557
- position: relative;
33558
- }
33559
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
33560
- bottom: -12px;
33561
- }
33562
- .m16f7gpb .metric-toolbar {
33563
- display: flex;
33564
- justify-content: space-between;
33565
- line-height: 30px;
33566
- margin: 0 16px;
33567
- }
33568
- .m16f7gpb .metric-toolbar .metric-extra {
33569
- display: flex;
33570
- font-size: 12px;
33571
- align-items: center;
33572
- }
33573
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
33574
- color: #a3b4cc;
33575
- }
33576
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
33577
- margin-left: 10px;
33578
- }
33579
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
33580
- margin-left: 10px;
33581
- cursor: pointer;
33582
- }
33583
- .m16f7gpb .recharts-xAxis {
33584
- font-size: 12px;
33585
- }
33586
- .m16f7gpb .pointer-wrapper {
33587
- position: absolute;
33588
- bottom: 10px;
33589
- padding: 0 8px;
33590
- border-radius: 4px;
33591
- font-size: 12px;
33592
- color: #fff;
33593
- background: rgba(0, 0, 0, 0.75);
33594
- transform: translateX(-50%);
33429
+ transform: rotate(-128deg);
33430
+ transform-origin: top left;
33431
+ animation: loading-indicator1 1100ms ease-out infinite;
33595
33432
  }
33596
33433
 
33597
- .t1ipvk51 {
33598
- min-width: 200px;
33434
+ .l13g0exg {
33435
+ position: absolute;
33436
+ width: 5px;
33437
+ height: 48px;
33438
+ left: 40.8px;
33439
+ top: 8.4px;
33440
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33441
+ border-radius: 5px;
33442
+ transform: rotate(-8deg);
33443
+ transform-origin: top left;
33444
+ animation: loading-indicator2 1100ms ease-out infinite;
33599
33445
  }
33600
33446
 
33601
- .t1kgldps {
33602
- display: flex;
33603
- align-items: center;
33604
- justify-content: space-between;
33605
- background-color: rgba(0, 0, 0, 0.75);
33606
- color: #b4beca;
33607
- font-size: 12px;
33608
- padding: 3px 6px;
33609
- }
33610
- .t1kgldps:first-child {
33611
- padding-top: 3px;
33612
- }
33613
- .t1kgldps:last-child {
33614
- padding-bottom: 3px;
33615
- }
33616
- .t1kgldps .column-value {
33617
- color: #fff;
33618
- margin-left: 8px;
33447
+ .l1exo3h6 {
33448
+ position: absolute;
33449
+ width: 5px;
33450
+ height: 48px;
33451
+ left: 52.9px;
33452
+ top: 51.8px;
33453
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33454
+ border-radius: 5px;
33455
+ transform: rotate(112deg);
33456
+ transform-origin: top left;
33457
+ animation: loading-indicator3 1100ms ease-out infinite;
33619
33458
  }
33620
33459
 
33621
33460
  .sq6vos1 {
@@ -33762,89 +33601,323 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33762
33601
  .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
33763
33602
  padding: 0 8px;
33764
33603
  border-radius: 4px;
33765
- height: 32px;
33604
+ height: 32px;
33605
+ display: flex;
33606
+ align-items: center;
33607
+ }
33608
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33609
+ min-height: auto;
33610
+ white-space: nowrap;
33611
+ }
33612
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33613
+ font-size: 13px;
33614
+ line-height: 20px;
33615
+ max-width: 100%;
33616
+ padding-right: 0;
33617
+ }
33618
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33619
+ background: rgba(0, 128, 255, 0.1);
33620
+ }
33621
+
33622
+ .h1xo7yjb {
33623
+ width: 100%;
33624
+ display: inline-flex;
33625
+ align-items: center;
33626
+ justify-content: center;
33627
+ column-gap: 4px;
33628
+ }
33629
+ .h1xo7yjb .step-item-prefix-container {
33630
+ display: inline-flex;
33631
+ align-items: center;
33632
+ width: 18px;
33633
+ height: 18px;
33634
+ color: rgba(44, 56, 82, 0.75);
33635
+ justify-content: center;
33636
+ }
33637
+
33638
+ .v1f2f7cy {
33639
+ width: 100%;
33640
+ display: flex;
33641
+ align-items: center;
33642
+ justify-content: center;
33643
+ column-gap: 6px;
33644
+ font-size: 13px;
33645
+ }
33646
+ .v1f2f7cy .step-item-prefix-container {
33647
+ display: inline-flex;
33648
+ align-items: center;
33649
+ min-width: 20px;
33650
+ min-height: 20px;
33651
+ color: rgba(44, 56, 82, 0.75);
33652
+ justify-content: center;
33653
+ }
33654
+
33655
+ .t1gz6wqf {
33656
+ height: 100%;
33657
+ }
33658
+ .t1gz6wqf .table-loading-item {
33659
+ padding: 12px 4px;
33660
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33661
+ display: flex;
33662
+ }
33663
+ .t1gz6wqf .table-loading-item > * {
33664
+ height: 16px;
33665
+ margin: 4px;
33666
+ background: rgba(204, 212, 227, 0.18);
33667
+ border-radius: 2px;
33668
+ }
33669
+ .t1gz6wqf .table-loading-item .checkbox-loading {
33670
+ width: 16px;
33671
+ }
33672
+ .t1gz6wqf .table-loading-item .td-loading {
33673
+ flex: 1;
33674
+ }
33675
+ .t1gz6wqf :nth-child(1) {
33676
+ padding: 8px 4px;
33677
+ }
33678
+ .t1gz6wqf :nth-child(1) > * {
33679
+ background: rgba(107, 125, 153, 0.18);
33680
+ }
33681
+ .t1gz6wqf :nth-child(1) > * {
33682
+ background: rgba(163, 180, 204, 0.18);
33683
+ }
33684
+
33685
+ .m1thnes4 {
33686
+ color: rgba(44, 56, 82, 0.6);
33687
+ text-align: center;
33688
+ display: flex;
33689
+ align-items: center;
33690
+ justify-content: center;
33691
+ flex-direction: column;
33692
+ height: 100%;
33693
+ }
33694
+ .m1thnes4 .link {
33695
+ color: #0080ff;
33696
+ cursor: pointer;
33697
+ }
33698
+
33699
+ .m1bixfdy {
33700
+ width: 100%;
33701
+ height: 100%;
33702
+ display: flex;
33703
+ flex-direction: column;
33704
+ }
33705
+ .m1bixfdy .name-toolbar {
33706
+ width: 100%;
33707
+ display: flex;
33708
+ line-height: 30px;
33709
+ padding: 0 16px;
33710
+ justify-content: space-between;
33711
+ }
33712
+ .m1bixfdy .name-toolbar .metric-extra {
33713
+ display: flex;
33714
+ font-size: 12px;
33715
+ align-items: center;
33716
+ }
33717
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
33718
+ color: #a3b4cc;
33719
+ }
33720
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
33721
+ margin-left: 10px;
33722
+ }
33723
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
33724
+ margin-left: 10px;
33725
+ cursor: pointer;
33726
+ }
33727
+ .m1bixfdy .content {
33728
+ flex: 1;
33729
+ width: 100%;
33730
+ display: flex;
33731
+ justify-content: center;
33732
+ align-items: center;
33733
+ }
33734
+ .m1bixfdy .single-content {
33735
+ height: 65px;
33736
+ }
33737
+
33738
+ .lfamfcw {
33739
+ display: flex;
33740
+ align-items: center;
33741
+ white-space: nowrap;
33742
+ overflow: hidden;
33743
+ width: 100%;
33744
+ }
33745
+ .lfamfcw .ant-dropdown-trigger {
33746
+ margin-left: auto;
33747
+ font-size: 12px;
33748
+ }
33749
+
33750
+ .la6u9b4 {
33751
+ display: flex;
33752
+ justify-content: flex-start;
33753
+ align-items: center;
33754
+ font-size: 12px;
33755
+ cursor: pointer;
33756
+ }
33757
+ .la6u9b4:not(:last-child) {
33758
+ margin-right: 20px;
33759
+ }
33760
+ .la6u9b4.deselected {
33761
+ opacity: 0.4;
33762
+ }
33763
+ .la6u9b4.deselected .color-block {
33764
+ background: #b4beca !important;
33765
+ }
33766
+
33767
+ .chhvk8b {
33768
+ display: inline-block;
33769
+ height: 8px;
33770
+ width: 8px;
33771
+ margin-right: 8px;
33772
+ }
33773
+
33774
+ .e1sdlxq1 .ant-dropdown-menu-item {
33775
+ display: flex;
33776
+ align-items: center;
33777
+ font-size: 12px;
33778
+ margin: 0;
33779
+ }
33780
+
33781
+ .m16f7gpb {
33782
+ position: relative;
33783
+ }
33784
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
33785
+ bottom: -12px;
33786
+ }
33787
+ .m16f7gpb .metric-toolbar {
33788
+ display: flex;
33789
+ justify-content: space-between;
33790
+ line-height: 30px;
33791
+ margin: 0 16px;
33792
+ }
33793
+ .m16f7gpb .metric-toolbar .metric-extra {
33794
+ display: flex;
33795
+ font-size: 12px;
33796
+ align-items: center;
33797
+ }
33798
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
33799
+ color: #a3b4cc;
33800
+ }
33801
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
33802
+ margin-left: 10px;
33803
+ }
33804
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
33805
+ margin-left: 10px;
33806
+ cursor: pointer;
33807
+ }
33808
+ .m16f7gpb .recharts-xAxis {
33809
+ font-size: 12px;
33810
+ }
33811
+ .m16f7gpb .pointer-wrapper {
33812
+ position: absolute;
33813
+ bottom: 10px;
33814
+ padding: 0 8px;
33815
+ border-radius: 4px;
33816
+ font-size: 12px;
33817
+ color: #fff;
33818
+ background: rgba(0, 0, 0, 0.75);
33819
+ transform: translateX(-50%);
33820
+ }
33821
+
33822
+ .t1ipvk51 {
33823
+ min-width: 200px;
33824
+ }
33825
+
33826
+ .t1kgldps {
33766
33827
  display: flex;
33767
33828
  align-items: center;
33829
+ justify-content: space-between;
33830
+ background-color: rgba(0, 0, 0, 0.75);
33831
+ color: #b4beca;
33832
+ font-size: 12px;
33833
+ padding: 3px 6px;
33768
33834
  }
33769
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33770
- min-height: auto;
33771
- white-space: nowrap;
33835
+ .t1kgldps:first-child {
33836
+ padding-top: 3px;
33772
33837
  }
33773
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33774
- font-size: 13px;
33775
- line-height: 20px;
33776
- max-width: 100%;
33777
- padding-right: 0;
33838
+ .t1kgldps:last-child {
33839
+ padding-bottom: 3px;
33778
33840
  }
33779
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33780
- background: rgba(0, 128, 255, 0.1);
33841
+ .t1kgldps .column-value {
33842
+ color: #fff;
33843
+ margin-left: 8px;
33781
33844
  }
33782
33845
 
33783
- .h1xo7yjb {
33784
- width: 100%;
33785
- display: inline-flex;
33786
- align-items: center;
33787
- justify-content: center;
33788
- column-gap: 4px;
33846
+ .s6rjqv7 {
33847
+ height: 24px;
33848
+ width: 24px;
33849
+ border-radius: 6px;
33850
+ padding: 4px;
33789
33851
  }
33790
- .h1xo7yjb .step-item-prefix-container {
33791
- display: inline-flex;
33792
- align-items: center;
33793
- width: 18px;
33794
- height: 18px;
33795
- color: rgba(44, 56, 82, 0.75);
33796
- justify-content: center;
33852
+ .s6rjqv7:hover {
33853
+ background-color: rgba(0, 136, 255, 0.1);
33854
+ }
33855
+ .s6rjqv7:hover svg path {
33856
+ fill: blue;
33797
33857
  }
33798
33858
 
33799
- .v1f2f7cy {
33800
- width: 100%;
33859
+ .rrwcpby {
33801
33860
  display: flex;
33802
33861
  align-items: center;
33803
- justify-content: center;
33804
- column-gap: 6px;
33805
- font-size: 13px;
33806
33862
  }
33807
- .v1f2f7cy .step-item-prefix-container {
33808
- display: inline-flex;
33863
+ .rrwcpby .order {
33864
+ height: 24px;
33865
+ width: 24px;
33866
+ border-radius: 20px;
33867
+ color: #0080ff;
33868
+ background: rgba(0, 136, 255, 0.1);
33869
+ display: flex;
33809
33870
  align-items: center;
33810
- min-width: 20px;
33811
- min-height: 20px;
33812
- color: rgba(44, 56, 82, 0.75);
33813
33871
  justify-content: center;
33872
+ margin-right: 6px;
33814
33873
  }
33815
33874
 
33816
- .t1gz6wqf {
33817
- height: 100%;
33818
- }
33819
- .t1gz6wqf .table-loading-item {
33820
- padding: 12px 4px;
33821
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33875
+ .skwah65 {
33876
+ height: 8px;
33877
+ box-sizing: border-box;
33878
+ border-radius: 2px;
33879
+ background: #f5f7fa;
33822
33880
  display: flex;
33881
+ width: 100%;
33882
+ overflow: hidden;
33823
33883
  }
33824
- .t1gz6wqf .table-loading-item > * {
33825
- height: 16px;
33826
- margin: 4px;
33827
- background: rgba(204, 212, 227, 0.18);
33828
- border-radius: 2px;
33884
+ .skwah65 .stack-bar-item + .stack-bar-item {
33885
+ margin-left: 1px;
33829
33886
  }
33830
- .t1gz6wqf .table-loading-item .checkbox-loading {
33831
- width: 16px;
33887
+
33888
+ .c1k4vanq {
33889
+ padding: 0 12px 14px 12px;
33832
33890
  }
33833
- .t1gz6wqf .table-loading-item .td-loading {
33834
- flex: 1;
33891
+
33892
+ .f1p9ti6d {
33893
+ width: 100%;
33894
+ margin-bottom: 0 !important;
33895
+ flex-flow: nowrap !important;
33896
+ line-break: auto;
33835
33897
  }
33836
- .t1gz6wqf :nth-child(1) {
33837
- padding: 8px 4px;
33898
+ .f1p9ti6d > .ant-form-item-label {
33899
+ text-align: left !important;
33900
+ padding-bottom: 0 !important;
33838
33901
  }
33839
- .t1gz6wqf :nth-child(1) > * {
33840
- background: rgba(107, 125, 153, 0.18);
33902
+ .f1p9ti6d > .ant-form-item-label > label {
33903
+ min-height: 32px;
33904
+ height: auto;
33905
+ font-size: 13px;
33906
+ color: rgba(44, 56, 82, 0.6);
33907
+ white-space: normal;
33841
33908
  }
33842
- .t1gz6wqf :nth-child(1) > * {
33843
- background: rgba(163, 180, 204, 0.18);
33909
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33910
+ border-color: #ff4d4f !important;
33844
33911
  }
33845
-
33846
- .c1k4vanq {
33847
- padding: 0 12px 14px 12px;
33912
+ .f1p9ti6d .ant-form-item-explain {
33913
+ margin-top: 4px;
33914
+ font-size: 12px;
33915
+ min-height: 0px;
33916
+ }
33917
+ .f1p9ti6d .ant-form-item-extra {
33918
+ font-size: 12px;
33919
+ color: rgba(44, 56, 82, 0.6);
33920
+ min-height: 0px;
33848
33921
  }
33849
33922
 
33850
33923
  .c1udgdh2 {
@@ -33951,35 +34024,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33951
34024
  margin-left: 24px;
33952
34025
  }
33953
34026
 
33954
- .s6rjqv7 {
33955
- height: 24px;
33956
- width: 24px;
33957
- border-radius: 6px;
33958
- padding: 4px;
33959
- }
33960
- .s6rjqv7:hover {
33961
- background-color: rgba(0, 136, 255, 0.1);
33962
- }
33963
- .s6rjqv7:hover svg path {
33964
- fill: blue;
33965
- }
33966
-
33967
- .rrwcpby {
33968
- display: flex;
33969
- align-items: center;
33970
- }
33971
- .rrwcpby .order {
33972
- height: 24px;
33973
- width: 24px;
33974
- border-radius: 20px;
33975
- color: #0080ff;
33976
- background: rgba(0, 136, 255, 0.1);
33977
- display: flex;
33978
- align-items: center;
33979
- justify-content: center;
33980
- margin-right: 6px;
33981
- }
33982
-
33983
34027
  .bab9xum {
33984
34028
  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);
33985
34029
  }
@@ -34395,50 +34439,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34395
34439
  margin-right: 8px;
34396
34440
  }
34397
34441
 
34398
- .f1p9ti6d {
34399
- width: 100%;
34400
- margin-bottom: 0 !important;
34401
- flex-flow: nowrap !important;
34402
- line-break: auto;
34403
- }
34404
- .f1p9ti6d > .ant-form-item-label {
34405
- text-align: left !important;
34406
- padding-bottom: 0 !important;
34407
- }
34408
- .f1p9ti6d > .ant-form-item-label > label {
34409
- min-height: 32px;
34410
- height: auto;
34411
- font-size: 13px;
34412
- color: rgba(44, 56, 82, 0.6);
34413
- white-space: normal;
34414
- }
34415
- .f1p9ti6d.ant-form-item-has-error .ant-input {
34416
- border-color: #ff4d4f !important;
34417
- }
34418
- .f1p9ti6d .ant-form-item-explain {
34419
- margin-top: 4px;
34420
- font-size: 12px;
34421
- min-height: 0px;
34422
- }
34423
- .f1p9ti6d .ant-form-item-extra {
34424
- font-size: 12px;
34425
- color: rgba(44, 56, 82, 0.6);
34426
- min-height: 0px;
34427
- }
34428
-
34429
- .skwah65 {
34430
- height: 8px;
34431
- box-sizing: border-box;
34432
- border-radius: 2px;
34433
- background: #f5f7fa;
34434
- display: flex;
34435
- width: 100%;
34436
- overflow: hidden;
34437
- }
34438
- .skwah65 .stack-bar-item + .stack-bar-item {
34439
- margin-left: 1px;
34440
- }
34441
-
34442
34442
  .at4ovwe .ant-input-number-handler-wrap {
34443
34443
  display: var(--at4ovwe-0);
34444
34444
  }
@@ -34498,6 +34498,11 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34498
34498
  margin-right: 4px;
34499
34499
  }
34500
34500
 
34501
+ .iwsze0q {
34502
+ margin-right: 4px;
34503
+ height: 16px;
34504
+ }
34505
+
34501
34506
  .sut42l0 {
34502
34507
  padding: 0 8px;
34503
34508
  height: 18px;
@@ -34524,9 +34529,23 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34524
34529
  border: 1px solid rgba(211, 218, 235, 0.6);
34525
34530
  }
34526
34531
 
34527
- .iwsze0q {
34528
- margin-right: 4px;
34529
- height: 16px;
34532
+ .feau332.ant-form-item {
34533
+ margin-bottom: 0;
34534
+ }
34535
+ .feau332 .ant-form-item-explain {
34536
+ display: none;
34537
+ min-height: 18px;
34538
+ margin-top: 5px;
34539
+ font-family: "Inter";
34540
+ font-weight: 400;
34541
+ font-size: 12px;
34542
+ line-height: 18px;
34543
+ }
34544
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34545
+ white-space: pre-wrap;
34546
+ }
34547
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34548
+ display: block;
34530
34549
  }
34531
34550
 
34532
34551
  .a6dbbkm .ant-input-number-handler-wrap {
@@ -34558,23 +34577,4 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34558
34577
  margin: 0;
34559
34578
  height: auto;
34560
34579
  font-size: inherit;
34561
- }
34562
-
34563
- .feau332.ant-form-item {
34564
- margin-bottom: 0;
34565
- }
34566
- .feau332 .ant-form-item-explain {
34567
- display: none;
34568
- min-height: 18px;
34569
- margin-top: 5px;
34570
- font-family: "Inter";
34571
- font-weight: 400;
34572
- font-size: 12px;
34573
- line-height: 18px;
34574
- }
34575
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34576
- white-space: pre-wrap;
34577
- }
34578
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34579
- display: block;
34580
34580
  }