@cloudtower/eagle 0.27.14-alpha.3 → 0.27.14-alpha.4

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
@@ -29558,19 +29558,6 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
- .iap75of {
29562
- height: 18px;
29563
- line-height: 18px;
29564
- padding: 0 4px;
29565
- border-radius: 4px;
29566
- background: rgba(235, 239, 245, 0.6);
29567
- border: 1px solid rgba(223, 228, 235, 0.6);
29568
- display: flex;
29569
- align-items: center;
29570
- white-space: nowrap;
29571
- margin-right: 4px;
29572
- }
29573
-
29574
29561
  .fde5mpd {
29575
29562
  width: 100%;
29576
29563
  height: 100%;
@@ -29586,22 +29573,17 @@ html body {
29586
29573
  font-size: 18px;
29587
29574
  }
29588
29575
 
29589
- .i1mrf09m {
29590
- display: inline-flex;
29591
- align-items: center;
29592
- }
29593
- .i1mrf09m .icon-inner {
29594
- display: inline-flex;
29576
+ .iap75of {
29577
+ height: 18px;
29578
+ line-height: 18px;
29579
+ padding: 0 4px;
29580
+ border-radius: 4px;
29581
+ background: rgba(235, 239, 245, 0.6);
29582
+ border: 1px solid rgba(223, 228, 235, 0.6);
29583
+ display: flex;
29595
29584
  align-items: center;
29596
- justify-content: center;
29597
- }
29598
- .i1mrf09m .icon-inner + span,
29599
- .i1mrf09m span + .icon-inner.suffix {
29600
- margin-left: 4px;
29601
- }
29602
- .i1mrf09m.is-rotate img,
29603
- .i1mrf09m.is-rotate svg {
29604
- animation: rotate 680ms linear infinite;
29585
+ white-space: nowrap;
29586
+ margin-right: 4px;
29605
29587
  }
29606
29588
 
29607
29589
  .bpq0js6 {
@@ -29883,151 +29865,298 @@ html body {
29883
29865
  padding: 0;
29884
29866
  }
29885
29867
 
29886
- .p12gwtiw {
29887
- display: flex;
29888
- justify-content: space-between;
29868
+ .i1mrf09m {
29869
+ display: inline-flex;
29889
29870
  align-items: center;
29890
- padding: 10px 0;
29891
- color: rgba(44, 56, 82, 0.6);
29892
- font-size: 12px;
29893
- line-height: 24px;
29894
- }
29895
- .p12gwtiw .pagination-left {
29896
- padding: 2px 8px;
29897
29871
  }
29898
- .p12gwtiw .dropdown-trigger {
29899
- display: flex;
29872
+ .i1mrf09m .icon-inner {
29873
+ display: inline-flex;
29900
29874
  align-items: center;
29901
- border-radius: 6px;
29902
- cursor: pointer;
29903
- transition: all 0.3s ease;
29904
- }
29905
- .p12gwtiw .dropdown-trigger:hover {
29906
- background: rgba(211, 218, 235, 0.6);
29907
- color: #0080ff;
29875
+ justify-content: center;
29908
29876
  }
29909
- .p12gwtiw .dropdown-trigger .icon-inner {
29877
+ .i1mrf09m .icon-inner + span,
29878
+ .i1mrf09m span + .icon-inner.suffix {
29910
29879
  margin-left: 4px;
29911
29880
  }
29912
- .p12gwtiw .pagination-right {
29913
- display: flex;
29914
- align-items: center;
29915
- color: #0080ff;
29916
- font-weight: bold;
29881
+ .i1mrf09m.is-rotate img,
29882
+ .i1mrf09m.is-rotate svg {
29883
+ animation: rotate 680ms linear infinite;
29917
29884
  }
29918
- .p12gwtiw .pagination-right .icon-inner {
29919
- margin-left: 4px;
29885
+
29886
+ .c1up1pdz {
29887
+ width: 648px;
29920
29888
  }
29921
- .p12gwtiw .pagination-right .prev-btn,
29922
- .p12gwtiw .pagination-right .next-btn {
29923
- padding: 0 8px;
29889
+ .c1up1pdz.active {
29890
+ border-color: #0080ff;
29924
29891
  }
29925
- .p12gwtiw .pagination-right .prev-btn > span,
29926
- .p12gwtiw .pagination-right .next-btn > span {
29927
- color: #0080ff;
29892
+ .c1up1pdz.active > header {
29893
+ background: rgba(0, 128, 255, 0.1);
29928
29894
  }
29929
- .p12gwtiw .pagination-right .next-btn .icon-inner {
29930
- transform: rotate(180deg);
29895
+ .c1up1pdz .expand {
29896
+ padding: 12px;
29931
29897
  }
29932
-
29933
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29934
- max-height: calc(100vh - 128px);
29935
- overflow-y: auto;
29898
+ .c1up1pdz .field-item {
29899
+ display: flex;
29900
+ padding: 10px 0;
29901
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29936
29902
  }
29937
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29938
- padding: 4px 20px;
29939
- font-size: 12px;
29940
- line-height: 18px;
29903
+ .c1up1pdz .field-item:last-child {
29904
+ border-bottom: none;
29905
+ padding-bottom: 0;
29941
29906
  }
29942
-
29943
- .obf05yr {
29944
- display: inline-block;
29907
+ .c1up1pdz .field-item label {
29908
+ line-height: 32px;
29909
+ width: 100px;
29910
+ color: rgba(62, 70, 82, 0.6);
29945
29911
  }
29946
-
29947
- .hsms1n6 {
29948
- visibility: hidden;
29949
- position: absolute;
29912
+ .c1up1pdz .help {
29913
+ color: rgba(62, 70, 82, 0.6);
29914
+ margin-top: 5px;
29950
29915
  }
29951
-
29952
- .t1upn1sz {
29953
- height: 100%;
29916
+ .c1up1pdz .ant-input-affix-wrapper,
29917
+ .c1up1pdz .ant-picker {
29918
+ width: 128px;
29954
29919
  }
29955
29920
 
29956
- .tta5kd2 {
29957
- height: 100%;
29921
+ .c156wh19 {
29922
+ display: flex;
29923
+ align-items: center;
29924
+ justify-content: space-between;
29925
+ word-break: keep-all;
29958
29926
  }
29959
- .tta5kd2.empty-table .ant-table-content {
29960
- overflow: visible !important;
29961
- height: 100%;
29927
+ .c156wh19 .title {
29928
+ margin: 0 16px 0 8px;
29962
29929
  }
29963
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
29964
- height: 100%;
29930
+ .c156wh19 .retain {
29931
+ color: rgba(129, 138, 153, 0.6);
29965
29932
  }
29966
- .tta5kd2.empty-table .ant-table-content table {
29967
- width: 100% !important;
29968
- height: 100%;
29933
+ .c156wh19 .left {
29934
+ flex: 1;
29935
+ display: flex;
29936
+ overflow: hidden;
29937
+ align-items: center;
29938
+ justify-content: flex-start;
29939
+ white-space: nowrap;
29969
29940
  }
29970
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
29971
- padding: 15px 0;
29941
+ .c156wh19 .left .title {
29942
+ max-width: 100%;
29943
+ overflow: hidden;
29944
+ text-overflow: ellipsis;
29972
29945
  }
29973
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
29974
- display: none;
29946
+ .c156wh19 .right {
29947
+ display: flex;
29948
+ align-items: center;
29975
29949
  }
29976
- .tta5kd2 .active-row td:nth-child(1) {
29977
- font-weight: 700;
29950
+ .c156wh19 .reverse {
29951
+ display: flex;
29952
+ flex-direction: row-reverse;
29953
+ align-items: center;
29978
29954
  }
29979
- .tta5kd2.has-selection .active-row td:nth-child(2) {
29980
- font-weight: 700;
29955
+ .c156wh19 .reverse .ant-switch {
29956
+ margin-left: 8px;
29981
29957
  }
29982
- .tta5kd2 .ant-spin-nested-loading {
29983
- height: 100%;
29958
+ .c156wh19 .close {
29959
+ padding-left: 14px;
29960
+ margin-left: 14px;
29961
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
29962
+ cursor: pointer;
29984
29963
  }
29985
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
29986
- height: 100%;
29987
- overflow: visible;
29964
+
29965
+ .m126spxy {
29966
+ padding-bottom: 4px;
29967
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29988
29968
  }
29989
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
29990
- max-height: none;
29969
+ .m126spxy .ant-btn-link {
29970
+ padding: 1px 10px;
29971
+ color: rgba(62, 70, 82, 0.6);
29972
+ border-radius: 4px;
29991
29973
  }
29992
- .tta5kd2.table-init-loading .ant-spin-blur thead,
29993
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
29994
- display: none;
29974
+ .m126spxy .ant-btn-link.active {
29975
+ background: rgba(0, 128, 255, 0.1);
29976
+ color: #0096ff;
29995
29977
  }
29996
- .tta5kd2 td.ant-table-column-sort {
29997
- background: transparent;
29978
+
29979
+ .wpbf4pq {
29980
+ padding: 10px 0;
29981
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
29998
29982
  }
29999
- .tta5kd2 td.ant-table-cell-fix-left,
30000
- .tta5kd2 td.ant-table-cell-fix-right {
30001
- background: #fff;
30002
- padding: 0 !important;
29983
+ .wpbf4pq .ant-input,
29984
+ .wpbf4pq .ant-picker {
29985
+ width: 80px;
29986
+ margin: 0 9px;
29987
+ text-align: center;
30003
29988
  }
30004
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30005
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30006
- display: flex;
30007
- align-items: center;
30008
- height: 100%;
30009
- padding: 8px;
29989
+ .wpbf4pq .options {
29990
+ padding: 12px 0 12px 16px;
29991
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
29992
+ margin: 5px 0 5px 8px;
30010
29993
  }
30011
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30012
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30013
- overflow: hidden;
30014
- text-overflow: ellipsis;
30015
- width: 100%;
29994
+ .wpbf4pq .week-day-option,
29995
+ .wpbf4pq .month-day-option {
29996
+ background: #f5f7fa;
29997
+ box-sizing: border-box;
29998
+ border-radius: 16px;
29999
+ margin-right: 8px;
30016
30000
  }
30017
- .tta5kd2 .ant-table-container {
30018
- height: 100%;
30001
+ .wpbf4pq .week-day-option:focus,
30002
+ .wpbf4pq .month-day-option:focus {
30003
+ color: inherit;
30004
+ border-color: #d9d9d9;
30019
30005
  }
30020
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30021
- box-shadow: none !important;
30006
+ .wpbf4pq .week-day-option.active {
30007
+ background-color: #0096ff;
30008
+ border-color: #0096ff;
30009
+ color: #fff;
30022
30010
  }
30023
- .tta5kd2 .ant-table {
30024
- border-radius: 0px;
30025
- border-left: none;
30026
- border-right: none;
30027
- border-bottom: none;
30028
- height: 100%;
30029
- font-size: 12px;
30030
- background: transparent;
30011
+ .wpbf4pq .week-day-option.en-text {
30012
+ width: 110px;
30013
+ margin-top: 4px;
30014
+ }
30015
+ .wpbf4pq .month-day-option {
30016
+ width: 32px;
30017
+ padding: 0;
30018
+ margin-bottom: 8px;
30019
+ }
30020
+ .wpbf4pq .month-day-option.active {
30021
+ background-color: #0096ff;
30022
+ border-color: #0096ff;
30023
+ color: #fff;
30024
+ }
30025
+
30026
+ .s34f1qb.ant-switch {
30027
+ min-width: 40px;
30028
+ height: 24px;
30029
+ background: rgba(172, 186, 211, 0.6);
30030
+ overflow: hidden;
30031
+ }
30032
+ .s34f1qb.ant-switch:focus {
30033
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30034
+ }
30035
+ .s34f1qb.ant-switch-small {
30036
+ min-width: 26px;
30037
+ height: 16px;
30038
+ }
30039
+ .s34f1qb.ant-switch-large {
30040
+ min-width: 52px;
30041
+ height: 32px;
30042
+ }
30043
+ .s34f1qb.ant-switch .ant-switch-handle {
30044
+ height: 20px;
30045
+ width: 20px;
30046
+ }
30047
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30048
+ border-radius: 10px;
30049
+ transition-delay: 120ms;
30050
+ }
30051
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30052
+ height: 14px;
30053
+ width: 14px;
30054
+ top: 1px;
30055
+ left: 1px;
30056
+ }
30057
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30058
+ height: 28px;
30059
+ width: 28px;
30060
+ }
30061
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30062
+ border-radius: 14px;
30063
+ }
30064
+ .s34f1qb.ant-switch-checked {
30065
+ background-color: #00ba5d;
30066
+ }
30067
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30068
+ left: calc(100% - 20px - 2px);
30069
+ }
30070
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30071
+ left: calc(100% - 14px - 1px);
30072
+ }
30073
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30074
+ left: calc(100% - 28px - 2px);
30075
+ }
30076
+
30077
+ .c1to9vb9 {
30078
+ margin-left: 5px;
30079
+ }
30080
+
30081
+ .t1upn1sz {
30082
+ height: 100%;
30083
+ }
30084
+
30085
+ .tta5kd2 {
30086
+ height: 100%;
30087
+ }
30088
+ .tta5kd2.empty-table .ant-table-content {
30089
+ overflow: visible !important;
30090
+ height: 100%;
30091
+ }
30092
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30093
+ height: 100%;
30094
+ }
30095
+ .tta5kd2.empty-table .ant-table-content table {
30096
+ width: 100% !important;
30097
+ height: 100%;
30098
+ }
30099
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30100
+ padding: 15px 0;
30101
+ }
30102
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30103
+ display: none;
30104
+ }
30105
+ .tta5kd2 .active-row td:nth-child(1) {
30106
+ font-weight: 700;
30107
+ }
30108
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30109
+ font-weight: 700;
30110
+ }
30111
+ .tta5kd2 .ant-spin-nested-loading {
30112
+ height: 100%;
30113
+ }
30114
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30115
+ height: 100%;
30116
+ overflow: visible;
30117
+ }
30118
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30119
+ max-height: none;
30120
+ }
30121
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30122
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30123
+ display: none;
30124
+ }
30125
+ .tta5kd2 td.ant-table-column-sort {
30126
+ background: transparent;
30127
+ }
30128
+ .tta5kd2 td.ant-table-cell-fix-left,
30129
+ .tta5kd2 td.ant-table-cell-fix-right {
30130
+ background: #fff;
30131
+ padding: 0 !important;
30132
+ }
30133
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30134
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30135
+ display: flex;
30136
+ align-items: center;
30137
+ height: 100%;
30138
+ padding: 8px;
30139
+ }
30140
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30141
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30142
+ overflow: hidden;
30143
+ text-overflow: ellipsis;
30144
+ width: 100%;
30145
+ }
30146
+ .tta5kd2 .ant-table-container {
30147
+ height: 100%;
30148
+ }
30149
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30150
+ box-shadow: none !important;
30151
+ }
30152
+ .tta5kd2 .ant-table {
30153
+ border-radius: 0px;
30154
+ border-left: none;
30155
+ border-right: none;
30156
+ border-bottom: none;
30157
+ height: 100%;
30158
+ font-size: 12px;
30159
+ background: transparent;
30031
30160
  }
30032
30161
  .tta5kd2 .ant-table .ant-table-header {
30033
30162
  position: relative;
@@ -30313,1244 +30442,1467 @@ html body {
30313
30442
  background: #fff;
30314
30443
  }
30315
30444
 
30316
- .i1e4sgug {
30317
- display: inline-block;
30318
- }
30319
-
30320
- .d6j0lbj {
30321
- font-family: Inter;
30322
- font-style: normal;
30323
- font-weight: bold;
30324
- font-size: 32px;
30325
- line-height: 40px;
30445
+ .cz04yix {
30446
+ display: flex;
30447
+ flex-direction: column;
30326
30448
  }
30327
30449
 
30328
- .d1xhvvxe {
30329
- font-family: Inter;
30330
- font-style: normal;
30331
- font-weight: bold;
30332
- font-size: 24px;
30333
- line-height: 32px;
30450
+ .m1if5j39 {
30451
+ max-width: 1120px;
30452
+ width: 100%;
30453
+ margin: 0 auto;
30454
+ height: 100%;
30334
30455
  }
30335
30456
 
30336
- .dk10mxq {
30337
- font-family: Inter;
30338
- font-style: normal;
30339
- font-weight: normal;
30340
- font-size: 32px;
30341
- line-height: 40px;
30457
+ .w1vvwdlp {
30458
+ max-width: 1120px;
30459
+ width: 100%;
30460
+ margin: 0 auto;
30461
+ display: flex;
30342
30462
  }
30343
-
30344
- .dxsait {
30345
- font-family: Inter;
30346
- font-style: normal;
30347
- font-weight: bold;
30348
- font-size: 20px;
30349
- line-height: 24px;
30463
+ .w1vvwdlp .left,
30464
+ .w1vvwdlp .right {
30465
+ flex-grow: 0;
30466
+ flex-shrink: 0;
30467
+ flex-basis: 21%;
30350
30468
  }
30351
-
30352
- .dokn0h3 {
30353
- font-family: Inter;
30354
- font-style: normal;
30355
- font-weight: normal;
30356
- font-size: 20px;
30357
- line-height: 24px;
30469
+ .w1vvwdlp .left {
30470
+ display: flex;
30471
+ justify-content: flex-end;
30472
+ padding-right: 44px;
30358
30473
  }
30359
-
30360
- .dobau4p {
30361
- font-family: Inter;
30362
- font-style: normal;
30363
- font-weight: bold;
30364
- font-size: 18px;
30365
- line-height: 22px;
30474
+ .w1vvwdlp .right {
30475
+ padding-left: 44px;
30366
30476
  }
30367
-
30368
- .dvolwok {
30369
- font-family: Inter;
30370
- font-style: normal;
30371
- font-weight: normal;
30372
- font-size: 18px;
30373
- line-height: 22px;
30477
+ .w1vvwdlp .middle {
30478
+ margin-bottom: 40px;
30479
+ flex-grow: 0;
30480
+ flex-shrink: 0;
30481
+ flex-basis: 58%;
30374
30482
  }
30375
-
30376
- .h181qhg4 {
30377
- font-family: Inter;
30378
- font-style: normal;
30379
- font-weight: bold;
30380
- font-size: 16px;
30381
- line-height: 22px;
30483
+ .w1vvwdlp .middle .form-base-field {
30484
+ width: 100%;
30382
30485
  }
30383
-
30384
- .h1phgmcq {
30385
- font-family: Inter;
30386
- font-style: normal;
30387
- font-weight: normal;
30388
- font-size: 16px;
30389
- line-height: 22px;
30486
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30487
+ width: auto;
30390
30488
  }
30391
30489
 
30392
- .h173xnl1 {
30393
- font-family: Inter;
30394
- font-style: normal;
30395
- font-weight: bold;
30396
- font-size: 14px;
30397
- line-height: 20px;
30490
+ .h1cuopx7 .ant-modal-header {
30491
+ margin: 0 auto;
30492
+ width: 100%;
30493
+ max-width: 648px;
30398
30494
  }
30399
-
30400
- .hedm4pz {
30401
- font-family: Inter;
30402
- font-style: normal;
30403
- font-weight: normal;
30404
- font-size: 14px;
30405
- line-height: 20px;
30495
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30496
+ margin-left: 0;
30406
30497
  }
30407
-
30408
- .h1kd8xld {
30409
- font-family: Inter;
30410
- font-style: normal;
30411
- font-weight: bold;
30412
- font-size: 12px;
30413
- line-height: 18px;
30498
+ .h1cuopx7 .ant-modal-body {
30499
+ margin: 0 auto;
30500
+ padding: 0;
30501
+ width: 100%;
30502
+ max-width: 648px;
30503
+ overflow: hidden;
30414
30504
  }
30415
-
30416
- .hp14fr {
30417
- font-family: Inter;
30418
- font-style: normal;
30419
- font-weight: normal;
30420
- font-size: 12px;
30421
- line-height: 18px;
30505
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30506
+ margin-bottom: 40px;
30422
30507
  }
30423
-
30424
- .hgrg7mn {
30425
- font-family: Inter;
30426
- font-style: normal;
30427
- font-weight: bold;
30428
- text-transform: uppercase;
30429
- font-feature-settings: "cpsp" on;
30430
- font-size: 12px;
30431
- line-height: 18px;
30508
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30509
+ height: calc(100vh - 225px);
30510
+ overflow-y: auto;
30432
30511
  }
30433
-
30434
- .h6zme9x {
30435
- font-family: Inter;
30436
- font-style: normal;
30437
- font-weight: normal;
30438
- text-transform: uppercase;
30439
- font-feature-settings: "cpsp" on;
30440
- font-size: 12px;
30441
- line-height: 18px;
30512
+ .h1cuopx7 .ant-modal-footer .footer-content {
30513
+ margin: 0 auto;
30514
+ max-width: 648px;
30442
30515
  }
30443
30516
 
30444
- .locjvsv {
30445
- font-family: Inter;
30446
- font-style: normal;
30447
- font-weight: normal;
30448
- font-size: 16px;
30449
- line-height: 24px;
30517
+ .h1p6d3y3 .ant-modal-header {
30518
+ margin: 0 auto;
30519
+ width: 100%;
30520
+ max-width: 1024px;
30450
30521
  }
30451
-
30452
- .l13gi131 {
30453
- font-family: Inter;
30454
- font-style: normal;
30455
- font-weight: bold;
30456
- font-size: 16px;
30457
- line-height: 24px;
30522
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30523
+ margin-left: 0;
30458
30524
  }
30459
-
30460
- .l1ynemsu {
30461
- font-family: Inter;
30462
- font-style: normal;
30463
- font-weight: normal;
30464
- font-size: 16px;
30465
- line-height: 24px;
30525
+ .h1p6d3y3 .ant-modal-body {
30526
+ margin: 0 auto;
30527
+ padding: 0;
30528
+ width: 100%;
30529
+ max-width: 1024px;
30530
+ overflow: hidden;
30466
30531
  }
30467
-
30468
- .l1cft1cx {
30469
- font-family: Inter;
30470
- font-style: normal;
30471
- font-weight: bold;
30472
- font-size: 16px;
30473
- line-height: 24px;
30532
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30533
+ margin-bottom: 40px;
30474
30534
  }
30475
-
30476
- .l17tqc8p {
30477
- font-family: Inter;
30478
- font-style: normal;
30479
- font-weight: normal;
30480
- text-transform: uppercase;
30481
- font-feature-settings: "cpsp" on;
30482
- font-size: 16px;
30483
- line-height: 24px;
30535
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30536
+ height: calc(100vh - 225px);
30537
+ overflow-y: auto;
30484
30538
  }
30485
-
30486
- .l1j1e5w7 {
30487
- font-family: Inter;
30488
- font-style: normal;
30489
- font-weight: bold;
30490
- text-transform: uppercase;
30491
- font-feature-settings: "cpsp" on;
30492
- font-size: 16px;
30493
- line-height: 24px;
30539
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30540
+ margin: 0 auto;
30541
+ max-width: 1024px;
30494
30542
  }
30495
30543
 
30496
- .l1gf91jb {
30497
- font-family: Inter;
30498
- font-style: normal;
30499
- font-weight: normal;
30500
- font-size: 14px;
30501
- line-height: 22px;
30544
+ .fxgckuk {
30545
+ flex: 1;
30502
30546
  }
30503
-
30504
- .lu7hlr6 {
30505
- font-family: Inter;
30506
- font-style: normal;
30507
- font-weight: 500;
30508
- font-size: 14px;
30509
- line-height: 22px;
30547
+ .fxgckuk label {
30548
+ font-size: 13px;
30549
+ line-height: 20px;
30550
+ color: rgba(44, 56, 82, 0.6);
30510
30551
  }
30511
-
30512
- .l3l3jf0 {
30513
- font-family: Inter;
30514
- font-style: normal;
30515
- font-weight: bold;
30552
+ .fxgckuk .title {
30516
30553
  font-size: 14px;
30517
- line-height: 22px;
30554
+ line-height: 20px;
30555
+ color: #2d3a56;
30556
+ margin-bottom: 12px;
30518
30557
  }
30519
-
30520
- .l12j5nqp {
30521
- font-family: Inter;
30522
- font-style: normal;
30523
- font-weight: normal;
30524
- font-size: 14px;
30525
- line-height: 22px;
30558
+ .fxgckuk.connect-cluster .title {
30559
+ padding-bottom: 26px;
30526
30560
  }
30527
30561
 
30528
- .l1tecqht {
30529
- font-family: Inter;
30530
- font-style: normal;
30531
- font-weight: bold;
30532
- font-size: 14px;
30533
- line-height: 22px;
30562
+ .f1d0vek1 {
30563
+ padding: 25px 0 15px 0;
30564
+ border-bottom: 1px solid #e1e5eb;
30565
+ margin-bottom: 16px;
30534
30566
  }
30535
30567
 
30536
- .l6sa990 {
30537
- font-family: Inter;
30538
- font-style: normal;
30539
- font-weight: normal;
30540
- text-transform: uppercase;
30541
- font-feature-settings: "cpsp" on;
30542
- font-size: 14px;
30543
- line-height: 22px;
30568
+ .f4u402y {
30569
+ display: flex;
30570
+ align-items: center;
30571
+ margin-bottom: 8px;
30544
30572
  }
30545
-
30546
- .lckqe8j {
30547
- font-family: Inter;
30548
- font-style: normal;
30549
- font-weight: bold;
30550
- text-transform: uppercase;
30551
- font-feature-settings: "cpsp" on;
30552
- font-size: 14px;
30553
- line-height: 22px;
30573
+ .f4u402y > label {
30574
+ width: 216px;
30554
30575
  }
30555
-
30556
- .l1kuminb {
30557
- font-family: Inter;
30558
- font-style: normal;
30559
- font-weight: normal;
30560
- font-size: 13px;
30561
- line-height: 20px;
30576
+ .f4u402y > label + * {
30577
+ width: 100%;
30562
30578
  }
30563
-
30564
- .l1pbuf5j {
30565
- font-family: Inter;
30566
- font-style: normal;
30567
- font-weight: 600;
30568
- font-size: 13px;
30569
- line-height: 20px;
30579
+ .f4u402y .ant-select {
30580
+ width: 100%;
30570
30581
  }
30571
30582
 
30572
- .l1r4ztu {
30573
- font-family: Inter;
30574
- font-style: normal;
30575
- font-weight: bold;
30576
- font-size: 13px;
30577
- line-height: 20px;
30583
+ .e1pldf6v {
30584
+ color: #e75a3a;
30585
+ margin-right: 10px;
30578
30586
  }
30579
30587
 
30580
- .ly8vzok {
30581
- font-family: Inter;
30582
- font-style: normal;
30583
- font-weight: normal;
30584
- font-size: 13px;
30585
- line-height: 20px;
30588
+ .dq0gblh {
30589
+ width: 100%;
30590
+ height: 1px;
30591
+ background: rgba(213, 219, 227, 0.6);
30592
+ margin: 24px 0;
30586
30593
  }
30587
30594
 
30588
- .lumfmf {
30589
- font-family: Inter;
30590
- font-style: normal;
30591
- font-weight: 600;
30592
- font-size: 13px;
30593
- line-height: 20px;
30595
+ .l1v7sr0n {
30596
+ display: flex;
30597
+ justify-content: center;
30598
+ align-items: center;
30599
+ height: 100%;
30594
30600
  }
30595
30601
 
30596
- .l16ujwmv {
30597
- font-family: Inter;
30598
- font-style: normal;
30599
- font-weight: bold;
30600
- font-size: 13px;
30601
- line-height: 20px;
30602
+ .d1i4ou6o {
30603
+ display: inline-block;
30604
+ width: 4px;
30605
+ height: 4px;
30606
+ background: #8e9aa9;
30607
+ opacity: 0.4;
30608
+ border-radius: 50%;
30609
+ margin: 0 4px;
30602
30610
  }
30603
30611
 
30604
- .l17o1ffr {
30605
- font-family: Inter;
30606
- font-style: normal;
30607
- font-weight: normal;
30608
- text-transform: uppercase;
30609
- font-feature-settings: "cpsp" on;
30610
- font-size: 13px;
30611
- line-height: 20px;
30612
+ .m1jy87hk .ant-modal-header,
30613
+ .m1jy87hk .ant-modal-footer .footer-content {
30614
+ width: 648px;
30615
+ margin: 0 auto;
30612
30616
  }
30613
-
30614
- .lngllvn {
30615
- font-family: Inter;
30616
- font-style: normal;
30617
- font-weight: bold;
30618
- text-transform: uppercase;
30619
- font-feature-settings: "cpsp" on;
30620
- font-size: 13px;
30621
- line-height: 20px;
30617
+ .m1jy87hk .ant-modal-header {
30618
+ padding: 35px 0 24px;
30619
+ border: none;
30622
30620
  }
30623
-
30624
- .l2i7fo9 {
30625
- font-family: Inter;
30626
- font-style: normal;
30627
- font-weight: normal;
30628
- font-size: 12px;
30629
- line-height: 18px;
30621
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30622
+ font-size: 30px;
30630
30623
  }
30631
-
30632
- .l1x7hscx {
30633
- font-family: Inter;
30634
- font-style: normal;
30635
- font-weight: 500;
30636
- font-size: 12px;
30637
- line-height: 18px;
30624
+ .m1jy87hk .ant-modal-body {
30625
+ padding: 4px 0 2px;
30638
30626
  }
30639
-
30640
- .le1jwan {
30641
- font-family: Inter;
30642
- font-style: normal;
30643
- font-weight: bold;
30644
- font-size: 12px;
30645
- line-height: 18px;
30627
+ .m1jy87hk .ant-modal-footer {
30628
+ border: none;
30646
30629
  }
30647
30630
 
30648
- .lyxynfj {
30649
- font-family: Inter;
30650
- font-style: normal;
30651
- font-weight: normal;
30631
+ .ti7fpyu {
30652
30632
  font-size: 12px;
30653
30633
  line-height: 18px;
30634
+ font-weight: bold;
30635
+ color: #fff;
30636
+ padding: 0 4px;
30637
+ border-radius: 4px;
30638
+ display: inline-block;
30639
+ background: var(--ti7fpyu-0);
30640
+ }
30641
+ .ti7fpyu:not(:first-child) {
30642
+ margin-left: 4px;
30654
30643
  }
30655
30644
 
30656
- .lpb2nxv {
30657
- font-family: Inter;
30658
- font-style: normal;
30659
- font-weight: 500;
30660
- font-size: 12px;
30661
- line-height: 18px;
30645
+ .f1rest1f {
30646
+ width: 100%;
30647
+ height: 100%;
30648
+ display: flex;
30649
+ align-items: center;
30650
+ justify-content: center;
30662
30651
  }
30663
30652
 
30664
- .l1r8o3vv {
30665
- font-family: Inter;
30666
- font-style: normal;
30653
+ .n1kbdoln {
30654
+ font-size: 90%;
30667
30655
  font-weight: bold;
30668
- font-size: 12px;
30669
- line-height: 18px;
30656
+ background-color: rgba(240, 243, 247, 0.6);
30657
+ padding: 1px 4px 1px;
30658
+ margin-left: 2px;
30659
+ margin-right: 2px;
30660
+ border: 1px solid rgba(213, 219, 227, 0.6);
30661
+ border-radius: 4px;
30670
30662
  }
30671
30663
 
30672
- .lemnjy2 {
30673
- font-family: Inter;
30674
- font-style: normal;
30675
- font-weight: normal;
30676
- text-transform: uppercase;
30677
- font-feature-settings: "cpsp" on;
30678
- font-size: 12px;
30679
- line-height: 18px;
30664
+ .f1y3gta0.form-item-general {
30665
+ width: 640px;
30680
30666
  }
30681
-
30682
- .lrc42gb {
30683
- font-family: Inter;
30684
- font-style: normal;
30685
- font-weight: bold;
30686
- text-transform: uppercase;
30687
- font-feature-settings: "cpsp" on;
30688
- font-size: 12px;
30689
- line-height: 18px;
30667
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30668
+ margin-top: 16px;
30690
30669
  }
30691
-
30692
- .fqaz4mb {
30693
- font-family: Inter;
30694
- font-style: normal;
30695
- font-weight: normal;
30696
- font-size: 13px;
30697
- line-height: 20px;
30670
+ .f1y3gta0.form-item-compact {
30671
+ width: 412px;
30698
30672
  }
30699
-
30700
- .f13we5o {
30701
- font-family: Inter;
30702
- font-style: normal;
30703
- font-weight: normal;
30704
- font-size: 13px;
30705
- line-height: 20px;
30673
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30674
+ margin-top: 8px;
30706
30675
  }
30707
-
30708
- .ffmjua2 {
30709
- font-family: Inter;
30710
- font-style: normal;
30711
- font-weight: normal;
30712
- font-size: 12px;
30713
- line-height: 18px;
30676
+ .f1y3gta0 .form-item {
30677
+ width: auto;
30714
30678
  }
30715
-
30716
- .fz2mxw0 {
30717
- font-family: Inter;
30718
- font-style: normal;
30719
- font-weight: normal;
30720
- font-size: 12px;
30721
- line-height: 18px;
30679
+ .f1y3gta0 .form-item-main {
30680
+ position: relative;
30681
+ display: flex;
30722
30682
  }
30723
-
30724
- .t1ertzoh {
30725
- font-family: Inter;
30726
- font-style: normal;
30727
- font-weight: normal;
30728
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30683
+ .f1y3gta0 .form-item-extra {
30684
+ margin-top: 4px;
30685
+ width: 100%;
30686
+ padding: 14px;
30687
+ background: #f2f4f6;
30729
30688
  font-size: 13px;
30730
- line-height: 20px;
30689
+ line-height: 1.8;
30690
+ color: #8e9aa9;
30731
30691
  }
30732
-
30733
- .t19bge8r {
30734
- font-family: Inter;
30735
- font-style: normal;
30736
- font-weight: normal;
30737
- font-feature-settings: "zero" on;
30692
+ .f1y3gta0 .form-item-label {
30693
+ padding-right: 12px;
30738
30694
  font-size: 13px;
30739
- line-height: 20px;
30695
+ color: rgba(44, 56, 82, 0.6);
30740
30696
  }
30741
-
30742
- .tjrzfyl {
30743
- font-family: Inter;
30744
- font-style: normal;
30745
- font-weight: normal;
30746
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30747
- font-size: 12px;
30748
- line-height: 18px;
30697
+ .f1y3gta0 .form-item-label.label-right {
30698
+ text-align: right;
30749
30699
  }
30750
-
30751
- .tm6s7bo {
30752
- font-family: Inter;
30753
- font-style: normal;
30754
- font-weight: 500;
30755
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30756
- font-size: 12px;
30757
- line-height: 18px;
30700
+ .f1y3gta0 .form-item-label,
30701
+ .f1y3gta0 .form-item-control {
30702
+ line-height: 32px;
30758
30703
  }
30759
-
30760
- .t19zq6ic {
30761
- font-family: Inter;
30762
- font-style: normal;
30763
- font-weight: normal;
30764
- font-feature-settings: "zero" on;
30765
- font-size: 12px;
30704
+ .f1y3gta0 .form-item-control .form-item-error {
30766
30705
  line-height: 18px;
30767
30706
  }
30768
-
30769
- .t1gduru8 {
30770
- font-family: Inter;
30771
- font-style: normal;
30772
- font-weight: 500;
30773
- font-feature-settings: "zero" on;
30774
- font-size: 12px;
30775
- line-height: 18px;
30707
+ .f1y3gta0 .form-item-children {
30708
+ width: 100%;
30709
+ }
30710
+ .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 {
30711
+ width: 100%;
30712
+ }
30713
+ .f1y3gta0 .form-item-error {
30714
+ color: #e75a3a;
30715
+ height: 0;
30716
+ overflow: hidden;
30717
+ }
30718
+ .f1y3gta0 .form-item-error-enter-done {
30719
+ margin-top: 4px;
30720
+ height: auto;
30721
+ overflow: auto;
30722
+ }
30723
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30724
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30725
+ border: 1px solid #e75a3a;
30726
+ color: #e75a3a;
30776
30727
  }
30777
30728
 
30778
- .t55raab {
30779
- font-family: Inter;
30780
- font-style: normal;
30729
+ .fujbm7g {
30730
+ color: #2d3a56;
30781
30731
  font-weight: bold;
30782
- font-feature-settings: "zero" on;
30783
- font-size: 16px;
30784
- line-height: 24px;
30732
+ padding-bottom: 6px;
30733
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30734
+ margin-bottom: 16px;
30785
30735
  }
30786
-
30787
- .u1w9abfe {
30788
- font-family: Inter;
30789
- font-style: normal;
30790
- font-weight: normal;
30791
- font-size: 10px;
30792
- line-height: 12px;
30736
+ .fujbm7g:not(:first-of-type) {
30737
+ margin-top: 16px;
30793
30738
  }
30794
30739
 
30795
- .cz04yix {
30740
+ .e5fsw5s {
30741
+ width: 8px;
30742
+ height: 24px;
30796
30743
  display: flex;
30797
- flex-direction: column;
30744
+ justify-content: center;
30745
+ align-items: center;
30746
+ cursor: pointer;
30747
+ transition: all 200ms ease-out 40ms;
30748
+ }
30749
+ .e5fsw5s:before, .e5fsw5s:after {
30750
+ content: "";
30751
+ width: 1px;
30752
+ height: 6px;
30753
+ border-radius: 1px;
30754
+ background: #ccd4e3;
30755
+ position: relative;
30756
+ right: 2px;
30757
+ transform: rotate(-45deg);
30758
+ }
30759
+ .e5fsw5s:after {
30760
+ transform: rotate(45deg);
30761
+ left: 1px;
30798
30762
  }
30799
30763
 
30800
- .m1if5j39 {
30801
- max-width: 1120px;
30802
- width: 100%;
30803
- margin: 0 auto;
30804
- height: 100%;
30764
+ .w18knsg4.ant-alert-warning {
30765
+ border: 0;
30766
+ background: rgba(255, 187, 0, 0.1);
30767
+ border-radius: 6px;
30768
+ }
30769
+ .w18knsg4.ant-alert,
30770
+ .w18knsg4 .ant-alert-message {
30771
+ color: #e07f00;
30772
+ }
30773
+ .w18knsg4.ant-alert .dashed-border-bottom,
30774
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
30775
+ border-bottom-color: #e07f00;
30805
30776
  }
30806
30777
 
30807
- .w1vvwdlp {
30808
- max-width: 1120px;
30809
- width: 100%;
30810
- margin: 0 auto;
30778
+ .ng31n2o {
30811
30779
  display: flex;
30780
+ flex-direction: row;
30781
+ padding: 7px 12px;
30782
+ background: rgba(255, 187, 0, 0.1);
30783
+ border-radius: 6px;
30784
+ color: #e07f00;
30785
+ font-size: 12px;
30786
+ line-height: 18px;
30812
30787
  }
30813
- .w1vvwdlp .left,
30814
- .w1vvwdlp .right {
30815
- flex-grow: 0;
30816
- flex-shrink: 0;
30817
- flex-basis: 21%;
30788
+ .ng31n2o .icon-wrapper {
30789
+ margin-right: 10px;
30790
+ height: 18px;
30818
30791
  }
30819
- .w1vvwdlp .left {
30792
+
30793
+ .n15x5f5y {
30820
30794
  display: flex;
30821
- justify-content: flex-end;
30822
- padding-right: 44px;
30823
- }
30824
- .w1vvwdlp .right {
30825
- padding-left: 44px;
30795
+ flex-direction: row;
30796
+ padding: 7px 12px;
30797
+ background: rgba(225, 230, 241, 0.6);
30798
+ border-radius: 6px;
30799
+ color: rgba(44, 56, 82, 0.6);
30800
+ font-size: 12px;
30801
+ line-height: 18px;
30826
30802
  }
30827
- .w1vvwdlp .middle {
30828
- margin-bottom: 40px;
30829
- flex-grow: 0;
30830
- flex-shrink: 0;
30831
- flex-basis: 58%;
30803
+ .n15x5f5y .icon-wrapper {
30804
+ margin-right: 10px;
30805
+ height: 18px;
30832
30806
  }
30833
- .w1vvwdlp .middle .form-base-field {
30834
- width: 100%;
30807
+
30808
+ .i16ozz3f {
30809
+ display: flex;
30810
+ flex-direction: row;
30811
+ padding: 7px 12px;
30812
+ background: rgba(0, 136, 255, 0.1);
30813
+ border-radius: 6px;
30814
+ color: #005ed1;
30815
+ font-size: 12px;
30816
+ line-height: 18px;
30835
30817
  }
30836
- .w1vvwdlp .middle .form-base-field .form-base-field {
30837
- width: auto;
30818
+ .i16ozz3f .icon-wrapper {
30819
+ margin-right: 10px;
30820
+ height: 18px;
30838
30821
  }
30839
30822
 
30840
- .h1cuopx7 .ant-modal-header {
30841
- margin: 0 auto;
30842
- width: 100%;
30843
- max-width: 648px;
30844
- }
30845
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30846
- margin-left: 0;
30823
+ .dszu9qr {
30824
+ color: rgba(44, 56, 82, 0.6);
30825
+ margin-top: 5px;
30826
+ font-size: 12px;
30827
+ line-height: 18px;
30847
30828
  }
30848
- .h1cuopx7 .ant-modal-body {
30849
- margin: 0 auto;
30850
- padding: 0;
30851
- width: 100%;
30852
- max-width: 648px;
30853
- overflow: hidden;
30829
+
30830
+ .snxzgx {
30831
+ color: #f0483e;
30832
+ font-size: 12px;
30833
+ white-space: pre-wrap;
30854
30834
  }
30855
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30856
- margin-bottom: 40px;
30835
+
30836
+ .o1i4orqw {
30837
+ display: flex;
30838
+ align-items: center;
30839
+ justify-content: flex-end;
30857
30840
  }
30858
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30859
- height: calc(100vh - 225px);
30860
- overflow-y: auto;
30841
+ .o1i4orqw .icon-wrapper {
30842
+ margin-right: 16px;
30861
30843
  }
30862
- .h1cuopx7 .ant-modal-footer .footer-content {
30863
- margin: 0 auto;
30864
- max-width: 648px;
30844
+
30845
+ .t79k8o2 {
30846
+ color: rgba(0, 21, 64, 0.3);
30865
30847
  }
30866
30848
 
30867
- .h1p6d3y3 .ant-modal-header {
30868
- margin: 0 auto;
30869
- width: 100%;
30870
- max-width: 1024px;
30849
+ .ipd9bk.ant-input {
30850
+ padding: 5px 12px;
30851
+ line-height: 20px;
30852
+ color: #2d3a56;
30853
+ border-radius: 6px;
30854
+ border-color: rgba(172, 186, 211, 0.6);
30855
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30871
30856
  }
30872
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30873
- margin-left: 0;
30857
+ .ipd9bk.ant-input.ant-input-lg {
30858
+ padding: 8px 16px;
30859
+ line-height: 22px;
30874
30860
  }
30875
- .h1p6d3y3 .ant-modal-body {
30876
- margin: 0 auto;
30877
- padding: 0;
30878
- width: 100%;
30879
- max-width: 1024px;
30880
- overflow: hidden;
30861
+ .ipd9bk.ant-input.ant-input-sm {
30862
+ padding: 2px 8px;
30863
+ line-height: 18px;
30881
30864
  }
30882
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30883
- margin-bottom: 40px;
30865
+ .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 {
30866
+ border-color: rgba(107, 128, 167, 0.6);
30867
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30868
+ z-index: 1;
30884
30869
  }
30885
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30886
- height: calc(100vh - 225px);
30887
- overflow-y: auto;
30870
+ .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 {
30871
+ border-color: #0096ff;
30872
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30873
+ z-index: 1;
30888
30874
  }
30889
- .h1p6d3y3 .ant-modal-footer .footer-content {
30890
- margin: 0 auto;
30891
- max-width: 1024px;
30875
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30876
+ border-color: #e75a3a;
30877
+ color: #e75a3a;
30892
30878
  }
30893
-
30894
- .fxgckuk {
30895
- flex: 1;
30879
+ .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 {
30880
+ border-color: #e75a3a;
30881
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30896
30882
  }
30897
- .fxgckuk label {
30898
- font-size: 13px;
30899
- line-height: 20px;
30900
- color: rgba(44, 56, 82, 0.6);
30883
+ .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 {
30884
+ border-color: #e75a3a;
30885
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30901
30886
  }
30902
- .fxgckuk .title {
30903
- font-size: 14px;
30887
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30888
+ background: rgba(211, 218, 235, 0.6);
30889
+ color: rgba(0, 21, 64, 0.3);
30890
+ border-color: rgba(172, 186, 211, 0.6);
30891
+ }
30892
+ .ipd9bk.ant-input-affix-wrapper {
30893
+ padding: 5px 12px;
30894
+ border-radius: 6px;
30895
+ border-color: rgba(172, 186, 211, 0.6);
30904
30896
  line-height: 20px;
30905
30897
  color: #2d3a56;
30906
- margin-bottom: 12px;
30898
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30907
30899
  }
30908
- .fxgckuk.connect-cluster .title {
30909
- padding-bottom: 26px;
30900
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30901
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30902
+ color: rgba(44, 56, 82, 0.6);
30910
30903
  }
30911
-
30912
- .f1d0vek1 {
30913
- padding: 25px 0 15px 0;
30914
- border-bottom: 1px solid #e1e5eb;
30915
- margin-bottom: 16px;
30904
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30905
+ padding: 8px 16px;
30906
+ line-height: 22px;
30916
30907
  }
30917
-
30918
- .f4u402y {
30919
- display: flex;
30920
- align-items: center;
30921
- margin-bottom: 8px;
30908
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30909
+ padding: 2px 8px;
30910
+ line-height: 18px;
30922
30911
  }
30923
- .f4u402y > label {
30924
- width: 216px;
30912
+ .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 {
30913
+ border-color: rgba(107, 128, 167, 0.6);
30914
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30925
30915
  }
30926
- .f4u402y > label + * {
30927
- width: 100%;
30916
+ .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 {
30917
+ border-color: #0096ff;
30918
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30928
30919
  }
30929
- .f4u402y .ant-select {
30930
- width: 100%;
30920
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30921
+ border-color: #e75a3a;
30931
30922
  }
30932
-
30933
- .e1pldf6v {
30923
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30934
30924
  color: #e75a3a;
30935
- margin-right: 10px;
30936
30925
  }
30937
-
30938
- .dq0gblh {
30939
- width: 100%;
30940
- height: 1px;
30941
- background: rgba(213, 219, 227, 0.6);
30942
- margin: 24px 0;
30926
+ .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 {
30927
+ border-color: #e75a3a;
30928
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30943
30929
  }
30944
-
30945
- .l1v7sr0n {
30946
- display: flex;
30947
- justify-content: center;
30948
- align-items: center;
30949
- height: 100%;
30950
- }
30951
-
30952
- .d1i4ou6o {
30953
- display: inline-block;
30954
- width: 4px;
30955
- height: 4px;
30956
- background: #8e9aa9;
30957
- opacity: 0.4;
30958
- border-radius: 50%;
30959
- margin: 0 4px;
30930
+ .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 {
30931
+ border-color: #e75a3a;
30932
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30960
30933
  }
30961
-
30962
- .m1jy87hk .ant-modal-header,
30963
- .m1jy87hk .ant-modal-footer .footer-content {
30964
- width: 648px;
30965
- margin: 0 auto;
30934
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30935
+ background: rgba(211, 218, 235, 0.6);
30936
+ color: rgba(0, 21, 64, 0.3);
30937
+ border-color: rgba(172, 186, 211, 0.6);
30966
30938
  }
30967
- .m1jy87hk .ant-modal-header {
30968
- padding: 35px 0 24px;
30969
- border: none;
30939
+ textarea.ipd9bk.ant-input {
30940
+ transition-property: height;
30941
+ transition-delay: 50ms;
30970
30942
  }
30971
- .m1jy87hk .ant-modal-header .ant-modal-title {
30972
- font-size: 30px;
30943
+ textarea.ipd9bk.ant-input.textarea-large {
30944
+ min-height: 40px;
30945
+ height: 40px;
30973
30946
  }
30974
- .m1jy87hk .ant-modal-body {
30975
- padding: 4px 0 2px;
30947
+ textarea.ipd9bk.ant-input.textarea-large:focus {
30948
+ height: 80px;
30976
30949
  }
30977
- .m1jy87hk .ant-modal-footer {
30978
- border: none;
30950
+ textarea.ipd9bk.ant-input.textarea-middle {
30951
+ min-height: 32px;
30952
+ height: 32px;
30979
30953
  }
30980
-
30981
- .ti7fpyu {
30982
- font-size: 12px;
30983
- line-height: 18px;
30984
- font-weight: bold;
30985
- color: #fff;
30986
- padding: 0 4px;
30987
- border-radius: 4px;
30988
- display: inline-block;
30989
- background: var(--ti7fpyu-0);
30954
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
30955
+ height: 64px;
30990
30956
  }
30991
- .ti7fpyu:not(:first-child) {
30992
- margin-left: 4px;
30957
+ textarea.ipd9bk.ant-input.textarea-small {
30958
+ min-height: 24px;
30959
+ height: 24px;
30993
30960
  }
30994
-
30995
- .f1rest1f {
30996
- width: 100%;
30997
- height: 100%;
30998
- display: flex;
30999
- align-items: center;
31000
- justify-content: center;
30961
+ textarea.ipd9bk.ant-input.textarea-small:focus {
30962
+ height: 40px;
31001
30963
  }
31002
30964
 
31003
- .n1kbdoln {
31004
- font-size: 90%;
31005
- font-weight: bold;
31006
- background-color: rgba(240, 243, 247, 0.6);
31007
- padding: 1px 4px 1px;
31008
- margin-left: 2px;
31009
- margin-right: 2px;
30965
+ .kypn5o5 input, .kypn5o5.input-tags {
31010
30966
  border: 1px solid rgba(213, 219, 227, 0.6);
31011
30967
  border-radius: 4px;
31012
30968
  }
31013
-
31014
- .f1y3gta0.form-item-general {
31015
- width: 640px;
31016
- }
31017
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31018
- margin-top: 16px;
31019
- }
31020
- .f1y3gta0.form-item-compact {
31021
- width: 412px;
30969
+ .kypn5o5.input-tags {
30970
+ position: relative;
30971
+ padding: 6px;
30972
+ height: 32px;
30973
+ cursor: pointer;
30974
+ transition: border 150ms;
31022
30975
  }
31023
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31024
- margin-top: 8px;
30976
+ .kypn5o5.input-tags:hover {
30977
+ border-color: #0080ff;
30978
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31025
30979
  }
31026
- .f1y3gta0 .form-item {
31027
- width: auto;
30980
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
30981
+ padding-right: 30px;
31028
30982
  }
31029
- .f1y3gta0 .form-item-main {
31030
- position: relative;
30983
+ .kypn5o5.input-tags .input-tags-inner {
31031
30984
  display: flex;
31032
30985
  }
31033
- .f1y3gta0 .form-item-extra {
31034
- margin-top: 4px;
31035
- width: 100%;
31036
- padding: 14px;
31037
- background: #f2f4f6;
31038
- font-size: 13px;
31039
- line-height: 1.8;
31040
- color: #8e9aa9;
30986
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30987
+ display: flex;
31041
30988
  }
31042
- .f1y3gta0 .form-item-label {
31043
- padding-right: 12px;
31044
- font-size: 13px;
31045
- color: rgba(44, 56, 82, 0.6);
30989
+ .kypn5o5.input-tags .input-tag-suffix {
30990
+ position: absolute;
30991
+ right: 12px;
30992
+ top: 50%;
30993
+ transform: translateY(-50%);
31046
30994
  }
31047
- .f1y3gta0 .form-item-label.label-right {
31048
- text-align: right;
30995
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30996
+ color: rgba(0, 0, 0, 0.25);
30997
+ font-size: 12px;
30998
+ cursor: pointer;
31049
30999
  }
31050
- .f1y3gta0 .form-item-label,
31051
- .f1y3gta0 .form-item-control {
31052
- line-height: 32px;
31000
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31001
+ color: rgba(0, 0, 0, 0.45);
31053
31002
  }
31054
- .f1y3gta0 .form-item-control .form-item-error {
31055
- line-height: 18px;
31003
+ .kypn5o5.has-focus-indicator {
31004
+ position: relative;
31005
+ overflow: hidden;
31056
31006
  }
31057
- .f1y3gta0 .form-item-children {
31058
- width: 100%;
31007
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31008
+ position: absolute;
31009
+ top: 50%;
31010
+ transform: translateY(-50%);
31011
+ left: -16px;
31012
+ transition: left 150ms ease;
31013
+ opacity: 0;
31059
31014
  }
31060
- .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 {
31061
- width: 100%;
31015
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31016
+ left: 8px;
31017
+ opacity: 1;
31062
31018
  }
31063
- .f1y3gta0 .form-item-error {
31064
- color: #e75a3a;
31065
- height: 0;
31066
- overflow: hidden;
31019
+ .kypn5o5.has-focus-indicator input {
31020
+ transition: margin-left 150ms ease;
31021
+ margin-left: 0px;
31067
31022
  }
31068
- .f1y3gta0 .form-item-error-enter-done {
31069
- margin-top: 4px;
31070
- height: auto;
31071
- overflow: auto;
31023
+ .kypn5o5.has-focus-indicator input:focus {
31024
+ margin-left: 16px;
31072
31025
  }
31073
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31074
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31075
- border: 1px solid #e75a3a;
31076
- color: #e75a3a;
31026
+
31027
+ input.l1ki27se.ant-input {
31028
+ border-top-right-radius: 0;
31029
+ border-bottom-right-radius: 0;
31077
31030
  }
31078
31031
 
31079
- .fujbm7g {
31080
- color: #2d3a56;
31081
- font-weight: bold;
31082
- padding-bottom: 6px;
31083
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31084
- margin-bottom: 16px;
31032
+ .l1ki27se.ant-input-affix-wrapper {
31033
+ border-top-right-radius: 0;
31034
+ border-bottom-right-radius: 0;
31085
31035
  }
31086
- .fujbm7g:not(:first-of-type) {
31087
- margin-top: 16px;
31036
+
31037
+ input.rrg1fkn.ant-input {
31038
+ border-top-left-radius: 0;
31039
+ border-bottom-left-radius: 0;
31088
31040
  }
31089
31041
 
31090
- .e5fsw5s {
31091
- width: 8px;
31092
- height: 24px;
31093
- display: flex;
31094
- justify-content: center;
31095
- align-items: center;
31096
- cursor: pointer;
31097
- transition: all 200ms ease-out 40ms;
31042
+ .rrg1fkn.ant-input-affix-wrapper {
31043
+ border-top-left-radius: 0;
31044
+ border-bottom-left-radius: 0;
31098
31045
  }
31099
- .e5fsw5s:before, .e5fsw5s:after {
31100
- content: "";
31101
- width: 1px;
31102
- height: 6px;
31103
- border-radius: 1px;
31104
- background: #ccd4e3;
31105
- position: relative;
31106
- right: 2px;
31107
- transform: rotate(-45deg);
31046
+
31047
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31048
+ border-top-right-radius: 0;
31049
+ border-bottom-right-radius: 0;
31108
31050
  }
31109
- .e5fsw5s:after {
31110
- transform: rotate(45deg);
31111
- left: 1px;
31051
+
31052
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31053
+ border-top-left-radius: 0;
31054
+ border-bottom-left-radius: 0;
31112
31055
  }
31113
31056
 
31114
- .w18knsg4.ant-alert-warning {
31115
- border: 0;
31116
- background: rgba(255, 187, 0, 0.1);
31117
- border-radius: 6px;
31057
+ .c1t6wbwv {
31058
+ display: flex;
31059
+ flex-direction: column;
31118
31060
  }
31119
- .w18knsg4.ant-alert,
31120
- .w18knsg4 .ant-alert-message {
31121
- color: #e07f00;
31061
+ .c1t6wbwv .select-wrapper {
31062
+ margin-top: 12px;
31122
31063
  }
31123
- .w18knsg4.ant-alert .dashed-border-bottom,
31124
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
31125
- border-bottom-color: #e07f00;
31064
+ .c1t6wbwv .select-wrapper .select {
31065
+ width: 100%;
31126
31066
  }
31127
-
31128
- .ng31n2o {
31129
- display: flex;
31130
- flex-direction: row;
31131
- padding: 7px 12px;
31132
- background: rgba(255, 187, 0, 0.1);
31133
- border-radius: 6px;
31134
- color: #e07f00;
31135
- font-size: 12px;
31136
- line-height: 18px;
31067
+ .c1t6wbwv .radio-wrapper {
31068
+ margin-top: 24px;
31137
31069
  }
31138
- .ng31n2o .icon-wrapper {
31139
- margin-right: 10px;
31140
- height: 18px;
31070
+ .c1t6wbwv .form-item {
31071
+ width: 100%;
31141
31072
  }
31142
31073
 
31143
- .n15x5f5y {
31144
- display: flex;
31145
- flex-direction: row;
31146
- padding: 7px 12px;
31147
- background: rgba(225, 230, 241, 0.6);
31148
- border-radius: 6px;
31149
- color: rgba(44, 56, 82, 0.6);
31150
- font-size: 12px;
31074
+ .d1k7vv5v {
31075
+ font-size: 14px;
31076
+ font-weight: 500;
31077
+ color: #3e4652;
31151
31078
  line-height: 18px;
31152
31079
  }
31153
- .n15x5f5y .icon-wrapper {
31154
- margin-right: 10px;
31155
- height: 18px;
31080
+ .d1k7vv5v + .d1k7vv5v {
31081
+ margin-top: 16px;
31082
+ }
31083
+ .d1k7vv5v + * {
31084
+ margin-top: 16px;
31156
31085
  }
31157
31086
 
31158
- .i16ozz3f {
31159
- display: flex;
31160
- flex-direction: row;
31161
- padding: 7px 12px;
31162
- background: rgba(0, 136, 255, 0.1);
31163
- border-radius: 6px;
31164
- color: #005ed1;
31087
+ .le7b9r4.d1k7vv5v {
31165
31088
  font-size: 12px;
31166
- line-height: 18px;
31167
- }
31168
- .i16ozz3f .icon-wrapper {
31169
- margin-right: 10px;
31170
- height: 18px;
31089
+ color: rgba(44, 56, 82, 0.6);
31090
+ margin-top: 12px;
31171
31091
  }
31172
31092
 
31173
- .dszu9qr {
31174
- color: rgba(44, 56, 82, 0.6);
31175
- margin-top: 5px;
31176
- font-size: 12px;
31093
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31177
31094
  line-height: 18px;
31095
+ font-weight: 500;
31096
+ margin-top: 0;
31097
+ white-space: initial;
31178
31098
  }
31179
31099
 
31180
- .snxzgx {
31181
- color: #f0483e;
31182
- font-size: 12px;
31183
- white-space: pre-wrap;
31100
+ .r12ddqmh {
31101
+ display: block;
31102
+ }
31103
+ .r12ddqmh span {
31104
+ font-size: 14px;
31105
+ font-weight: 500;
31106
+ line-height: 32px;
31107
+ color: #3e4652;
31184
31108
  }
31185
31109
 
31186
- .o1i4orqw {
31110
+ .ctcr26a {
31111
+ margin-top: 8px;
31112
+ padding: 8px;
31113
+ border-radius: 6px;
31114
+ background: rgba(225, 230, 241, 0.6);
31115
+ color: rgba(44, 56, 82, 0.6);
31116
+ font-size: 12px;
31117
+ }
31118
+ .ctcr26a div {
31119
+ line-height: 20px;
31187
31120
  display: flex;
31188
31121
  align-items: center;
31189
- justify-content: flex-end;
31190
- }
31191
- .o1i4orqw .icon-wrapper {
31192
- margin-right: 16px;
31122
+ word-break: break-all;
31193
31123
  }
31194
31124
 
31195
- .t79k8o2 {
31196
- color: rgba(0, 21, 64, 0.3);
31125
+ .c1uzzomf {
31126
+ margin-bottom: 16px;
31197
31127
  }
31198
-
31199
- .ipd9bk.ant-input {
31200
- padding: 5px 12px;
31201
- line-height: 20px;
31202
- color: #2d3a56;
31203
- border-radius: 6px;
31204
- border-color: rgba(172, 186, 211, 0.6);
31205
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31128
+ .c1uzzomf .card-title {
31129
+ font-size: 16px;
31130
+ color: rgba(44, 56, 82, 0.6);
31131
+ font-weight: 700;
31132
+ line-height: 32px;
31206
31133
  }
31207
- .ipd9bk.ant-input.ant-input-lg {
31208
- padding: 8px 16px;
31134
+ .c1uzzomf .card-body {
31135
+ padding: 24px;
31136
+ border-radius: 8px;
31137
+ background: #fff;
31138
+ }
31139
+ .c1uzzomf .empty {
31140
+ font-weight: 700;
31141
+ font-size: 14px;
31209
31142
  line-height: 22px;
31143
+ color: rgba(0, 21, 64, 0.3);
31144
+ text-align: center;
31210
31145
  }
31211
- .ipd9bk.ant-input.ant-input-sm {
31146
+
31147
+ .p12gwtiw {
31148
+ display: flex;
31149
+ justify-content: space-between;
31150
+ align-items: center;
31151
+ padding: 10px 0;
31152
+ color: rgba(44, 56, 82, 0.6);
31153
+ font-size: 12px;
31154
+ line-height: 24px;
31155
+ }
31156
+ .p12gwtiw .pagination-left {
31212
31157
  padding: 2px 8px;
31213
- line-height: 18px;
31214
31158
  }
31215
- .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 {
31216
- border-color: rgba(107, 128, 167, 0.6);
31217
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31218
- z-index: 1;
31159
+ .p12gwtiw .dropdown-trigger {
31160
+ display: flex;
31161
+ align-items: center;
31162
+ border-radius: 6px;
31163
+ cursor: pointer;
31164
+ transition: all 0.3s ease;
31219
31165
  }
31220
- .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 {
31221
- border-color: #0096ff;
31222
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31223
- z-index: 1;
31166
+ .p12gwtiw .dropdown-trigger:hover {
31167
+ background: rgba(211, 218, 235, 0.6);
31168
+ color: #0080ff;
31224
31169
  }
31225
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31226
- border-color: #e75a3a;
31227
- color: #e75a3a;
31170
+ .p12gwtiw .dropdown-trigger .icon-inner {
31171
+ margin-left: 4px;
31228
31172
  }
31229
- .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 {
31230
- border-color: #e75a3a;
31231
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31173
+ .p12gwtiw .pagination-right {
31174
+ display: flex;
31175
+ align-items: center;
31176
+ color: #0080ff;
31177
+ font-weight: bold;
31232
31178
  }
31233
- .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 {
31234
- border-color: #e75a3a;
31235
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31179
+ .p12gwtiw .pagination-right .icon-inner {
31180
+ margin-left: 4px;
31236
31181
  }
31237
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31238
- background: rgba(211, 218, 235, 0.6);
31239
- color: rgba(0, 21, 64, 0.3);
31240
- border-color: rgba(172, 186, 211, 0.6);
31182
+ .p12gwtiw .pagination-right .prev-btn,
31183
+ .p12gwtiw .pagination-right .next-btn {
31184
+ padding: 0 8px;
31241
31185
  }
31242
- .ipd9bk.ant-input-affix-wrapper {
31243
- padding: 5px 12px;
31244
- border-radius: 6px;
31245
- border-color: rgba(172, 186, 211, 0.6);
31246
- line-height: 20px;
31247
- color: #2d3a56;
31248
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31186
+ .p12gwtiw .pagination-right .prev-btn > span,
31187
+ .p12gwtiw .pagination-right .next-btn > span {
31188
+ color: #0080ff;
31249
31189
  }
31250
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31251
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31252
- color: rgba(44, 56, 82, 0.6);
31190
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
31191
+ transform: rotate(180deg);
31253
31192
  }
31254
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31255
- padding: 8px 16px;
31256
- line-height: 22px;
31193
+
31194
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31195
+ max-height: calc(100vh - 128px);
31196
+ overflow-y: auto;
31257
31197
  }
31258
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31259
- padding: 2px 8px;
31198
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31199
+ padding: 4px 20px;
31200
+ font-size: 12px;
31260
31201
  line-height: 18px;
31261
31202
  }
31262
- .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 {
31263
- border-color: rgba(107, 128, 167, 0.6);
31264
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31265
- }
31266
- .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 {
31267
- border-color: #0096ff;
31268
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31203
+
31204
+ .berrcjl {
31205
+ color: rgba(10, 37, 85, 0.6);
31206
+ margin-bottom: 4px;
31269
31207
  }
31270
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31271
- border-color: #e75a3a;
31208
+ .berrcjl .breadcrumb-link {
31209
+ color: rgba(10, 37, 85, 0.6);
31210
+ cursor: pointer;
31211
+ transition: color 160ms ease;
31272
31212
  }
31273
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31274
- color: #e75a3a;
31213
+ .berrcjl .breadcrumb-link:hover {
31214
+ color: #0080ff;
31275
31215
  }
31276
- .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 {
31277
- border-color: #e75a3a;
31278
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31216
+ .berrcjl .breadcrumb-link:active {
31217
+ color: #005ed1;
31279
31218
  }
31280
- .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 {
31281
- border-color: #e75a3a;
31282
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31219
+
31220
+ .obf05yr {
31221
+ display: inline-block;
31283
31222
  }
31284
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31285
- background: rgba(211, 218, 235, 0.6);
31286
- color: rgba(0, 21, 64, 0.3);
31287
- border-color: rgba(172, 186, 211, 0.6);
31223
+
31224
+ .hsms1n6 {
31225
+ visibility: hidden;
31226
+ position: absolute;
31288
31227
  }
31289
- textarea.ipd9bk.ant-input {
31290
- transition-property: height;
31291
- transition-delay: 50ms;
31228
+
31229
+ .n12mqh7z {
31230
+ display: flex;
31231
+ align-items: center;
31232
+ font-size: 12px;
31233
+ line-height: 18px;
31292
31234
  }
31293
- textarea.ipd9bk.ant-input.textarea-large {
31294
- min-height: 40px;
31295
- height: 40px;
31235
+ .n12mqh7z:not(:last-child) {
31236
+ margin-bottom: 4px;
31296
31237
  }
31297
- textarea.ipd9bk.ant-input.textarea-large:focus {
31298
- height: 80px;
31238
+
31239
+ .tf5bynu {
31240
+ margin: 0 3px;
31299
31241
  }
31300
- textarea.ipd9bk.ant-input.textarea-middle {
31301
- min-height: 32px;
31302
- height: 32px;
31242
+
31243
+ .tcckoz1 {
31244
+ max-height: 400px;
31245
+ overflow: "auto";
31303
31246
  }
31304
- textarea.ipd9bk.ant-input.textarea-middle:focus {
31305
- height: 64px;
31247
+
31248
+ .c18bcrac {
31249
+ display: inline-block;
31250
+ width: 100%;
31306
31251
  }
31307
- textarea.ipd9bk.ant-input.textarea-small {
31308
- min-height: 24px;
31309
- height: 24px;
31252
+ .c18bcrac .recharts-wrapper {
31253
+ margin-left: 4px;
31310
31254
  }
31311
- textarea.ipd9bk.ant-input.textarea-small:focus {
31312
- height: 40px;
31255
+
31256
+ .cro7kg2 {
31257
+ padding: 4px;
31313
31258
  }
31314
31259
 
31315
- .kypn5o5 input, .kypn5o5.input-tags {
31316
- border: 1px solid rgba(213, 219, 227, 0.6);
31317
- border-radius: 4px;
31260
+ .c14wcxf0 {
31261
+ display: flex;
31262
+ justify-content: space-between;
31263
+ align-items: center;
31264
+ font-size: 13px;
31265
+ line-height: 24px;
31266
+ color: #cccccc;
31267
+ white-space: nowrap;
31318
31268
  }
31319
- .kypn5o5.input-tags {
31320
- position: relative;
31321
- padding: 6px;
31322
- height: 32px;
31323
- cursor: pointer;
31324
- transition: border 150ms;
31269
+ .c14wcxf0 label {
31270
+ margin-right: 32px;
31325
31271
  }
31326
- .kypn5o5.input-tags:hover {
31327
- border-color: #0080ff;
31328
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31272
+
31273
+ .coy29mj.c14wcxf0 {
31274
+ font-weight: bold;
31275
+ color: white;
31329
31276
  }
31330
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
31331
- padding-right: 30px;
31277
+
31278
+ .s11212zy {
31279
+ width: 8px;
31280
+ height: 8px;
31281
+ border-radius: 2px;
31282
+ display: inline-block;
31283
+ background: var(--s11212zy-0);
31284
+ border: 1px solid #fff;
31285
+ box-sizing: content-box;
31286
+ margin-right: 6px;
31332
31287
  }
31333
- .kypn5o5.input-tags .input-tags-inner {
31334
- display: flex;
31288
+
31289
+ .p1lyky6c > :first-child {
31290
+ font-weight: bold;
31291
+ color: white;
31292
+ margin-right: 4px;
31335
31293
  }
31336
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31337
- display: flex;
31294
+
31295
+ .d6j0lbj {
31296
+ font-family: Inter;
31297
+ font-style: normal;
31298
+ font-weight: bold;
31299
+ font-size: 32px;
31300
+ line-height: 40px;
31338
31301
  }
31339
- .kypn5o5.input-tags .input-tag-suffix {
31340
- position: absolute;
31341
- right: 12px;
31342
- top: 50%;
31343
- transform: translateY(-50%);
31302
+
31303
+ .d1xhvvxe {
31304
+ font-family: Inter;
31305
+ font-style: normal;
31306
+ font-weight: bold;
31307
+ font-size: 24px;
31308
+ line-height: 32px;
31344
31309
  }
31345
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31346
- color: rgba(0, 0, 0, 0.25);
31310
+
31311
+ .dk10mxq {
31312
+ font-family: Inter;
31313
+ font-style: normal;
31314
+ font-weight: normal;
31315
+ font-size: 32px;
31316
+ line-height: 40px;
31317
+ }
31318
+
31319
+ .dxsait {
31320
+ font-family: Inter;
31321
+ font-style: normal;
31322
+ font-weight: bold;
31323
+ font-size: 20px;
31324
+ line-height: 24px;
31325
+ }
31326
+
31327
+ .dokn0h3 {
31328
+ font-family: Inter;
31329
+ font-style: normal;
31330
+ font-weight: normal;
31331
+ font-size: 20px;
31332
+ line-height: 24px;
31333
+ }
31334
+
31335
+ .dobau4p {
31336
+ font-family: Inter;
31337
+ font-style: normal;
31338
+ font-weight: bold;
31339
+ font-size: 18px;
31340
+ line-height: 22px;
31341
+ }
31342
+
31343
+ .dvolwok {
31344
+ font-family: Inter;
31345
+ font-style: normal;
31346
+ font-weight: normal;
31347
+ font-size: 18px;
31348
+ line-height: 22px;
31349
+ }
31350
+
31351
+ .h181qhg4 {
31352
+ font-family: Inter;
31353
+ font-style: normal;
31354
+ font-weight: bold;
31355
+ font-size: 16px;
31356
+ line-height: 22px;
31357
+ }
31358
+
31359
+ .h1phgmcq {
31360
+ font-family: Inter;
31361
+ font-style: normal;
31362
+ font-weight: normal;
31363
+ font-size: 16px;
31364
+ line-height: 22px;
31365
+ }
31366
+
31367
+ .h173xnl1 {
31368
+ font-family: Inter;
31369
+ font-style: normal;
31370
+ font-weight: bold;
31371
+ font-size: 14px;
31372
+ line-height: 20px;
31373
+ }
31374
+
31375
+ .hedm4pz {
31376
+ font-family: Inter;
31377
+ font-style: normal;
31378
+ font-weight: normal;
31379
+ font-size: 14px;
31380
+ line-height: 20px;
31381
+ }
31382
+
31383
+ .h1kd8xld {
31384
+ font-family: Inter;
31385
+ font-style: normal;
31386
+ font-weight: bold;
31347
31387
  font-size: 12px;
31348
- cursor: pointer;
31388
+ line-height: 18px;
31349
31389
  }
31350
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31351
- color: rgba(0, 0, 0, 0.45);
31390
+
31391
+ .hp14fr {
31392
+ font-family: Inter;
31393
+ font-style: normal;
31394
+ font-weight: normal;
31395
+ font-size: 12px;
31396
+ line-height: 18px;
31352
31397
  }
31353
- .kypn5o5.has-focus-indicator {
31354
- position: relative;
31355
- overflow: hidden;
31398
+
31399
+ .hgrg7mn {
31400
+ font-family: Inter;
31401
+ font-style: normal;
31402
+ font-weight: bold;
31403
+ text-transform: uppercase;
31404
+ font-feature-settings: "cpsp" on;
31405
+ font-size: 12px;
31406
+ line-height: 18px;
31356
31407
  }
31357
- .kypn5o5.has-focus-indicator .ant-input-prefix {
31358
- position: absolute;
31359
- top: 50%;
31360
- transform: translateY(-50%);
31361
- left: -16px;
31362
- transition: left 150ms ease;
31363
- opacity: 0;
31408
+
31409
+ .h6zme9x {
31410
+ font-family: Inter;
31411
+ font-style: normal;
31412
+ font-weight: normal;
31413
+ text-transform: uppercase;
31414
+ font-feature-settings: "cpsp" on;
31415
+ font-size: 12px;
31416
+ line-height: 18px;
31364
31417
  }
31365
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31366
- left: 8px;
31367
- opacity: 1;
31418
+
31419
+ .locjvsv {
31420
+ font-family: Inter;
31421
+ font-style: normal;
31422
+ font-weight: normal;
31423
+ font-size: 16px;
31424
+ line-height: 24px;
31368
31425
  }
31369
- .kypn5o5.has-focus-indicator input {
31370
- transition: margin-left 150ms ease;
31371
- margin-left: 0px;
31426
+
31427
+ .l13gi131 {
31428
+ font-family: Inter;
31429
+ font-style: normal;
31430
+ font-weight: bold;
31431
+ font-size: 16px;
31432
+ line-height: 24px;
31433
+ }
31434
+
31435
+ .l1ynemsu {
31436
+ font-family: Inter;
31437
+ font-style: normal;
31438
+ font-weight: normal;
31439
+ font-size: 16px;
31440
+ line-height: 24px;
31441
+ }
31442
+
31443
+ .l1cft1cx {
31444
+ font-family: Inter;
31445
+ font-style: normal;
31446
+ font-weight: bold;
31447
+ font-size: 16px;
31448
+ line-height: 24px;
31449
+ }
31450
+
31451
+ .l17tqc8p {
31452
+ font-family: Inter;
31453
+ font-style: normal;
31454
+ font-weight: normal;
31455
+ text-transform: uppercase;
31456
+ font-feature-settings: "cpsp" on;
31457
+ font-size: 16px;
31458
+ line-height: 24px;
31459
+ }
31460
+
31461
+ .l1j1e5w7 {
31462
+ font-family: Inter;
31463
+ font-style: normal;
31464
+ font-weight: bold;
31465
+ text-transform: uppercase;
31466
+ font-feature-settings: "cpsp" on;
31467
+ font-size: 16px;
31468
+ line-height: 24px;
31469
+ }
31470
+
31471
+ .l1gf91jb {
31472
+ font-family: Inter;
31473
+ font-style: normal;
31474
+ font-weight: normal;
31475
+ font-size: 14px;
31476
+ line-height: 22px;
31477
+ }
31478
+
31479
+ .lu7hlr6 {
31480
+ font-family: Inter;
31481
+ font-style: normal;
31482
+ font-weight: 500;
31483
+ font-size: 14px;
31484
+ line-height: 22px;
31485
+ }
31486
+
31487
+ .l3l3jf0 {
31488
+ font-family: Inter;
31489
+ font-style: normal;
31490
+ font-weight: bold;
31491
+ font-size: 14px;
31492
+ line-height: 22px;
31493
+ }
31494
+
31495
+ .l12j5nqp {
31496
+ font-family: Inter;
31497
+ font-style: normal;
31498
+ font-weight: normal;
31499
+ font-size: 14px;
31500
+ line-height: 22px;
31501
+ }
31502
+
31503
+ .l1tecqht {
31504
+ font-family: Inter;
31505
+ font-style: normal;
31506
+ font-weight: bold;
31507
+ font-size: 14px;
31508
+ line-height: 22px;
31509
+ }
31510
+
31511
+ .l6sa990 {
31512
+ font-family: Inter;
31513
+ font-style: normal;
31514
+ font-weight: normal;
31515
+ text-transform: uppercase;
31516
+ font-feature-settings: "cpsp" on;
31517
+ font-size: 14px;
31518
+ line-height: 22px;
31519
+ }
31520
+
31521
+ .lckqe8j {
31522
+ font-family: Inter;
31523
+ font-style: normal;
31524
+ font-weight: bold;
31525
+ text-transform: uppercase;
31526
+ font-feature-settings: "cpsp" on;
31527
+ font-size: 14px;
31528
+ line-height: 22px;
31529
+ }
31530
+
31531
+ .l1kuminb {
31532
+ font-family: Inter;
31533
+ font-style: normal;
31534
+ font-weight: normal;
31535
+ font-size: 13px;
31536
+ line-height: 20px;
31537
+ }
31538
+
31539
+ .l1pbuf5j {
31540
+ font-family: Inter;
31541
+ font-style: normal;
31542
+ font-weight: 600;
31543
+ font-size: 13px;
31544
+ line-height: 20px;
31545
+ }
31546
+
31547
+ .l1r4ztu {
31548
+ font-family: Inter;
31549
+ font-style: normal;
31550
+ font-weight: bold;
31551
+ font-size: 13px;
31552
+ line-height: 20px;
31553
+ }
31554
+
31555
+ .ly8vzok {
31556
+ font-family: Inter;
31557
+ font-style: normal;
31558
+ font-weight: normal;
31559
+ font-size: 13px;
31560
+ line-height: 20px;
31561
+ }
31562
+
31563
+ .lumfmf {
31564
+ font-family: Inter;
31565
+ font-style: normal;
31566
+ font-weight: 600;
31567
+ font-size: 13px;
31568
+ line-height: 20px;
31569
+ }
31570
+
31571
+ .l16ujwmv {
31572
+ font-family: Inter;
31573
+ font-style: normal;
31574
+ font-weight: bold;
31575
+ font-size: 13px;
31576
+ line-height: 20px;
31577
+ }
31578
+
31579
+ .l17o1ffr {
31580
+ font-family: Inter;
31581
+ font-style: normal;
31582
+ font-weight: normal;
31583
+ text-transform: uppercase;
31584
+ font-feature-settings: "cpsp" on;
31585
+ font-size: 13px;
31586
+ line-height: 20px;
31587
+ }
31588
+
31589
+ .lngllvn {
31590
+ font-family: Inter;
31591
+ font-style: normal;
31592
+ font-weight: bold;
31593
+ text-transform: uppercase;
31594
+ font-feature-settings: "cpsp" on;
31595
+ font-size: 13px;
31596
+ line-height: 20px;
31597
+ }
31598
+
31599
+ .l2i7fo9 {
31600
+ font-family: Inter;
31601
+ font-style: normal;
31602
+ font-weight: normal;
31603
+ font-size: 12px;
31604
+ line-height: 18px;
31605
+ }
31606
+
31607
+ .l1x7hscx {
31608
+ font-family: Inter;
31609
+ font-style: normal;
31610
+ font-weight: 500;
31611
+ font-size: 12px;
31612
+ line-height: 18px;
31613
+ }
31614
+
31615
+ .le1jwan {
31616
+ font-family: Inter;
31617
+ font-style: normal;
31618
+ font-weight: bold;
31619
+ font-size: 12px;
31620
+ line-height: 18px;
31621
+ }
31622
+
31623
+ .lyxynfj {
31624
+ font-family: Inter;
31625
+ font-style: normal;
31626
+ font-weight: normal;
31627
+ font-size: 12px;
31628
+ line-height: 18px;
31629
+ }
31630
+
31631
+ .lpb2nxv {
31632
+ font-family: Inter;
31633
+ font-style: normal;
31634
+ font-weight: 500;
31635
+ font-size: 12px;
31636
+ line-height: 18px;
31637
+ }
31638
+
31639
+ .l1r8o3vv {
31640
+ font-family: Inter;
31641
+ font-style: normal;
31642
+ font-weight: bold;
31643
+ font-size: 12px;
31644
+ line-height: 18px;
31645
+ }
31646
+
31647
+ .lemnjy2 {
31648
+ font-family: Inter;
31649
+ font-style: normal;
31650
+ font-weight: normal;
31651
+ text-transform: uppercase;
31652
+ font-feature-settings: "cpsp" on;
31653
+ font-size: 12px;
31654
+ line-height: 18px;
31655
+ }
31656
+
31657
+ .lrc42gb {
31658
+ font-family: Inter;
31659
+ font-style: normal;
31660
+ font-weight: bold;
31661
+ text-transform: uppercase;
31662
+ font-feature-settings: "cpsp" on;
31663
+ font-size: 12px;
31664
+ line-height: 18px;
31665
+ }
31666
+
31667
+ .fqaz4mb {
31668
+ font-family: Inter;
31669
+ font-style: normal;
31670
+ font-weight: normal;
31671
+ font-size: 13px;
31672
+ line-height: 20px;
31673
+ }
31674
+
31675
+ .f13we5o {
31676
+ font-family: Inter;
31677
+ font-style: normal;
31678
+ font-weight: normal;
31679
+ font-size: 13px;
31680
+ line-height: 20px;
31681
+ }
31682
+
31683
+ .ffmjua2 {
31684
+ font-family: Inter;
31685
+ font-style: normal;
31686
+ font-weight: normal;
31687
+ font-size: 12px;
31688
+ line-height: 18px;
31689
+ }
31690
+
31691
+ .fz2mxw0 {
31692
+ font-family: Inter;
31693
+ font-style: normal;
31694
+ font-weight: normal;
31695
+ font-size: 12px;
31696
+ line-height: 18px;
31697
+ }
31698
+
31699
+ .t1ertzoh {
31700
+ font-family: Inter;
31701
+ font-style: normal;
31702
+ font-weight: normal;
31703
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31704
+ font-size: 13px;
31705
+ line-height: 20px;
31372
31706
  }
31373
- .kypn5o5.has-focus-indicator input:focus {
31374
- margin-left: 16px;
31707
+
31708
+ .t19bge8r {
31709
+ font-family: Inter;
31710
+ font-style: normal;
31711
+ font-weight: normal;
31712
+ font-feature-settings: "zero" on;
31713
+ font-size: 13px;
31714
+ line-height: 20px;
31375
31715
  }
31376
31716
 
31377
- input.l1ki27se.ant-input {
31378
- border-top-right-radius: 0;
31379
- border-bottom-right-radius: 0;
31717
+ .tjrzfyl {
31718
+ font-family: Inter;
31719
+ font-style: normal;
31720
+ font-weight: normal;
31721
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31722
+ font-size: 12px;
31723
+ line-height: 18px;
31380
31724
  }
31381
31725
 
31382
- .l1ki27se.ant-input-affix-wrapper {
31383
- border-top-right-radius: 0;
31384
- border-bottom-right-radius: 0;
31726
+ .tm6s7bo {
31727
+ font-family: Inter;
31728
+ font-style: normal;
31729
+ font-weight: 500;
31730
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31731
+ font-size: 12px;
31732
+ line-height: 18px;
31385
31733
  }
31386
31734
 
31387
- input.rrg1fkn.ant-input {
31388
- border-top-left-radius: 0;
31389
- border-bottom-left-radius: 0;
31735
+ .t19zq6ic {
31736
+ font-family: Inter;
31737
+ font-style: normal;
31738
+ font-weight: normal;
31739
+ font-feature-settings: "zero" on;
31740
+ font-size: 12px;
31741
+ line-height: 18px;
31390
31742
  }
31391
31743
 
31392
- .rrg1fkn.ant-input-affix-wrapper {
31393
- border-top-left-radius: 0;
31394
- border-bottom-left-radius: 0;
31744
+ .t1gduru8 {
31745
+ font-family: Inter;
31746
+ font-style: normal;
31747
+ font-weight: 500;
31748
+ font-feature-settings: "zero" on;
31749
+ font-size: 12px;
31750
+ line-height: 18px;
31395
31751
  }
31396
31752
 
31397
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31398
- border-top-right-radius: 0;
31399
- border-bottom-right-radius: 0;
31753
+ .t55raab {
31754
+ font-family: Inter;
31755
+ font-style: normal;
31756
+ font-weight: bold;
31757
+ font-feature-settings: "zero" on;
31758
+ font-size: 16px;
31759
+ line-height: 24px;
31400
31760
  }
31401
31761
 
31402
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31403
- border-top-left-radius: 0;
31404
- border-bottom-left-radius: 0;
31762
+ .u1w9abfe {
31763
+ font-family: Inter;
31764
+ font-style: normal;
31765
+ font-weight: normal;
31766
+ font-size: 10px;
31767
+ line-height: 12px;
31405
31768
  }
31406
31769
 
31407
- .c1t6wbwv {
31770
+ .s1iv0tp1 .enabled-switch {
31408
31771
  display: flex;
31409
- flex-direction: column;
31772
+ align-items: center;
31410
31773
  }
31411
- .c1t6wbwv .select-wrapper {
31412
- margin-top: 12px;
31774
+ .s1iv0tp1 .enabled-text {
31775
+ margin-right: 8px;
31413
31776
  }
31414
- .c1t6wbwv .select-wrapper .select {
31777
+
31778
+ .tje3huy {
31415
31779
  width: 100%;
31780
+ overflow: inherit;
31781
+ white-space: inherit;
31782
+ text-overflow: ellipsis;
31416
31783
  }
31417
- .c1t6wbwv .radio-wrapper {
31418
- margin-top: 24px;
31784
+
31785
+ .t1sqg15u {
31786
+ background: white;
31419
31787
  }
31420
- .c1t6wbwv .form-item {
31421
- width: 100%;
31788
+ .t1sqg15u.inline .table-row {
31789
+ flex-direction: column;
31422
31790
  }
31423
-
31424
- .d1k7vv5v {
31425
- font-size: 14px;
31426
- font-weight: 500;
31427
- color: #3e4652;
31428
- line-height: 18px;
31791
+ .t1sqg15u.inline .table-row > label {
31792
+ padding: 0 16px 7px 0;
31429
31793
  }
31430
- .d1k7vv5v + .d1k7vv5v {
31431
- margin-top: 16px;
31794
+ .t1sqg15u.has-border .table-header {
31795
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31432
31796
  }
31433
- .d1k7vv5v + * {
31434
- margin-top: 16px;
31797
+ .t1sqg15u.has-border .hiddenBorder {
31798
+ border-top: none !important;
31435
31799
  }
31436
-
31437
- .le7b9r4.d1k7vv5v {
31438
- font-size: 12px;
31439
- color: rgba(44, 56, 82, 0.6);
31440
- margin-top: 12px;
31800
+ .t1sqg15u.has-border .table-row + .table-row {
31801
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
31441
31802
  }
31442
-
31443
- .r1dnygxx.le7b9r4.d1k7vv5v {
31444
- line-height: 18px;
31445
- font-weight: 500;
31446
- margin-top: 0;
31447
- white-space: initial;
31803
+ .t1sqg15u.has-border .table-row:last-of-type {
31804
+ padding-bottom: 0;
31448
31805
  }
31449
-
31450
- .r12ddqmh {
31451
- display: block;
31806
+ .t1sqg15u.align-right .content {
31807
+ text-align: right;
31452
31808
  }
31453
- .r12ddqmh span {
31454
- font-size: 14px;
31455
- font-weight: 500;
31456
- line-height: 32px;
31457
- color: #3e4652;
31809
+ .t1sqg15u .uuid-row {
31810
+ display: flex;
31811
+ justify-content: space-between;
31812
+ }
31813
+ .t1sqg15u .uuid-row .id-text {
31814
+ white-space: nowrap;
31815
+ overflow: hidden;
31816
+ text-overflow: ellipsis;
31458
31817
  }
31459
31818
 
31460
- .ctcr26a {
31461
- margin-top: 8px;
31819
+ .t4zczcp {
31820
+ display: flex;
31821
+ justify-content: space-between;
31822
+ align-items: center;
31462
31823
  padding: 8px;
31463
- border-radius: 6px;
31464
- background: rgba(225, 230, 241, 0.6);
31824
+ min-height: 32px;
31825
+ }
31826
+ .t4zczcp .table-title {
31465
31827
  color: rgba(44, 56, 82, 0.6);
31828
+ font-weight: 600;
31466
31829
  font-size: 12px;
31830
+ line-height: 8px;
31467
31831
  }
31468
- .ctcr26a div {
31469
- line-height: 20px;
31470
- display: flex;
31471
- align-items: center;
31472
- word-break: break-all;
31473
- }
31474
-
31475
- .s1fc623g {
31476
- width: 430px !important;
31832
+ .t4zczcp .edit-icon {
31833
+ font-size: 16px;
31834
+ color: rgba(10, 37, 85, 0.6);
31835
+ cursor: pointer;
31477
31836
  }
31478
31837
 
31479
- .da3mx0o .ant-select-item-group {
31480
- padding: 8px 16px;
31838
+ .t1s7goww {
31839
+ font-size: 12px;
31481
31840
  line-height: 18px;
31482
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31483
- height: 34px;
31484
- min-height: 34px;
31485
- box-sizing: border-box;
31486
- margin-top: 8px;
31487
31841
  }
31488
31842
 
31489
- .onr9gzt {
31843
+ .t93e4cf {
31490
31844
  display: flex;
31491
- flex-direction: column;
31492
- margin: 1px 8px;
31493
- padding: 8px;
31494
- border-radius: 4px;
31845
+ padding: 8px 0;
31846
+ color: #2d3a56;
31495
31847
  }
31496
- .onr9gzt .selected-icon {
31848
+ .t93e4cf .hidden {
31497
31849
  display: none;
31498
31850
  }
31499
- .onr9gzt.ant-select-item-option-grouped {
31500
- padding-left: 8px;
31851
+ .t93e4cf .ant-btn-link {
31852
+ height: auto;
31501
31853
  }
31502
- .onr9gzt.ant-select-item-option-selected {
31503
- background-color: white;
31854
+ .t93e4cf .content {
31855
+ overflow: hidden;
31856
+ overflow-x: auto;
31857
+ width: 100%;
31858
+ white-space: pre-wrap;
31504
31859
  }
31505
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31506
- color: #0080ff;
31860
+ .t93e4cf .content .ant-btn {
31861
+ white-space: pre-wrap;
31862
+ text-align: left;
31507
31863
  }
31508
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31509
- display: block;
31864
+ .t93e4cf .content .unit-chart {
31865
+ justify-content: flex-start;
31510
31866
  }
31511
- .onr9gzt.ant-select-item-option-active {
31512
- background: rgba(0, 136, 255, 0.16);
31867
+
31868
+ .rhz2uv5 {
31869
+ width: var(--rhz2uv5-0);
31870
+ flex-shrink: 0;
31871
+ color: rgba(44, 56, 82, 0.6);
31872
+ padding-right: 12px;
31513
31873
  }
31514
- .onr9gzt.ant-select-item-option-active .timezone-title {
31515
- color: #0080ff;
31874
+
31875
+ .gmyahx3 {
31876
+ cursor: pointer;
31516
31877
  }
31517
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31518
- background: rgba(0, 136, 255, 0.1);
31878
+ .gmyahx3 .link-text {
31879
+ color: rgba(0, 21, 64, 0.3);
31880
+ }
31881
+ .gmyahx3:hover .link-text {
31519
31882
  color: #0080ff;
31520
31883
  }
31521
31884
 
31522
- .oiy0apc {
31885
+ .wg1tsps {
31523
31886
  display: flex;
31524
- justify-content: space-between;
31525
- height: 20px;
31526
- line-height: 20px;
31527
- }
31528
- .oiy0apc .timezone-title {
31529
- color: #2d3a56;
31530
- overflow: hidden;
31531
- text-overflow: ellipsis;
31887
+ align-items: center;
31888
+ justify-content: flex-end;
31532
31889
  }
31533
31890
 
31534
- .of4y382 {
31891
+ .b1ctd5xy {
31535
31892
  display: flex;
31536
- justify-content: space-between;
31537
- color: rgba(44, 56, 82, 0.6);
31538
- height: 18px;
31539
- line-height: 18px;
31540
- margin-top: 2px;
31893
+ align-items: center;
31894
+ width: calc(100% - 40px);
31895
+ }
31896
+ .b1ctd5xy .chart {
31897
+ display: inline-block;
31898
+ width: 100%;
31541
31899
  }
31542
31900
 
31543
- .t19903l9 {
31544
- border: none;
31545
- margin-right: 0;
31546
- background: rgba(225, 230, 241, 0.6);
31901
+ .u1p8acpn {
31902
+ width: 40px;
31547
31903
  }
31548
-
31549
- .ohwbvxu {
31550
- pointer-events: none;
31551
- height: 32px;
31552
- width: 100%;
31553
- opacity: 0;
31904
+ .u1p8acpn .unit {
31905
+ color: #00122e !important;
31554
31906
  }
31555
31907
 
31556
31908
  .rxbeqvl.ant-radio-wrapper {
@@ -31665,269 +32017,38 @@ input.rrg1fkn.ant-input {
31665
32017
  color: #00122e;
31666
32018
  border-color: #ccd4e3;
31667
32019
  }
31668
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31669
- color: #00122e;
31670
- border-color: #ccd4e3;
31671
- background: rgba(172, 186, 211, 0.6);
31672
- }
31673
- .r1f0aqcc .ant-radio-button-input {
31674
- margin-right: 8px;
31675
- display: inline;
31676
- border: none;
31677
- padding: 0;
31678
- width: 36px;
31679
- background: transparent;
31680
- }
31681
- .r1f0aqcc .ant-radio-button-input:focus {
31682
- box-shadow: none;
31683
- }
31684
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31685
- margin-right: 0;
31686
- width: initial;
31687
- box-shadow: none;
31688
- }
31689
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31690
- display: none;
31691
- }
31692
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31693
- display: inline;
31694
- }
31695
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31696
- display: inline;
31697
- margin-right: 8px;
31698
- padding: 0;
31699
- width: 36px;
31700
- }
31701
-
31702
- .s34f1qb.ant-switch {
31703
- min-width: 40px;
31704
- height: 24px;
31705
- background: rgba(172, 186, 211, 0.6);
31706
- overflow: hidden;
31707
- }
31708
- .s34f1qb.ant-switch:focus {
31709
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31710
- }
31711
- .s34f1qb.ant-switch-small {
31712
- min-width: 26px;
31713
- height: 16px;
31714
- }
31715
- .s34f1qb.ant-switch-large {
31716
- min-width: 52px;
31717
- height: 32px;
31718
- }
31719
- .s34f1qb.ant-switch .ant-switch-handle {
31720
- height: 20px;
31721
- width: 20px;
31722
- }
31723
- .s34f1qb.ant-switch .ant-switch-handle::before {
31724
- border-radius: 10px;
31725
- transition-delay: 120ms;
31726
- }
31727
- .s34f1qb.ant-switch-small .ant-switch-handle {
31728
- height: 14px;
31729
- width: 14px;
31730
- top: 1px;
31731
- left: 1px;
31732
- }
31733
- .s34f1qb.ant-switch-large .ant-switch-handle {
31734
- height: 28px;
31735
- width: 28px;
31736
- }
31737
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31738
- border-radius: 14px;
31739
- }
31740
- .s34f1qb.ant-switch-checked {
31741
- background-color: #00ba5d;
31742
- }
31743
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31744
- left: calc(100% - 20px - 2px);
31745
- }
31746
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31747
- left: calc(100% - 14px - 1px);
31748
- }
31749
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31750
- left: calc(100% - 28px - 2px);
31751
- }
31752
-
31753
- .c1to9vb9 {
31754
- margin-left: 5px;
31755
- }
31756
-
31757
- .c1up1pdz {
31758
- width: 648px;
31759
- }
31760
- .c1up1pdz.active {
31761
- border-color: #0080ff;
31762
- }
31763
- .c1up1pdz.active > header {
31764
- background: rgba(0, 128, 255, 0.1);
31765
- }
31766
- .c1up1pdz .expand {
31767
- padding: 12px;
31768
- }
31769
- .c1up1pdz .field-item {
31770
- display: flex;
31771
- padding: 10px 0;
31772
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31773
- }
31774
- .c1up1pdz .field-item:last-child {
31775
- border-bottom: none;
31776
- padding-bottom: 0;
31777
- }
31778
- .c1up1pdz .field-item label {
31779
- line-height: 32px;
31780
- width: 100px;
31781
- color: rgba(62, 70, 82, 0.6);
31782
- }
31783
- .c1up1pdz .help {
31784
- color: rgba(62, 70, 82, 0.6);
31785
- margin-top: 5px;
31786
- }
31787
- .c1up1pdz .ant-input-affix-wrapper,
31788
- .c1up1pdz .ant-picker {
31789
- width: 128px;
31790
- }
31791
-
31792
- .c156wh19 {
31793
- display: flex;
31794
- align-items: center;
31795
- justify-content: space-between;
31796
- word-break: keep-all;
31797
- }
31798
- .c156wh19 .title {
31799
- margin: 0 16px 0 8px;
31800
- }
31801
- .c156wh19 .retain {
31802
- color: rgba(129, 138, 153, 0.6);
31803
- }
31804
- .c156wh19 .left {
31805
- flex: 1;
31806
- display: flex;
31807
- overflow: hidden;
31808
- align-items: center;
31809
- justify-content: flex-start;
31810
- white-space: nowrap;
31811
- }
31812
- .c156wh19 .left .title {
31813
- max-width: 100%;
31814
- overflow: hidden;
31815
- text-overflow: ellipsis;
31816
- }
31817
- .c156wh19 .right {
31818
- display: flex;
31819
- align-items: center;
31820
- }
31821
- .c156wh19 .reverse {
31822
- display: flex;
31823
- flex-direction: row-reverse;
31824
- align-items: center;
31825
- }
31826
- .c156wh19 .reverse .ant-switch {
31827
- margin-left: 8px;
31828
- }
31829
- .c156wh19 .close {
31830
- padding-left: 14px;
31831
- margin-left: 14px;
31832
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31833
- cursor: pointer;
31834
- }
31835
-
31836
- .m126spxy {
31837
- padding-bottom: 4px;
31838
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31839
- }
31840
- .m126spxy .ant-btn-link {
31841
- padding: 1px 10px;
31842
- color: rgba(62, 70, 82, 0.6);
31843
- border-radius: 4px;
31844
- }
31845
- .m126spxy .ant-btn-link.active {
31846
- background: rgba(0, 128, 255, 0.1);
31847
- color: #0096ff;
31848
- }
31849
-
31850
- .wpbf4pq {
31851
- padding: 10px 0;
31852
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31853
- }
31854
- .wpbf4pq .ant-input,
31855
- .wpbf4pq .ant-picker {
31856
- width: 80px;
31857
- margin: 0 9px;
31858
- text-align: center;
31859
- }
31860
- .wpbf4pq .options {
31861
- padding: 12px 0 12px 16px;
31862
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31863
- margin: 5px 0 5px 8px;
31864
- }
31865
- .wpbf4pq .week-day-option,
31866
- .wpbf4pq .month-day-option {
31867
- background: #f5f7fa;
31868
- box-sizing: border-box;
31869
- border-radius: 16px;
31870
- margin-right: 8px;
31871
- }
31872
- .wpbf4pq .week-day-option:focus,
31873
- .wpbf4pq .month-day-option:focus {
31874
- color: inherit;
31875
- border-color: #d9d9d9;
31876
- }
31877
- .wpbf4pq .week-day-option.active {
31878
- background-color: #0096ff;
31879
- border-color: #0096ff;
31880
- color: #fff;
31881
- }
31882
- .wpbf4pq .week-day-option.en-text {
31883
- width: 110px;
31884
- margin-top: 4px;
31885
- }
31886
- .wpbf4pq .month-day-option {
31887
- width: 32px;
31888
- padding: 0;
31889
- margin-bottom: 8px;
31890
- }
31891
- .wpbf4pq .month-day-option.active {
31892
- background-color: #0096ff;
31893
- border-color: #0096ff;
31894
- color: #fff;
31895
- }
31896
-
31897
- .c18gxmrl {
31898
- border: 1px solid #d8deeb;
31899
- border-radius: 4px;
31900
- }
31901
- .c18gxmrl + .c18gxmrl {
31902
- margin-top: 8px;
31903
- }
31904
- .c18gxmrl:hover {
31905
- border-color: #0080ff;
31906
- }
31907
- .c18gxmrl:hover > header {
31908
- background: rgba(0, 128, 255, 0.1);
31909
- }
31910
- .c18gxmrl.active header {
31911
- border-bottom: 1px solid #d8deeb;
32020
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
32021
+ color: #00122e;
32022
+ border-color: #ccd4e3;
32023
+ background: rgba(172, 186, 211, 0.6);
31912
32024
  }
31913
- .c18gxmrl > header {
31914
- padding: 8px 12px;
32025
+ .r1f0aqcc .ant-radio-button-input {
32026
+ margin-right: 8px;
32027
+ display: inline;
32028
+ border: none;
32029
+ padding: 0;
32030
+ width: 36px;
32031
+ background: transparent;
31915
32032
  }
31916
-
31917
- .berrcjl {
31918
- color: rgba(10, 37, 85, 0.6);
31919
- margin-bottom: 4px;
32033
+ .r1f0aqcc .ant-radio-button-input:focus {
32034
+ box-shadow: none;
31920
32035
  }
31921
- .berrcjl .breadcrumb-link {
31922
- color: rgba(10, 37, 85, 0.6);
31923
- cursor: pointer;
31924
- transition: color 160ms ease;
32036
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
32037
+ margin-right: 0;
32038
+ width: initial;
32039
+ box-shadow: none;
31925
32040
  }
31926
- .berrcjl .breadcrumb-link:hover {
31927
- color: #0080ff;
32041
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
32042
+ display: none;
31928
32043
  }
31929
- .berrcjl .breadcrumb-link:active {
31930
- color: #005ed1;
32044
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
32045
+ display: inline;
32046
+ }
32047
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
32048
+ display: inline;
32049
+ margin-right: 8px;
32050
+ padding: 0;
32051
+ width: 36px;
31931
32052
  }
31932
32053
 
31933
32054
  .c1bus5hc {
@@ -31970,220 +32091,105 @@ input.rrg1fkn.ant-input {
31970
32091
  transform: rotate(0deg);
31971
32092
  }
31972
32093
 
31973
- .c18bcrac {
31974
- display: inline-block;
31975
- width: 100%;
31976
- }
31977
- .c18bcrac .recharts-wrapper {
31978
- margin-left: 4px;
31979
- }
31980
-
31981
- .cro7kg2 {
31982
- padding: 4px;
31983
- }
31984
-
31985
- .c14wcxf0 {
31986
- display: flex;
31987
- justify-content: space-between;
31988
- align-items: center;
31989
- font-size: 13px;
31990
- line-height: 24px;
31991
- color: #cccccc;
31992
- white-space: nowrap;
31993
- }
31994
- .c14wcxf0 label {
31995
- margin-right: 32px;
31996
- }
31997
-
31998
- .coy29mj.c14wcxf0 {
31999
- font-weight: bold;
32000
- color: white;
32001
- }
32002
-
32003
- .s11212zy {
32004
- width: 8px;
32005
- height: 8px;
32006
- border-radius: 2px;
32007
- display: inline-block;
32008
- background: var(--s11212zy-0);
32009
- border: 1px solid #fff;
32010
- box-sizing: content-box;
32011
- margin-right: 6px;
32012
- }
32013
-
32014
- .p1lyky6c > :first-child {
32015
- font-weight: bold;
32016
- color: white;
32017
- margin-right: 4px;
32018
- }
32019
-
32020
- .s1iv0tp1 .enabled-switch {
32021
- display: flex;
32022
- align-items: center;
32023
- }
32024
- .s1iv0tp1 .enabled-text {
32025
- margin-right: 8px;
32026
- }
32027
-
32028
- .c1uzzomf {
32029
- margin-bottom: 16px;
32030
- }
32031
- .c1uzzomf .card-title {
32032
- font-size: 16px;
32033
- color: rgba(44, 56, 82, 0.6);
32034
- font-weight: 700;
32035
- line-height: 32px;
32036
- }
32037
- .c1uzzomf .card-body {
32038
- padding: 24px;
32039
- border-radius: 8px;
32040
- background: #fff;
32041
- }
32042
- .c1uzzomf .empty {
32043
- font-weight: 700;
32044
- font-size: 14px;
32045
- line-height: 22px;
32046
- color: rgba(0, 21, 64, 0.3);
32047
- text-align: center;
32048
- }
32049
-
32050
- .tje3huy {
32051
- width: 100%;
32052
- overflow: inherit;
32053
- white-space: inherit;
32054
- text-overflow: ellipsis;
32094
+ .s1fc623g {
32095
+ width: 430px !important;
32055
32096
  }
32056
32097
 
32057
- .n12mqh7z {
32058
- display: flex;
32059
- align-items: center;
32060
- font-size: 12px;
32098
+ .da3mx0o .ant-select-item-group {
32099
+ padding: 8px 16px;
32061
32100
  line-height: 18px;
32062
- }
32063
- .n12mqh7z:not(:last-child) {
32064
- margin-bottom: 4px;
32065
- }
32066
-
32067
- .tf5bynu {
32068
- margin: 0 3px;
32069
- }
32070
-
32071
- .tcckoz1 {
32072
- max-height: 400px;
32073
- overflow: "auto";
32074
- }
32075
-
32076
- .wg1tsps {
32077
- display: flex;
32078
- align-items: center;
32079
- justify-content: flex-end;
32101
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
32102
+ height: 34px;
32103
+ min-height: 34px;
32104
+ box-sizing: border-box;
32105
+ margin-top: 8px;
32080
32106
  }
32081
32107
 
32082
- .b1ctd5xy {
32108
+ .onr9gzt {
32083
32109
  display: flex;
32084
- align-items: center;
32085
- width: calc(100% - 40px);
32086
- }
32087
- .b1ctd5xy .chart {
32088
- display: inline-block;
32089
- width: 100%;
32090
- }
32091
-
32092
- .u1p8acpn {
32093
- width: 40px;
32094
- }
32095
- .u1p8acpn .unit {
32096
- color: #00122e !important;
32110
+ flex-direction: column;
32111
+ margin: 1px 8px;
32112
+ padding: 8px;
32113
+ border-radius: 4px;
32097
32114
  }
32098
-
32099
- .t1sqg15u {
32100
- background: white;
32115
+ .onr9gzt .selected-icon {
32116
+ display: none;
32101
32117
  }
32102
- .t1sqg15u.inline .table-row {
32103
- flex-direction: column;
32118
+ .onr9gzt.ant-select-item-option-grouped {
32119
+ padding-left: 8px;
32104
32120
  }
32105
- .t1sqg15u.inline .table-row > label {
32106
- padding: 0 16px 7px 0;
32121
+ .onr9gzt.ant-select-item-option-selected {
32122
+ background-color: white;
32107
32123
  }
32108
- .t1sqg15u.has-border .table-header {
32109
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32124
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
32125
+ color: #0080ff;
32110
32126
  }
32111
- .t1sqg15u.has-border .hiddenBorder {
32112
- border-top: none !important;
32127
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
32128
+ display: block;
32113
32129
  }
32114
- .t1sqg15u.has-border .table-row + .table-row {
32115
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32130
+ .onr9gzt.ant-select-item-option-active {
32131
+ background: rgba(0, 136, 255, 0.16);
32116
32132
  }
32117
- .t1sqg15u.has-border .table-row:last-of-type {
32118
- padding-bottom: 0;
32133
+ .onr9gzt.ant-select-item-option-active .timezone-title {
32134
+ color: #0080ff;
32119
32135
  }
32120
- .t1sqg15u.align-right .content {
32121
- text-align: right;
32136
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
32137
+ background: rgba(0, 136, 255, 0.1);
32138
+ color: #0080ff;
32122
32139
  }
32123
- .t1sqg15u .uuid-row {
32140
+
32141
+ .oiy0apc {
32124
32142
  display: flex;
32125
32143
  justify-content: space-between;
32144
+ height: 20px;
32145
+ line-height: 20px;
32126
32146
  }
32127
- .t1sqg15u .uuid-row .id-text {
32128
- white-space: nowrap;
32147
+ .oiy0apc .timezone-title {
32148
+ color: #2d3a56;
32129
32149
  overflow: hidden;
32130
32150
  text-overflow: ellipsis;
32131
32151
  }
32132
32152
 
32133
- .t4zczcp {
32153
+ .of4y382 {
32134
32154
  display: flex;
32135
32155
  justify-content: space-between;
32136
- align-items: center;
32137
- padding: 8px;
32138
- min-height: 32px;
32139
- }
32140
- .t4zczcp .table-title {
32141
32156
  color: rgba(44, 56, 82, 0.6);
32142
- font-weight: 600;
32143
- font-size: 12px;
32144
- line-height: 8px;
32145
- }
32146
- .t4zczcp .edit-icon {
32147
- font-size: 16px;
32148
- color: rgba(10, 37, 85, 0.6);
32149
- cursor: pointer;
32157
+ height: 18px;
32158
+ line-height: 18px;
32159
+ margin-top: 2px;
32150
32160
  }
32151
32161
 
32152
- .t1s7goww {
32153
- font-size: 12px;
32154
- line-height: 18px;
32162
+ .t19903l9 {
32163
+ border: none;
32164
+ margin-right: 0;
32165
+ background: rgba(225, 230, 241, 0.6);
32155
32166
  }
32156
32167
 
32157
- .t93e4cf {
32158
- display: flex;
32159
- padding: 8px 0;
32160
- color: #2d3a56;
32168
+ .ohwbvxu {
32169
+ pointer-events: none;
32170
+ height: 32px;
32171
+ width: 100%;
32172
+ opacity: 0;
32161
32173
  }
32162
- .t93e4cf .hidden {
32163
- display: none;
32174
+
32175
+ .c18gxmrl {
32176
+ border: 1px solid #d8deeb;
32177
+ border-radius: 4px;
32164
32178
  }
32165
- .t93e4cf .ant-btn-link {
32166
- height: auto;
32179
+ .c18gxmrl + .c18gxmrl {
32180
+ margin-top: 8px;
32167
32181
  }
32168
- .t93e4cf .content {
32169
- overflow: hidden;
32170
- overflow-x: auto;
32171
- width: 100%;
32172
- white-space: pre-wrap;
32182
+ .c18gxmrl:hover {
32183
+ border-color: #0080ff;
32173
32184
  }
32174
- .t93e4cf .content .ant-btn {
32175
- white-space: pre-wrap;
32176
- text-align: left;
32185
+ .c18gxmrl:hover > header {
32186
+ background: rgba(0, 128, 255, 0.1);
32177
32187
  }
32178
- .t93e4cf .content .unit-chart {
32179
- justify-content: flex-start;
32188
+ .c18gxmrl.active header {
32189
+ border-bottom: 1px solid #d8deeb;
32180
32190
  }
32181
-
32182
- .rhz2uv5 {
32183
- width: var(--rhz2uv5-0);
32184
- flex-shrink: 0;
32185
- color: rgba(44, 56, 82, 0.6);
32186
- padding-right: 12px;
32191
+ .c18gxmrl > header {
32192
+ padding: 8px 12px;
32187
32193
  }
32188
32194
 
32189
32195
  .m15dvk92 {
@@ -32199,14 +32205,8 @@ input.rrg1fkn.ant-input {
32199
32205
  width: 100%;
32200
32206
  }
32201
32207
 
32202
- .gmyahx3 {
32203
- cursor: pointer;
32204
- }
32205
- .gmyahx3 .link-text {
32206
- color: rgba(0, 21, 64, 0.3);
32207
- }
32208
- .gmyahx3:hover .link-text {
32209
- color: #0080ff;
32208
+ .i1e4sgug {
32209
+ display: inline-block;
32210
32210
  }
32211
32211
 
32212
32212
  .clm1wy1 {
@@ -32373,6 +32373,32 @@ input.rrg1fkn.ant-input {
32373
32373
  margin-left: 24px;
32374
32374
  }
32375
32375
 
32376
+ .t3qomhu {
32377
+ margin: 0 2px;
32378
+ }
32379
+
32380
+ .cav9p2m .ant-collapse-item {
32381
+ border: 0px;
32382
+ background-color: #fff;
32383
+ }
32384
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32385
+ padding-top: 0px;
32386
+ padding-bottom: 0px;
32387
+ padding-left: 0px !important;
32388
+ padding-right: 24px;
32389
+ }
32390
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32391
+ right: 0px;
32392
+ }
32393
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32394
+ padding: 0px;
32395
+ }
32396
+
32397
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32398
+ padding-right: 0px;
32399
+ cursor: default;
32400
+ }
32401
+
32376
32402
  .c10crapj {
32377
32403
  border-radius: 8px;
32378
32404
  }
@@ -32380,8 +32406,17 @@ input.rrg1fkn.ant-input {
32380
32406
  padding: 20px 24px 24px 24px;
32381
32407
  }
32382
32408
 
32383
- .t3qomhu {
32384
- margin: 0 2px;
32409
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32410
+ display: flex;
32411
+ }
32412
+
32413
+ .o8ocss1 {
32414
+ overflow: hidden;
32415
+ text-overflow: ellipsis;
32416
+ }
32417
+
32418
+ .n17syc35 {
32419
+ white-space: nowrap;
32385
32420
  }
32386
32421
 
32387
32422
  .s14dk8r1 {
@@ -32458,45 +32493,6 @@ input.rrg1fkn.ant-input {
32458
32493
  display: inline-block;
32459
32494
  }
32460
32495
 
32461
- .t19ustft .date {
32462
- margin-right: 4px;
32463
- }
32464
-
32465
- .o8ocss1 {
32466
- overflow: hidden;
32467
- text-overflow: ellipsis;
32468
- }
32469
-
32470
- .n17syc35 {
32471
- white-space: nowrap;
32472
- }
32473
-
32474
- .cav9p2m .ant-collapse-item {
32475
- border: 0px;
32476
- background-color: #fff;
32477
- }
32478
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32479
- padding-top: 0px;
32480
- padding-bottom: 0px;
32481
- padding-left: 0px !important;
32482
- padding-right: 24px;
32483
- }
32484
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32485
- right: 0px;
32486
- }
32487
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32488
- padding: 0px;
32489
- }
32490
-
32491
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32492
- padding-right: 0px;
32493
- cursor: default;
32494
- }
32495
-
32496
- .iiqau4c.ant-input-group.ant-input-group-compact {
32497
- display: flex;
32498
- }
32499
-
32500
32496
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32501
32497
  border-radius: 6px;
32502
32498
  }
@@ -32555,144 +32551,17 @@ input.rrg1fkn.ant-input {
32555
32551
  }
32556
32552
 
32557
32553
  .igz4le8 {
32558
- height: 24px;
32559
- width: 56px !important;
32560
- margin-right: 4px;
32561
- }
32562
-
32563
- .c1riexje {
32564
- color: rgba(44, 56, 82, 0.6);
32565
- }
32566
-
32567
- .s1uupxds {
32568
- padding: 0 8px;
32569
- border-radius: 4px;
32570
- }
32571
-
32572
- .m10sqwut {
32573
- padding: 2px 8px;
32574
- border-radius: 3px;
32575
- }
32576
-
32577
- .l1d492wb {
32578
- padding: 3px 8px;
32579
- border-radius: 2px;
32580
- }
32581
-
32582
- .t1lzavmu.ant-tag:hover {
32583
- opacity: unset;
32584
- }
32585
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32586
- margin: 0;
32587
- margin-right: 8px;
32588
- display: inline-flex;
32589
- align-items: center;
32590
- border: none;
32591
- }
32592
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32593
- width: 16px;
32594
- height: 16px;
32595
- color: inherit;
32596
- margin-left: 4px;
32597
- opacity: 0.6;
32598
- display: inline-flex;
32599
- }
32600
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32601
- opacity: 1;
32602
- }
32603
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32604
- color: #0080ff;
32605
- background-color: rgba(0, 136, 255, 0.1);
32606
- }
32607
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32608
- color: #f0483e;
32609
- background-color: rgba(255, 74, 74, 0.1);
32610
- }
32611
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32612
- color: #e07f00;
32613
- background-color: rgba(255, 187, 0, 0.1);
32614
- }
32615
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32616
- color: #008f4c;
32617
- background-color: rgba(30, 201, 127, 0.1);
32618
- }
32619
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32620
- color: #1d326c;
32621
- background-color: rgba(225, 230, 241, 0.6);
32622
- }
32623
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32624
- color: #7E41FF;
32625
- background-color: rgba(126, 65, 255, 0.1);
32626
- }
32627
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32628
- color: #fff;
32629
- }
32630
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32631
- background-color: #f0483e;
32632
- }
32633
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32634
- background-color: #fea008;
32635
- }
32636
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32637
- background-color: #00ba5d;
32638
- }
32639
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32640
- background-color: #0080ff;
32641
- }
32642
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32643
- background-color: #6b7d99;
32644
- }
32645
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32646
- background-color: #7E41FF;
32647
- }
32648
-
32649
- .l4bld33 {
32650
- width: 64px;
32651
- height: 64px;
32652
- display: flex;
32653
- align-items: center;
32654
- justify-content: center;
32655
- position: relative;
32656
- opacity: 0.2;
32657
- }
32658
-
32659
- .lgitjoj {
32660
- position: absolute;
32661
- width: 5px;
32662
- height: 48px;
32663
- left: 9.33px;
32664
- top: 40.5px;
32665
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32666
- border-radius: 5px;
32667
- transform: rotate(-128deg);
32668
- transform-origin: top left;
32669
- animation: loading-indicator1 1100ms ease-out infinite;
32670
- }
32671
-
32672
- .l13g0exg {
32673
- position: absolute;
32674
- width: 5px;
32675
- height: 48px;
32676
- left: 40.8px;
32677
- top: 8.4px;
32678
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32679
- border-radius: 5px;
32680
- transform: rotate(-8deg);
32681
- transform-origin: top left;
32682
- animation: loading-indicator2 1100ms ease-out infinite;
32683
- }
32684
-
32685
- .l1exo3h6 {
32686
- position: absolute;
32687
- width: 5px;
32688
- height: 48px;
32689
- left: 52.9px;
32690
- top: 51.8px;
32691
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32692
- border-radius: 5px;
32693
- transform: rotate(112deg);
32694
- transform-origin: top left;
32695
- animation: loading-indicator3 1100ms ease-out infinite;
32554
+ height: 24px;
32555
+ width: 56px !important;
32556
+ margin-right: 4px;
32557
+ }
32558
+
32559
+ .c1riexje {
32560
+ color: rgba(44, 56, 82, 0.6);
32561
+ }
32562
+
32563
+ .t19ustft .date {
32564
+ margin-right: 4px;
32696
32565
  }
32697
32566
 
32698
32567
  .m1thnes4 {
@@ -32856,10 +32725,6 @@ input.rrg1fkn.ant-input {
32856
32725
  margin-left: 8px;
32857
32726
  }
32858
32727
 
32859
- .c1k4vanq {
32860
- padding: 0 12px 14px 12px;
32861
- }
32862
-
32863
32728
  .t1gz6wqf {
32864
32729
  height: 100%;
32865
32730
  }
@@ -33075,6 +32940,154 @@ input.rrg1fkn.ant-input {
33075
32940
  justify-content: center;
33076
32941
  }
33077
32942
 
32943
+ .s1uupxds {
32944
+ padding: 0 8px;
32945
+ border-radius: 4px;
32946
+ }
32947
+
32948
+ .m10sqwut {
32949
+ padding: 2px 8px;
32950
+ border-radius: 3px;
32951
+ }
32952
+
32953
+ .l1d492wb {
32954
+ padding: 3px 8px;
32955
+ border-radius: 2px;
32956
+ }
32957
+
32958
+ .t1lzavmu.ant-tag:hover {
32959
+ opacity: unset;
32960
+ }
32961
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32962
+ margin: 0;
32963
+ margin-right: 8px;
32964
+ display: inline-flex;
32965
+ align-items: center;
32966
+ border: none;
32967
+ }
32968
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32969
+ width: 16px;
32970
+ height: 16px;
32971
+ color: inherit;
32972
+ margin-left: 4px;
32973
+ opacity: 0.6;
32974
+ display: inline-flex;
32975
+ }
32976
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32977
+ opacity: 1;
32978
+ }
32979
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32980
+ color: #0080ff;
32981
+ background-color: rgba(0, 136, 255, 0.1);
32982
+ }
32983
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32984
+ color: #f0483e;
32985
+ background-color: rgba(255, 74, 74, 0.1);
32986
+ }
32987
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32988
+ color: #e07f00;
32989
+ background-color: rgba(255, 187, 0, 0.1);
32990
+ }
32991
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32992
+ color: #008f4c;
32993
+ background-color: rgba(30, 201, 127, 0.1);
32994
+ }
32995
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32996
+ color: #1d326c;
32997
+ background-color: rgba(225, 230, 241, 0.6);
32998
+ }
32999
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33000
+ color: #7E41FF;
33001
+ background-color: rgba(126, 65, 255, 0.1);
33002
+ }
33003
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33004
+ color: #fff;
33005
+ }
33006
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33007
+ background-color: #f0483e;
33008
+ }
33009
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33010
+ background-color: #fea008;
33011
+ }
33012
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33013
+ background-color: #00ba5d;
33014
+ }
33015
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33016
+ background-color: #0080ff;
33017
+ }
33018
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33019
+ background-color: #6b7d99;
33020
+ }
33021
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33022
+ background-color: #7E41FF;
33023
+ }
33024
+
33025
+ .l4bld33 {
33026
+ width: 64px;
33027
+ height: 64px;
33028
+ display: flex;
33029
+ align-items: center;
33030
+ justify-content: center;
33031
+ position: relative;
33032
+ opacity: 0.2;
33033
+ }
33034
+
33035
+ .lgitjoj {
33036
+ position: absolute;
33037
+ width: 5px;
33038
+ height: 48px;
33039
+ left: 9.33px;
33040
+ top: 40.5px;
33041
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33042
+ border-radius: 5px;
33043
+ transform: rotate(-128deg);
33044
+ transform-origin: top left;
33045
+ animation: loading-indicator1 1100ms ease-out infinite;
33046
+ }
33047
+
33048
+ .l13g0exg {
33049
+ position: absolute;
33050
+ width: 5px;
33051
+ height: 48px;
33052
+ left: 40.8px;
33053
+ top: 8.4px;
33054
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33055
+ border-radius: 5px;
33056
+ transform: rotate(-8deg);
33057
+ transform-origin: top left;
33058
+ animation: loading-indicator2 1100ms ease-out infinite;
33059
+ }
33060
+
33061
+ .l1exo3h6 {
33062
+ position: absolute;
33063
+ width: 5px;
33064
+ height: 48px;
33065
+ left: 52.9px;
33066
+ top: 51.8px;
33067
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33068
+ border-radius: 5px;
33069
+ transform: rotate(112deg);
33070
+ transform-origin: top left;
33071
+ animation: loading-indicator3 1100ms ease-out infinite;
33072
+ }
33073
+
33074
+ .skwah65 {
33075
+ height: 8px;
33076
+ box-sizing: border-box;
33077
+ border-radius: 2px;
33078
+ background: #f5f7fa;
33079
+ display: flex;
33080
+ width: 100%;
33081
+ overflow: hidden;
33082
+ }
33083
+ .skwah65 .stack-bar-item + .stack-bar-item {
33084
+ margin-left: 1px;
33085
+ }
33086
+
33087
+ .c1k4vanq {
33088
+ padding: 0 12px 14px 12px;
33089
+ }
33090
+
33078
33091
  .c1udgdh2 {
33079
33092
  color: #2d3a56;
33080
33093
  padding: 7px 12px;
@@ -33115,6 +33128,23 @@ input.rrg1fkn.ant-input {
33115
33128
  margin-right: 2px;
33116
33129
  }
33117
33130
 
33131
+ .bab9xum {
33132
+ 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);
33133
+ }
33134
+
33135
+ .cav4gt6 {
33136
+ border-radius: 8px;
33137
+ background-color: white;
33138
+ }
33139
+ .cav4gt6.hoverable {
33140
+ cursor: pointer;
33141
+ }
33142
+ .cav4gt6.hoverable:hover {
33143
+ transition: all 200ms ease;
33144
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33145
+ transform: translateY(-4px);
33146
+ }
33147
+
33118
33148
  .tc40oxa {
33119
33149
  margin-bottom: 4px;
33120
33150
  color: rgba(44, 56, 82, 0.6);
@@ -33308,34 +33338,34 @@ input.rrg1fkn.ant-input {
33308
33338
  margin-right: 8px;
33309
33339
  }
33310
33340
 
33311
- .bab9xum {
33312
- 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);
33313
- }
33314
-
33315
- .cav4gt6 {
33316
- border-radius: 8px;
33317
- background-color: white;
33341
+ .rrwcpby {
33342
+ display: flex;
33343
+ align-items: center;
33318
33344
  }
33319
- .cav4gt6.hoverable {
33320
- cursor: pointer;
33345
+ .rrwcpby .order {
33346
+ height: 24px;
33347
+ width: 24px;
33348
+ border-radius: 20px;
33349
+ color: #0080ff;
33350
+ background: rgba(0, 136, 255, 0.1);
33351
+ display: flex;
33352
+ align-items: center;
33353
+ justify-content: center;
33354
+ margin-right: 6px;
33321
33355
  }
33322
- .cav4gt6.hoverable:hover {
33323
- transition: all 200ms ease;
33324
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33325
- transform: translateY(-4px);
33356
+
33357
+ .iwsze0q {
33358
+ margin-right: 4px;
33359
+ height: 16px;
33326
33360
  }
33327
33361
 
33328
- .skwah65 {
33329
- height: 8px;
33330
- box-sizing: border-box;
33331
- border-radius: 2px;
33332
- background: #f5f7fa;
33333
- display: flex;
33334
- width: 100%;
33335
- overflow: hidden;
33362
+ .w1xcixj5.outside-tag {
33363
+ padding-left: 0;
33336
33364
  }
33337
- .skwah65 .stack-bar-item + .stack-bar-item {
33338
- margin-left: 1px;
33365
+ .w1xcixj5.outside-tag .inside-tag {
33366
+ border-radius: 4px 0 0 4px;
33367
+ padding-right: 4px;
33368
+ margin-right: 4px;
33339
33369
  }
33340
33370
 
33341
33371
  .sut42l0 {
@@ -33364,36 +33394,6 @@ input.rrg1fkn.ant-input {
33364
33394
  border: 1px solid rgba(211, 218, 235, 0.6);
33365
33395
  }
33366
33396
 
33367
- .iwsze0q {
33368
- margin-right: 4px;
33369
- height: 16px;
33370
- }
33371
-
33372
- .rrwcpby {
33373
- display: flex;
33374
- align-items: center;
33375
- }
33376
- .rrwcpby .order {
33377
- height: 24px;
33378
- width: 24px;
33379
- border-radius: 20px;
33380
- color: #0080ff;
33381
- background: rgba(0, 136, 255, 0.1);
33382
- display: flex;
33383
- align-items: center;
33384
- justify-content: center;
33385
- margin-right: 6px;
33386
- }
33387
-
33388
- .w1xcixj5.outside-tag {
33389
- padding-left: 0;
33390
- }
33391
- .w1xcixj5.outside-tag .inside-tag {
33392
- border-radius: 4px 0 0 4px;
33393
- padding-right: 4px;
33394
- margin-right: 4px;
33395
- }
33396
-
33397
33397
  .f1p9ti6d {
33398
33398
  width: 100%;
33399
33399
  margin-bottom: 0 !important;