@cloudtower/eagle 0.27.8 → 0.27.9

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,6 +29558,35 @@ 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
+ .bpq0js6 {
29562
+ padding: 4px 11px;
29563
+ }
29564
+
29565
+ .b15sn34c {
29566
+ white-space: nowrap;
29567
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29568
+ }
29569
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29570
+ --color: #0080ff;
29571
+ }
29572
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29573
+ --color: #0080ff;
29574
+ }
29575
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29576
+ margin-left: 1px;
29577
+ }
29578
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29579
+ border-top-right-radius: 0;
29580
+ border-bottom-right-radius: 0;
29581
+ }
29582
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29583
+ border-top-left-radius: 0;
29584
+ border-bottom-left-radius: 0;
29585
+ }
29586
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29587
+ border-radius: unset;
29588
+ }
29589
+
29561
29590
  .iap75of {
29562
29591
  height: 18px;
29563
29592
  line-height: 18px;
@@ -29836,35 +29865,6 @@ html body {
29836
29865
  padding: 0;
29837
29866
  }
29838
29867
 
29839
- .bpq0js6 {
29840
- padding: 4px 11px;
29841
- }
29842
-
29843
- .b15sn34c {
29844
- white-space: nowrap;
29845
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29846
- }
29847
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29848
- --color: #0080ff;
29849
- }
29850
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29851
- --color: #0080ff;
29852
- }
29853
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29854
- margin-left: 1px;
29855
- }
29856
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29857
- border-top-right-radius: 0;
29858
- border-bottom-right-radius: 0;
29859
- }
29860
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29861
- border-top-left-radius: 0;
29862
- border-bottom-left-radius: 0;
29863
- }
29864
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29865
- border-radius: unset;
29866
- }
29867
-
29868
29868
  .i1mrf09m {
29869
29869
  display: inline-flex;
29870
29870
  align-items: center;
@@ -29883,752 +29883,774 @@ html body {
29883
29883
  animation: rotate 680ms linear infinite;
29884
29884
  }
29885
29885
 
29886
- .obf05yr {
29887
- display: inline-block;
29888
- }
29889
-
29890
- .hsms1n6 {
29891
- visibility: hidden;
29892
- position: absolute;
29886
+ .rxbeqvl.ant-radio-wrapper {
29887
+ display: inline-flex;
29888
+ align-items: baseline;
29889
+ white-space: pre-wrap;
29893
29890
  }
29894
-
29895
- .s34f1qb.ant-switch {
29896
- min-width: 40px;
29897
- height: 24px;
29898
- background: rgba(172, 186, 211, 0.6);
29899
- overflow: hidden;
29891
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
29892
+ position: relative;
29893
+ top: 3px;
29900
29894
  }
29901
- .s34f1qb.ant-switch:focus {
29902
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29895
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29896
+ border-color: rgba(107, 128, 167, 0.6);
29903
29897
  }
29904
- .s34f1qb.ant-switch-small {
29905
- min-width: 26px;
29906
- height: 16px;
29898
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29899
+ border-color: #0080ff;
29907
29900
  }
29908
- .s34f1qb.ant-switch-large {
29909
- min-width: 52px;
29910
- height: 32px;
29901
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29902
+ border-color: #0080ff;
29903
+ background: #0080ff;
29911
29904
  }
29912
- .s34f1qb.ant-switch .ant-switch-handle {
29913
- height: 20px;
29914
- width: 20px;
29905
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29906
+ top: 4px;
29907
+ left: 4px;
29908
+ width: 6px;
29909
+ height: 6px;
29910
+ background: #fff;
29915
29911
  }
29916
- .s34f1qb.ant-switch .ant-switch-handle::before {
29917
- border-radius: 10px;
29918
- transition-delay: 120ms;
29912
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29913
+ opacity: 0.5;
29919
29914
  }
29920
- .s34f1qb.ant-switch-small .ant-switch-handle {
29921
- height: 14px;
29922
- width: 14px;
29923
- top: 1px;
29924
- left: 1px;
29915
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29916
+ border-color: rgba(107, 128, 167, 0.6);
29917
+ background: rgba(211, 218, 235, 0.6);
29925
29918
  }
29926
- .s34f1qb.ant-switch-large .ant-switch-handle {
29927
- height: 28px;
29928
- width: 28px;
29919
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29920
+ background: #00122e;
29929
29921
  }
29930
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
29931
- border-radius: 14px;
29922
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29923
+ color: #00122e;
29924
+ opacity: 0.5;
29932
29925
  }
29933
- .s34f1qb.ant-switch-checked {
29934
- background-color: #00ba5d;
29926
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29927
+ color: #00122e;
29935
29928
  }
29936
- .s34f1qb.ant-switch-checked .ant-switch-handle {
29937
- left: calc(100% - 20px - 2px);
29929
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29930
+ display: inline-block;
29931
+ padding: 0;
29932
+ padding-left: 12px;
29938
29933
  }
29939
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
29940
- left: calc(100% - 14px - 1px);
29934
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29935
+ margin-bottom: 0;
29936
+ white-space: pre-wrap;
29937
+ color: rgba(44, 56, 82, 0.6);
29941
29938
  }
29942
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
29943
- left: calc(100% - 28px - 2px);
29939
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29940
+ padding-left: 8px;
29944
29941
  }
29945
29942
 
29946
- .c1to9vb9 {
29947
- margin-left: 5px;
29943
+ .r5ie79y .ant-radio-button-wrapper:first-child {
29944
+ border-radius: 5px 0 0 5px;
29948
29945
  }
29949
-
29950
- .i1e4sgug {
29951
- display: inline-block;
29946
+ .r5ie79y .ant-radio-button-wrapper:last-child {
29947
+ border-radius: 0 5px 5px 0;
29952
29948
  }
29953
29949
 
29954
- .cz04yix {
29955
- display: flex;
29956
- flex-direction: column;
29950
+ .r1f0aqcc {
29951
+ color: #00122e;
29952
+ border-color: #ccd4e3;
29957
29953
  }
29958
-
29959
- .m1if5j39 {
29960
- max-width: 1120px;
29961
- width: 100%;
29962
- margin: 0 auto;
29963
- height: 100%;
29954
+ .r1f0aqcc:first-child {
29955
+ border-color: #a3b4cc;
29964
29956
  }
29965
-
29966
- .w1vvwdlp {
29967
- max-width: 1120px;
29968
- width: 100%;
29969
- margin: 0 auto;
29970
- display: flex;
29957
+ .r1f0aqcc.ant-radio-button-wrapper {
29958
+ padding: 0 12px;
29959
+ line-height: 32px;
29960
+ height: 32px;
29971
29961
  }
29972
- .w1vvwdlp .left,
29973
- .w1vvwdlp .right {
29974
- flex-grow: 0;
29975
- flex-shrink: 0;
29976
- flex-basis: 21%;
29962
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
29963
+ white-space: nowrap;
29977
29964
  }
29978
- .w1vvwdlp .left {
29979
- display: flex;
29980
- justify-content: flex-end;
29981
- padding-right: 44px;
29965
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29966
+ height: 22px;
29967
+ padding: 0 7px;
29968
+ line-height: 20px;
29982
29969
  }
29983
- .w1vvwdlp .right {
29984
- padding-left: 44px;
29970
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29971
+ background: #ccd4e3;
29985
29972
  }
29986
- .w1vvwdlp .middle {
29987
- margin-bottom: 40px;
29988
- flex-grow: 0;
29989
- flex-shrink: 0;
29990
- flex-basis: 58%;
29973
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29974
+ background: #0080ff;
29991
29975
  }
29992
- .w1vvwdlp .middle .form-base-field {
29993
- width: 100%;
29976
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29977
+ background: #ccd4e3;
29978
+ opacity: 0.5;
29994
29979
  }
29995
- .w1vvwdlp .middle .form-base-field .form-base-field {
29996
- width: auto;
29980
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29981
+ border-right-color: #0080ff;
29997
29982
  }
29998
-
29999
- .h1cuopx7 .ant-modal-header {
30000
- margin: 0 auto;
30001
- width: 100%;
30002
- max-width: 648px;
29983
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29984
+ border-color: #0080ff;
30003
29985
  }
30004
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30005
- margin-left: 0;
29986
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
29987
+ background: rgba(0, 136, 255, 0.1);
30006
29988
  }
30007
- .h1cuopx7 .ant-modal-body {
30008
- margin: 0 auto;
30009
- padding: 0;
30010
- width: 100%;
30011
- max-width: 648px;
30012
- overflow: hidden;
29989
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
29990
+ background: rgba(211, 218, 235, 0.6);
29991
+ border-color: #ccd4e3;
29992
+ opacity: 0.5;
30013
29993
  }
30014
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30015
- margin-bottom: 40px;
29994
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
29995
+ color: #00122e;
29996
+ border-color: #ccd4e3;
30016
29997
  }
30017
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30018
- height: calc(100vh - 225px);
30019
- overflow-y: auto;
29998
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
29999
+ color: #00122e;
30000
+ border-color: #ccd4e3;
30001
+ background: rgba(172, 186, 211, 0.6);
30020
30002
  }
30021
- .h1cuopx7 .ant-modal-footer .footer-content {
30022
- margin: 0 auto;
30023
- max-width: 648px;
30003
+ .r1f0aqcc .ant-radio-button-input {
30004
+ margin-right: 8px;
30005
+ display: inline;
30006
+ border: none;
30007
+ padding: 0;
30008
+ width: 36px;
30009
+ background: transparent;
30024
30010
  }
30025
-
30026
- .h1p6d3y3 .ant-modal-header {
30027
- margin: 0 auto;
30028
- width: 100%;
30029
- max-width: 1024px;
30030
- }
30031
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30032
- margin-left: 0;
30011
+ .r1f0aqcc .ant-radio-button-input:focus {
30012
+ box-shadow: none;
30033
30013
  }
30034
- .h1p6d3y3 .ant-modal-body {
30035
- margin: 0 auto;
30036
- padding: 0;
30037
- width: 100%;
30038
- max-width: 1024px;
30039
- overflow: hidden;
30014
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30015
+ margin-right: 0;
30016
+ width: initial;
30017
+ box-shadow: none;
30040
30018
  }
30041
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30042
- margin-bottom: 40px;
30019
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30020
+ display: none;
30043
30021
  }
30044
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30045
- height: calc(100vh - 225px);
30046
- overflow-y: auto;
30022
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30023
+ display: inline;
30047
30024
  }
30048
- .h1p6d3y3 .ant-modal-footer .footer-content {
30049
- margin: 0 auto;
30050
- max-width: 1024px;
30025
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30026
+ display: inline;
30027
+ margin-right: 8px;
30028
+ padding: 0;
30029
+ width: 36px;
30051
30030
  }
30052
30031
 
30053
- .fxgckuk {
30054
- flex: 1;
30055
- }
30056
- .fxgckuk label {
30057
- font-size: 13px;
30058
- line-height: 20px;
30059
- color: rgba(44, 56, 82, 0.6);
30060
- }
30061
- .fxgckuk .title {
30062
- font-size: 14px;
30063
- line-height: 20px;
30064
- color: #2d3a56;
30065
- margin-bottom: 12px;
30066
- }
30067
- .fxgckuk.connect-cluster .title {
30068
- padding-bottom: 26px;
30032
+ .d6j0lbj {
30033
+ font-family: Inter;
30034
+ font-style: normal;
30035
+ font-weight: bold;
30036
+ font-size: 32px;
30037
+ line-height: 40px;
30069
30038
  }
30070
30039
 
30071
- .f1d0vek1 {
30072
- padding: 25px 0 15px 0;
30073
- border-bottom: 1px solid #e1e5eb;
30074
- margin-bottom: 16px;
30040
+ .d1xhvvxe {
30041
+ font-family: Inter;
30042
+ font-style: normal;
30043
+ font-weight: bold;
30044
+ font-size: 24px;
30045
+ line-height: 32px;
30075
30046
  }
30076
30047
 
30077
- .f4u402y {
30078
- display: flex;
30079
- align-items: center;
30080
- margin-bottom: 8px;
30081
- }
30082
- .f4u402y > label {
30083
- width: 216px;
30084
- }
30085
- .f4u402y > label + * {
30086
- width: 100%;
30087
- }
30088
- .f4u402y .ant-select {
30089
- width: 100%;
30048
+ .dk10mxq {
30049
+ font-family: Inter;
30050
+ font-style: normal;
30051
+ font-weight: normal;
30052
+ font-size: 32px;
30053
+ line-height: 40px;
30090
30054
  }
30091
30055
 
30092
- .e1pldf6v {
30093
- color: #e75a3a;
30094
- margin-right: 10px;
30056
+ .dxsait {
30057
+ font-family: Inter;
30058
+ font-style: normal;
30059
+ font-weight: bold;
30060
+ font-size: 20px;
30061
+ line-height: 24px;
30095
30062
  }
30096
30063
 
30097
- .dq0gblh {
30098
- width: 100%;
30099
- height: 1px;
30100
- background: rgba(213, 219, 227, 0.6);
30101
- margin: 24px 0;
30064
+ .dokn0h3 {
30065
+ font-family: Inter;
30066
+ font-style: normal;
30067
+ font-weight: normal;
30068
+ font-size: 20px;
30069
+ line-height: 24px;
30102
30070
  }
30103
30071
 
30104
- .l1v7sr0n {
30105
- display: flex;
30106
- justify-content: center;
30107
- align-items: center;
30108
- height: 100%;
30072
+ .dobau4p {
30073
+ font-family: Inter;
30074
+ font-style: normal;
30075
+ font-weight: bold;
30076
+ font-size: 18px;
30077
+ line-height: 22px;
30109
30078
  }
30110
30079
 
30111
- .d1i4ou6o {
30112
- display: inline-block;
30113
- width: 4px;
30114
- height: 4px;
30115
- background: #8e9aa9;
30116
- opacity: 0.4;
30117
- border-radius: 50%;
30118
- margin: 0 4px;
30080
+ .dvolwok {
30081
+ font-family: Inter;
30082
+ font-style: normal;
30083
+ font-weight: normal;
30084
+ font-size: 18px;
30085
+ line-height: 22px;
30119
30086
  }
30120
30087
 
30121
- .m1jy87hk .ant-modal-header,
30122
- .m1jy87hk .ant-modal-footer .footer-content {
30123
- width: 648px;
30124
- margin: 0 auto;
30088
+ .h181qhg4 {
30089
+ font-family: Inter;
30090
+ font-style: normal;
30091
+ font-weight: bold;
30092
+ font-size: 16px;
30093
+ line-height: 22px;
30125
30094
  }
30126
- .m1jy87hk .ant-modal-header {
30127
- padding: 35px 0 24px;
30128
- border: none;
30095
+
30096
+ .h1phgmcq {
30097
+ font-family: Inter;
30098
+ font-style: normal;
30099
+ font-weight: normal;
30100
+ font-size: 16px;
30101
+ line-height: 22px;
30129
30102
  }
30130
- .m1jy87hk .ant-modal-header .ant-modal-title {
30131
- font-size: 30px;
30103
+
30104
+ .h173xnl1 {
30105
+ font-family: Inter;
30106
+ font-style: normal;
30107
+ font-weight: bold;
30108
+ font-size: 14px;
30109
+ line-height: 20px;
30132
30110
  }
30133
- .m1jy87hk .ant-modal-body {
30134
- padding: 4px 0 2px;
30111
+
30112
+ .hedm4pz {
30113
+ font-family: Inter;
30114
+ font-style: normal;
30115
+ font-weight: normal;
30116
+ font-size: 14px;
30117
+ line-height: 20px;
30135
30118
  }
30136
- .m1jy87hk .ant-modal-footer {
30137
- border: none;
30119
+
30120
+ .h1kd8xld {
30121
+ font-family: Inter;
30122
+ font-style: normal;
30123
+ font-weight: bold;
30124
+ font-size: 12px;
30125
+ line-height: 18px;
30138
30126
  }
30139
30127
 
30140
- .ti7fpyu {
30128
+ .hp14fr {
30129
+ font-family: Inter;
30130
+ font-style: normal;
30131
+ font-weight: normal;
30141
30132
  font-size: 12px;
30142
30133
  line-height: 18px;
30134
+ }
30135
+
30136
+ .hgrg7mn {
30137
+ font-family: Inter;
30138
+ font-style: normal;
30143
30139
  font-weight: bold;
30144
- color: #fff;
30145
- padding: 0 4px;
30146
- border-radius: 4px;
30147
- display: inline-block;
30148
- background: var(--ti7fpyu-0);
30140
+ text-transform: uppercase;
30141
+ font-feature-settings: "cpsp" on;
30142
+ font-size: 12px;
30143
+ line-height: 18px;
30149
30144
  }
30150
- .ti7fpyu:not(:first-child) {
30151
- margin-left: 4px;
30145
+
30146
+ .h6zme9x {
30147
+ font-family: Inter;
30148
+ font-style: normal;
30149
+ font-weight: normal;
30150
+ text-transform: uppercase;
30151
+ font-feature-settings: "cpsp" on;
30152
+ font-size: 12px;
30153
+ line-height: 18px;
30152
30154
  }
30153
30155
 
30154
- .f1rest1f {
30155
- width: 100%;
30156
- height: 100%;
30157
- display: flex;
30158
- align-items: center;
30159
- justify-content: center;
30156
+ .locjvsv {
30157
+ font-family: Inter;
30158
+ font-style: normal;
30159
+ font-weight: normal;
30160
+ font-size: 16px;
30161
+ line-height: 24px;
30160
30162
  }
30161
30163
 
30162
- .n1kbdoln {
30163
- font-size: 90%;
30164
+ .l13gi131 {
30165
+ font-family: Inter;
30166
+ font-style: normal;
30164
30167
  font-weight: bold;
30165
- background-color: rgba(240, 243, 247, 0.6);
30166
- padding: 1px 4px 1px;
30167
- margin-left: 2px;
30168
- margin-right: 2px;
30169
- border: 1px solid rgba(213, 219, 227, 0.6);
30170
- border-radius: 4px;
30168
+ font-size: 16px;
30169
+ line-height: 24px;
30171
30170
  }
30172
30171
 
30173
- .f1y3gta0.form-item-general {
30174
- width: 640px;
30175
- }
30176
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30177
- margin-top: 16px;
30172
+ .l1ynemsu {
30173
+ font-family: Inter;
30174
+ font-style: normal;
30175
+ font-weight: normal;
30176
+ font-size: 16px;
30177
+ line-height: 24px;
30178
30178
  }
30179
- .f1y3gta0.form-item-compact {
30180
- width: 412px;
30179
+
30180
+ .l1cft1cx {
30181
+ font-family: Inter;
30182
+ font-style: normal;
30183
+ font-weight: bold;
30184
+ font-size: 16px;
30185
+ line-height: 24px;
30181
30186
  }
30182
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30183
- margin-top: 8px;
30184
- }
30185
- .f1y3gta0 .form-item {
30186
- width: auto;
30187
- }
30188
- .f1y3gta0 .form-item-main {
30189
- position: relative;
30190
- display: flex;
30187
+
30188
+ .l17tqc8p {
30189
+ font-family: Inter;
30190
+ font-style: normal;
30191
+ font-weight: normal;
30192
+ text-transform: uppercase;
30193
+ font-feature-settings: "cpsp" on;
30194
+ font-size: 16px;
30195
+ line-height: 24px;
30191
30196
  }
30192
- .f1y3gta0 .form-item-extra {
30193
- margin-top: 4px;
30194
- width: 100%;
30195
- padding: 14px;
30196
- background: #f2f4f6;
30197
- font-size: 13px;
30198
- line-height: 1.8;
30199
- color: #8e9aa9;
30197
+
30198
+ .l1j1e5w7 {
30199
+ font-family: Inter;
30200
+ font-style: normal;
30201
+ font-weight: bold;
30202
+ text-transform: uppercase;
30203
+ font-feature-settings: "cpsp" on;
30204
+ font-size: 16px;
30205
+ line-height: 24px;
30200
30206
  }
30201
- .f1y3gta0 .form-item-label {
30202
- padding-right: 12px;
30203
- font-size: 13px;
30204
- color: rgba(44, 56, 82, 0.6);
30207
+
30208
+ .l1gf91jb {
30209
+ font-family: Inter;
30210
+ font-style: normal;
30211
+ font-weight: normal;
30212
+ font-size: 14px;
30213
+ line-height: 22px;
30205
30214
  }
30206
- .f1y3gta0 .form-item-label.label-right {
30207
- text-align: right;
30215
+
30216
+ .lu7hlr6 {
30217
+ font-family: Inter;
30218
+ font-style: normal;
30219
+ font-weight: 500;
30220
+ font-size: 14px;
30221
+ line-height: 22px;
30208
30222
  }
30209
- .f1y3gta0 .form-item-label,
30210
- .f1y3gta0 .form-item-control {
30211
- line-height: 32px;
30223
+
30224
+ .l3l3jf0 {
30225
+ font-family: Inter;
30226
+ font-style: normal;
30227
+ font-weight: bold;
30228
+ font-size: 14px;
30229
+ line-height: 22px;
30212
30230
  }
30213
- .f1y3gta0 .form-item-control .form-item-error {
30214
- line-height: 18px;
30231
+
30232
+ .l12j5nqp {
30233
+ font-family: Inter;
30234
+ font-style: normal;
30235
+ font-weight: normal;
30236
+ font-size: 14px;
30237
+ line-height: 22px;
30215
30238
  }
30216
- .f1y3gta0 .form-item-children {
30217
- width: 100%;
30239
+
30240
+ .l1tecqht {
30241
+ font-family: Inter;
30242
+ font-style: normal;
30243
+ font-weight: bold;
30244
+ font-size: 14px;
30245
+ line-height: 22px;
30218
30246
  }
30219
- .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 {
30220
- width: 100%;
30247
+
30248
+ .l6sa990 {
30249
+ font-family: Inter;
30250
+ font-style: normal;
30251
+ font-weight: normal;
30252
+ text-transform: uppercase;
30253
+ font-feature-settings: "cpsp" on;
30254
+ font-size: 14px;
30255
+ line-height: 22px;
30221
30256
  }
30222
- .f1y3gta0 .form-item-error {
30223
- color: #e75a3a;
30224
- height: 0;
30225
- overflow: hidden;
30257
+
30258
+ .lckqe8j {
30259
+ font-family: Inter;
30260
+ font-style: normal;
30261
+ font-weight: bold;
30262
+ text-transform: uppercase;
30263
+ font-feature-settings: "cpsp" on;
30264
+ font-size: 14px;
30265
+ line-height: 22px;
30226
30266
  }
30227
- .f1y3gta0 .form-item-error-enter-done {
30228
- margin-top: 4px;
30229
- height: auto;
30230
- overflow: auto;
30267
+
30268
+ .l1kuminb {
30269
+ font-family: Inter;
30270
+ font-style: normal;
30271
+ font-weight: normal;
30272
+ font-size: 13px;
30273
+ line-height: 20px;
30231
30274
  }
30232
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30233
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30234
- border: 1px solid #e75a3a;
30235
- color: #e75a3a;
30275
+
30276
+ .l1pbuf5j {
30277
+ font-family: Inter;
30278
+ font-style: normal;
30279
+ font-weight: 600;
30280
+ font-size: 13px;
30281
+ line-height: 20px;
30236
30282
  }
30237
30283
 
30238
- .fujbm7g {
30239
- color: #2d3a56;
30284
+ .l1r4ztu {
30285
+ font-family: Inter;
30286
+ font-style: normal;
30240
30287
  font-weight: bold;
30241
- padding-bottom: 6px;
30242
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30243
- margin-bottom: 16px;
30244
- }
30245
- .fujbm7g:not(:first-of-type) {
30246
- margin-top: 16px;
30288
+ font-size: 13px;
30289
+ line-height: 20px;
30247
30290
  }
30248
30291
 
30249
- .e5fsw5s {
30250
- width: 8px;
30251
- height: 24px;
30252
- display: flex;
30253
- justify-content: center;
30254
- align-items: center;
30255
- cursor: pointer;
30256
- transition: all 200ms ease-out 40ms;
30257
- }
30258
- .e5fsw5s:before, .e5fsw5s:after {
30259
- content: "";
30260
- width: 1px;
30261
- height: 6px;
30262
- border-radius: 1px;
30263
- background: #ccd4e3;
30264
- position: relative;
30265
- right: 2px;
30266
- transform: rotate(-45deg);
30292
+ .ly8vzok {
30293
+ font-family: Inter;
30294
+ font-style: normal;
30295
+ font-weight: normal;
30296
+ font-size: 13px;
30297
+ line-height: 20px;
30267
30298
  }
30268
- .e5fsw5s:after {
30269
- transform: rotate(45deg);
30270
- left: 1px;
30299
+
30300
+ .lumfmf {
30301
+ font-family: Inter;
30302
+ font-style: normal;
30303
+ font-weight: 600;
30304
+ font-size: 13px;
30305
+ line-height: 20px;
30271
30306
  }
30272
30307
 
30273
- .w18knsg4.ant-alert-warning {
30274
- border: 0;
30275
- background: rgba(255, 187, 0, 0.1);
30276
- border-radius: 6px;
30308
+ .l16ujwmv {
30309
+ font-family: Inter;
30310
+ font-style: normal;
30311
+ font-weight: bold;
30312
+ font-size: 13px;
30313
+ line-height: 20px;
30277
30314
  }
30278
- .w18knsg4.ant-alert,
30279
- .w18knsg4 .ant-alert-message {
30280
- color: #e07f00;
30315
+
30316
+ .l17o1ffr {
30317
+ font-family: Inter;
30318
+ font-style: normal;
30319
+ font-weight: normal;
30320
+ text-transform: uppercase;
30321
+ font-feature-settings: "cpsp" on;
30322
+ font-size: 13px;
30323
+ line-height: 20px;
30281
30324
  }
30282
- .w18knsg4.ant-alert .dashed-border-bottom,
30283
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30284
- border-bottom-color: #e07f00;
30325
+
30326
+ .lngllvn {
30327
+ font-family: Inter;
30328
+ font-style: normal;
30329
+ font-weight: bold;
30330
+ text-transform: uppercase;
30331
+ font-feature-settings: "cpsp" on;
30332
+ font-size: 13px;
30333
+ line-height: 20px;
30285
30334
  }
30286
30335
 
30287
- .ng31n2o {
30288
- display: flex;
30289
- flex-direction: row;
30290
- padding: 7px 12px;
30291
- background: rgba(255, 187, 0, 0.1);
30292
- border-radius: 6px;
30293
- color: #e07f00;
30336
+ .l2i7fo9 {
30337
+ font-family: Inter;
30338
+ font-style: normal;
30339
+ font-weight: normal;
30294
30340
  font-size: 12px;
30295
30341
  line-height: 18px;
30296
30342
  }
30297
- .ng31n2o .icon-wrapper {
30298
- margin-right: 10px;
30299
- height: 18px;
30300
- }
30301
30343
 
30302
- .n15x5f5y {
30303
- display: flex;
30304
- flex-direction: row;
30305
- padding: 7px 12px;
30306
- background: rgba(225, 230, 241, 0.6);
30307
- border-radius: 6px;
30308
- color: rgba(44, 56, 82, 0.6);
30344
+ .l1x7hscx {
30345
+ font-family: Inter;
30346
+ font-style: normal;
30347
+ font-weight: 500;
30309
30348
  font-size: 12px;
30310
30349
  line-height: 18px;
30311
30350
  }
30312
- .n15x5f5y .icon-wrapper {
30313
- margin-right: 10px;
30314
- height: 18px;
30315
- }
30316
30351
 
30317
- .i16ozz3f {
30318
- display: flex;
30319
- flex-direction: row;
30320
- padding: 7px 12px;
30321
- background: rgba(0, 136, 255, 0.1);
30322
- border-radius: 6px;
30323
- color: #005ed1;
30352
+ .le1jwan {
30353
+ font-family: Inter;
30354
+ font-style: normal;
30355
+ font-weight: bold;
30324
30356
  font-size: 12px;
30325
30357
  line-height: 18px;
30326
30358
  }
30327
- .i16ozz3f .icon-wrapper {
30328
- margin-right: 10px;
30329
- height: 18px;
30330
- }
30331
30359
 
30332
- .dszu9qr {
30333
- color: rgba(44, 56, 82, 0.6);
30334
- margin-top: 5px;
30360
+ .lyxynfj {
30361
+ font-family: Inter;
30362
+ font-style: normal;
30363
+ font-weight: normal;
30335
30364
  font-size: 12px;
30336
30365
  line-height: 18px;
30337
30366
  }
30338
30367
 
30339
- .snxzgx {
30340
- color: #f0483e;
30368
+ .lpb2nxv {
30369
+ font-family: Inter;
30370
+ font-style: normal;
30371
+ font-weight: 500;
30341
30372
  font-size: 12px;
30342
- white-space: pre-wrap;
30373
+ line-height: 18px;
30343
30374
  }
30344
30375
 
30345
- .o1i4orqw {
30346
- display: flex;
30347
- align-items: center;
30348
- justify-content: flex-end;
30376
+ .l1r8o3vv {
30377
+ font-family: Inter;
30378
+ font-style: normal;
30379
+ font-weight: bold;
30380
+ font-size: 12px;
30381
+ line-height: 18px;
30349
30382
  }
30350
- .o1i4orqw .icon-wrapper {
30351
- margin-right: 16px;
30383
+
30384
+ .lemnjy2 {
30385
+ font-family: Inter;
30386
+ font-style: normal;
30387
+ font-weight: normal;
30388
+ text-transform: uppercase;
30389
+ font-feature-settings: "cpsp" on;
30390
+ font-size: 12px;
30391
+ line-height: 18px;
30352
30392
  }
30353
30393
 
30354
- .t79k8o2 {
30355
- color: rgba(0, 21, 64, 0.3);
30394
+ .lrc42gb {
30395
+ font-family: Inter;
30396
+ font-style: normal;
30397
+ font-weight: bold;
30398
+ text-transform: uppercase;
30399
+ font-feature-settings: "cpsp" on;
30400
+ font-size: 12px;
30401
+ line-height: 18px;
30356
30402
  }
30357
30403
 
30358
- .ipd9bk.ant-input {
30359
- padding: 5px 12px;
30404
+ .fqaz4mb {
30405
+ font-family: Inter;
30406
+ font-style: normal;
30407
+ font-weight: normal;
30408
+ font-size: 13px;
30360
30409
  line-height: 20px;
30361
- color: #2d3a56;
30362
- border-radius: 6px;
30363
- border-color: rgba(172, 186, 211, 0.6);
30364
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30365
30410
  }
30366
- .ipd9bk.ant-input.ant-input-lg {
30367
- padding: 8px 16px;
30368
- line-height: 22px;
30411
+
30412
+ .f13we5o {
30413
+ font-family: Inter;
30414
+ font-style: normal;
30415
+ font-weight: normal;
30416
+ font-size: 13px;
30417
+ line-height: 20px;
30369
30418
  }
30370
- .ipd9bk.ant-input.ant-input-sm {
30371
- padding: 2px 8px;
30419
+
30420
+ .ffmjua2 {
30421
+ font-family: Inter;
30422
+ font-style: normal;
30423
+ font-weight: normal;
30424
+ font-size: 12px;
30372
30425
  line-height: 18px;
30373
30426
  }
30374
- .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 {
30375
- border-color: rgba(107, 128, 167, 0.6);
30376
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30377
- z-index: 1;
30378
- }
30379
- .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 {
30380
- border-color: #0096ff;
30381
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30382
- z-index: 1;
30383
- }
30384
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30385
- border-color: #e75a3a;
30386
- color: #e75a3a;
30387
- }
30388
- .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 {
30389
- border-color: #e75a3a;
30390
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30391
- }
30392
- .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 {
30393
- border-color: #e75a3a;
30394
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30427
+
30428
+ .fz2mxw0 {
30429
+ font-family: Inter;
30430
+ font-style: normal;
30431
+ font-weight: normal;
30432
+ font-size: 12px;
30433
+ line-height: 18px;
30395
30434
  }
30396
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30397
- background: rgba(211, 218, 235, 0.6);
30398
- color: rgba(0, 21, 64, 0.3);
30399
- border-color: rgba(172, 186, 211, 0.6);
30435
+
30436
+ .t1ertzoh {
30437
+ font-family: Inter;
30438
+ font-style: normal;
30439
+ font-weight: normal;
30440
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30441
+ font-size: 13px;
30442
+ line-height: 20px;
30400
30443
  }
30401
- .ipd9bk.ant-input-affix-wrapper {
30402
- padding: 5px 12px;
30403
- border-radius: 6px;
30404
- border-color: rgba(172, 186, 211, 0.6);
30444
+
30445
+ .t19bge8r {
30446
+ font-family: Inter;
30447
+ font-style: normal;
30448
+ font-weight: normal;
30449
+ font-feature-settings: "zero" on;
30450
+ font-size: 13px;
30405
30451
  line-height: 20px;
30406
- color: #2d3a56;
30407
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30408
30452
  }
30409
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30410
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30411
- color: rgba(44, 56, 82, 0.6);
30453
+
30454
+ .tjrzfyl {
30455
+ font-family: Inter;
30456
+ font-style: normal;
30457
+ font-weight: normal;
30458
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30459
+ font-size: 12px;
30460
+ line-height: 18px;
30412
30461
  }
30413
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30414
- padding: 8px 16px;
30415
- line-height: 22px;
30462
+
30463
+ .tm6s7bo {
30464
+ font-family: Inter;
30465
+ font-style: normal;
30466
+ font-weight: 500;
30467
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30468
+ font-size: 12px;
30469
+ line-height: 18px;
30416
30470
  }
30417
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30418
- padding: 2px 8px;
30471
+
30472
+ .t19zq6ic {
30473
+ font-family: Inter;
30474
+ font-style: normal;
30475
+ font-weight: normal;
30476
+ font-feature-settings: "zero" on;
30477
+ font-size: 12px;
30419
30478
  line-height: 18px;
30420
30479
  }
30421
- .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 {
30422
- border-color: rgba(107, 128, 167, 0.6);
30423
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30480
+
30481
+ .t1gduru8 {
30482
+ font-family: Inter;
30483
+ font-style: normal;
30484
+ font-weight: 500;
30485
+ font-feature-settings: "zero" on;
30486
+ font-size: 12px;
30487
+ line-height: 18px;
30424
30488
  }
30425
- .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 {
30426
- border-color: #0096ff;
30427
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30489
+
30490
+ .t55raab {
30491
+ font-family: Inter;
30492
+ font-style: normal;
30493
+ font-weight: bold;
30494
+ font-feature-settings: "zero" on;
30495
+ font-size: 16px;
30496
+ line-height: 24px;
30428
30497
  }
30429
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30430
- border-color: #e75a3a;
30498
+
30499
+ .u1w9abfe {
30500
+ font-family: Inter;
30501
+ font-style: normal;
30502
+ font-weight: normal;
30503
+ font-size: 10px;
30504
+ line-height: 12px;
30431
30505
  }
30432
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30433
- color: #e75a3a;
30506
+
30507
+ .s1fc623g {
30508
+ width: 430px !important;
30434
30509
  }
30435
- .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 {
30436
- border-color: #e75a3a;
30437
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30510
+
30511
+ .da3mx0o .ant-select-item-group {
30512
+ padding: 8px 16px;
30513
+ line-height: 18px;
30514
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30515
+ height: 34px;
30516
+ min-height: 34px;
30517
+ box-sizing: border-box;
30518
+ margin-top: 8px;
30438
30519
  }
30439
- .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 {
30440
- border-color: #e75a3a;
30441
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30520
+
30521
+ .onr9gzt {
30522
+ display: flex;
30523
+ flex-direction: column;
30524
+ margin: 1px 8px;
30525
+ padding: 8px;
30526
+ border-radius: 4px;
30442
30527
  }
30443
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30444
- background: rgba(211, 218, 235, 0.6);
30445
- color: rgba(0, 21, 64, 0.3);
30446
- border-color: rgba(172, 186, 211, 0.6);
30528
+ .onr9gzt .selected-icon {
30529
+ display: none;
30447
30530
  }
30448
- textarea.ipd9bk.ant-input {
30449
- transition-property: height;
30450
- transition-delay: 50ms;
30531
+ .onr9gzt.ant-select-item-option-grouped {
30532
+ padding-left: 8px;
30451
30533
  }
30452
- textarea.ipd9bk.ant-input.textarea-large {
30453
- min-height: 40px;
30454
- height: 40px;
30534
+ .onr9gzt.ant-select-item-option-selected {
30535
+ background-color: white;
30455
30536
  }
30456
- textarea.ipd9bk.ant-input.textarea-large:focus {
30457
- height: 80px;
30537
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30538
+ color: #0080ff;
30458
30539
  }
30459
- textarea.ipd9bk.ant-input.textarea-middle {
30460
- min-height: 32px;
30461
- height: 32px;
30540
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30541
+ display: block;
30462
30542
  }
30463
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30464
- height: 64px;
30543
+ .onr9gzt.ant-select-item-option-active {
30544
+ background: rgba(0, 136, 255, 0.16);
30465
30545
  }
30466
- textarea.ipd9bk.ant-input.textarea-small {
30467
- min-height: 24px;
30468
- height: 24px;
30546
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30547
+ color: #0080ff;
30469
30548
  }
30470
- textarea.ipd9bk.ant-input.textarea-small:focus {
30471
- height: 40px;
30549
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30550
+ background: rgba(0, 136, 255, 0.1);
30551
+ color: #0080ff;
30472
30552
  }
30473
30553
 
30474
- .kypn5o5 input, .kypn5o5.input-tags {
30475
- border: 1px solid rgba(213, 219, 227, 0.6);
30476
- border-radius: 4px;
30477
- }
30478
- .kypn5o5.input-tags {
30479
- position: relative;
30480
- padding: 6px;
30481
- height: 32px;
30482
- cursor: pointer;
30483
- transition: border 150ms;
30484
- }
30485
- .kypn5o5.input-tags:hover {
30486
- border-color: #0080ff;
30487
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30488
- }
30489
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30490
- padding-right: 30px;
30491
- }
30492
- .kypn5o5.input-tags .input-tags-inner {
30493
- display: flex;
30494
- }
30495
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30554
+ .oiy0apc {
30496
30555
  display: flex;
30556
+ justify-content: space-between;
30557
+ height: 20px;
30558
+ line-height: 20px;
30497
30559
  }
30498
- .kypn5o5.input-tags .input-tag-suffix {
30499
- position: absolute;
30500
- right: 12px;
30501
- top: 50%;
30502
- transform: translateY(-50%);
30503
- }
30504
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30505
- color: rgba(0, 0, 0, 0.25);
30506
- font-size: 12px;
30507
- cursor: pointer;
30508
- }
30509
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30510
- color: rgba(0, 0, 0, 0.45);
30511
- }
30512
- .kypn5o5.has-focus-indicator {
30513
- position: relative;
30560
+ .oiy0apc .timezone-title {
30561
+ color: #2d3a56;
30514
30562
  overflow: hidden;
30515
- }
30516
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30517
- position: absolute;
30518
- top: 50%;
30519
- transform: translateY(-50%);
30520
- left: -16px;
30521
- transition: left 150ms ease;
30522
- opacity: 0;
30523
- }
30524
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30525
- left: 8px;
30526
- opacity: 1;
30527
- }
30528
- .kypn5o5.has-focus-indicator input {
30529
- transition: margin-left 150ms ease;
30530
- margin-left: 0px;
30531
- }
30532
- .kypn5o5.has-focus-indicator input:focus {
30533
- margin-left: 16px;
30563
+ text-overflow: ellipsis;
30534
30564
  }
30535
30565
 
30536
- input.l1ki27se.ant-input {
30537
- border-top-right-radius: 0;
30538
- border-bottom-right-radius: 0;
30566
+ .of4y382 {
30567
+ display: flex;
30568
+ justify-content: space-between;
30569
+ color: rgba(44, 56, 82, 0.6);
30570
+ height: 18px;
30571
+ line-height: 18px;
30572
+ margin-top: 2px;
30539
30573
  }
30540
30574
 
30541
- .l1ki27se.ant-input-affix-wrapper {
30542
- border-top-right-radius: 0;
30543
- border-bottom-right-radius: 0;
30575
+ .t19903l9 {
30576
+ border: none;
30577
+ margin-right: 0;
30578
+ background: rgba(225, 230, 241, 0.6);
30544
30579
  }
30545
30580
 
30546
- input.rrg1fkn.ant-input {
30547
- border-top-left-radius: 0;
30548
- border-bottom-left-radius: 0;
30581
+ .ohwbvxu {
30582
+ pointer-events: none;
30583
+ height: 32px;
30584
+ width: 100%;
30585
+ opacity: 0;
30549
30586
  }
30550
30587
 
30551
- .rrg1fkn.ant-input-affix-wrapper {
30552
- border-top-left-radius: 0;
30553
- border-bottom-left-radius: 0;
30588
+ .obf05yr {
30589
+ display: inline-block;
30554
30590
  }
30555
30591
 
30556
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30557
- border-top-right-radius: 0;
30558
- border-bottom-right-radius: 0;
30592
+ .hsms1n6 {
30593
+ visibility: hidden;
30594
+ position: absolute;
30559
30595
  }
30560
30596
 
30561
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30562
- border-top-left-radius: 0;
30563
- border-bottom-left-radius: 0;
30597
+ .i1e4sgug {
30598
+ display: inline-block;
30564
30599
  }
30565
30600
 
30566
- .c1t6wbwv {
30567
- display: flex;
30568
- flex-direction: column;
30601
+ .s34f1qb.ant-switch {
30602
+ min-width: 40px;
30603
+ height: 24px;
30604
+ background: rgba(172, 186, 211, 0.6);
30605
+ overflow: hidden;
30569
30606
  }
30570
- .c1t6wbwv .select-wrapper {
30571
- margin-top: 12px;
30607
+ .s34f1qb.ant-switch:focus {
30608
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30572
30609
  }
30573
- .c1t6wbwv .select-wrapper .select {
30574
- width: 100%;
30610
+ .s34f1qb.ant-switch-small {
30611
+ min-width: 26px;
30612
+ height: 16px;
30575
30613
  }
30576
- .c1t6wbwv .radio-wrapper {
30577
- margin-top: 24px;
30614
+ .s34f1qb.ant-switch-large {
30615
+ min-width: 52px;
30616
+ height: 32px;
30578
30617
  }
30579
- .c1t6wbwv .form-item {
30580
- width: 100%;
30618
+ .s34f1qb.ant-switch .ant-switch-handle {
30619
+ height: 20px;
30620
+ width: 20px;
30581
30621
  }
30582
-
30583
- .d1k7vv5v {
30584
- font-size: 14px;
30585
- font-weight: 500;
30586
- color: #3e4652;
30587
- line-height: 18px;
30622
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30623
+ border-radius: 10px;
30624
+ transition-delay: 120ms;
30588
30625
  }
30589
- .d1k7vv5v + .d1k7vv5v {
30590
- margin-top: 16px;
30626
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30627
+ height: 14px;
30628
+ width: 14px;
30629
+ top: 1px;
30630
+ left: 1px;
30591
30631
  }
30592
- .d1k7vv5v + * {
30593
- margin-top: 16px;
30632
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30633
+ height: 28px;
30634
+ width: 28px;
30594
30635
  }
30595
-
30596
- .le7b9r4.d1k7vv5v {
30597
- font-size: 12px;
30598
- color: rgba(44, 56, 82, 0.6);
30599
- margin-top: 12px;
30636
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30637
+ border-radius: 14px;
30600
30638
  }
30601
-
30602
- .r1dnygxx.le7b9r4.d1k7vv5v {
30603
- line-height: 18px;
30604
- font-weight: 500;
30605
- margin-top: 0;
30606
- white-space: initial;
30639
+ .s34f1qb.ant-switch-checked {
30640
+ background-color: #00ba5d;
30607
30641
  }
30608
-
30609
- .r12ddqmh {
30610
- display: block;
30642
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30643
+ left: calc(100% - 20px - 2px);
30611
30644
  }
30612
- .r12ddqmh span {
30613
- font-size: 14px;
30614
- font-weight: 500;
30615
- line-height: 32px;
30616
- color: #3e4652;
30645
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30646
+ left: calc(100% - 14px - 1px);
30617
30647
  }
30618
-
30619
- .ctcr26a {
30620
- margin-top: 8px;
30621
- padding: 8px;
30622
- border-radius: 6px;
30623
- background: rgba(225, 230, 241, 0.6);
30624
- color: rgba(44, 56, 82, 0.6);
30625
- font-size: 12px;
30648
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30649
+ left: calc(100% - 28px - 2px);
30626
30650
  }
30627
- .ctcr26a div {
30628
- line-height: 20px;
30629
- display: flex;
30630
- align-items: center;
30631
- word-break: break-all;
30651
+
30652
+ .c1to9vb9 {
30653
+ margin-left: 5px;
30632
30654
  }
30633
30655
 
30634
30656
  .p12gwtiw {
@@ -30688,1070 +30710,1048 @@ input.rrg1fkn.ant-input {
30688
30710
  line-height: 18px;
30689
30711
  }
30690
30712
 
30691
- .d6j0lbj {
30692
- font-family: Inter;
30693
- font-style: normal;
30694
- font-weight: bold;
30695
- font-size: 32px;
30696
- line-height: 40px;
30713
+ .t1upn1sz {
30714
+ height: 100%;
30697
30715
  }
30698
30716
 
30699
- .d1xhvvxe {
30700
- font-family: Inter;
30701
- font-style: normal;
30702
- font-weight: bold;
30703
- font-size: 24px;
30704
- line-height: 32px;
30717
+ .tta5kd2 {
30718
+ height: 100%;
30705
30719
  }
30706
-
30707
- .dk10mxq {
30708
- font-family: Inter;
30709
- font-style: normal;
30710
- font-weight: normal;
30711
- font-size: 32px;
30712
- line-height: 40px;
30720
+ .tta5kd2.empty-table .ant-table-content {
30721
+ overflow: visible !important;
30722
+ height: 100%;
30713
30723
  }
30714
-
30715
- .dxsait {
30716
- font-family: Inter;
30717
- font-style: normal;
30718
- font-weight: bold;
30719
- font-size: 20px;
30720
- line-height: 24px;
30724
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30725
+ height: 100%;
30721
30726
  }
30722
-
30723
- .dokn0h3 {
30724
- font-family: Inter;
30725
- font-style: normal;
30726
- font-weight: normal;
30727
- font-size: 20px;
30728
- line-height: 24px;
30727
+ .tta5kd2.empty-table .ant-table-content table {
30728
+ width: 100% !important;
30729
+ height: 100%;
30729
30730
  }
30730
-
30731
- .dobau4p {
30732
- font-family: Inter;
30733
- font-style: normal;
30734
- font-weight: bold;
30735
- font-size: 18px;
30736
- line-height: 22px;
30731
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30732
+ padding: 15px 0;
30737
30733
  }
30738
-
30739
- .dvolwok {
30740
- font-family: Inter;
30741
- font-style: normal;
30742
- font-weight: normal;
30743
- font-size: 18px;
30744
- line-height: 22px;
30734
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30735
+ display: none;
30745
30736
  }
30746
-
30747
- .h181qhg4 {
30748
- font-family: Inter;
30749
- font-style: normal;
30750
- font-weight: bold;
30751
- font-size: 16px;
30752
- line-height: 22px;
30737
+ .tta5kd2 .active-row td:nth-child(1) {
30738
+ font-weight: 700;
30753
30739
  }
30754
-
30755
- .h1phgmcq {
30756
- font-family: Inter;
30757
- font-style: normal;
30758
- font-weight: normal;
30759
- font-size: 16px;
30760
- line-height: 22px;
30740
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30741
+ font-weight: 700;
30761
30742
  }
30762
-
30763
- .h173xnl1 {
30764
- font-family: Inter;
30765
- font-style: normal;
30766
- font-weight: bold;
30767
- font-size: 14px;
30768
- line-height: 20px;
30743
+ .tta5kd2 .ant-spin-nested-loading {
30744
+ height: 100%;
30769
30745
  }
30770
-
30771
- .hedm4pz {
30772
- font-family: Inter;
30773
- font-style: normal;
30774
- font-weight: normal;
30775
- font-size: 14px;
30776
- line-height: 20px;
30746
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30747
+ height: 100%;
30748
+ overflow: visible;
30777
30749
  }
30778
-
30779
- .h1kd8xld {
30780
- font-family: Inter;
30781
- font-style: normal;
30782
- font-weight: bold;
30783
- font-size: 12px;
30784
- line-height: 18px;
30750
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30751
+ max-height: none;
30785
30752
  }
30786
-
30787
- .hp14fr {
30788
- font-family: Inter;
30789
- font-style: normal;
30790
- font-weight: normal;
30791
- font-size: 12px;
30792
- line-height: 18px;
30753
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30754
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30755
+ display: none;
30793
30756
  }
30794
-
30795
- .hgrg7mn {
30796
- font-family: Inter;
30797
- font-style: normal;
30798
- font-weight: bold;
30799
- text-transform: uppercase;
30800
- font-feature-settings: "cpsp" on;
30757
+ .tta5kd2 td.ant-table-column-sort {
30758
+ background: transparent;
30759
+ }
30760
+ .tta5kd2 td.ant-table-cell-fix-left,
30761
+ .tta5kd2 td.ant-table-cell-fix-right {
30762
+ background: #fff;
30763
+ padding: 0 !important;
30764
+ }
30765
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30766
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30767
+ display: flex;
30768
+ align-items: center;
30769
+ height: 100%;
30770
+ padding: 8px;
30771
+ }
30772
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30773
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30774
+ overflow: hidden;
30775
+ text-overflow: ellipsis;
30776
+ width: 100%;
30777
+ }
30778
+ .tta5kd2 .ant-table-container {
30779
+ height: 100%;
30780
+ }
30781
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30782
+ box-shadow: none !important;
30783
+ }
30784
+ .tta5kd2 .ant-table {
30785
+ border-radius: 0px;
30786
+ border-left: none;
30787
+ border-right: none;
30788
+ border-bottom: none;
30789
+ height: 100%;
30801
30790
  font-size: 12px;
30802
- line-height: 18px;
30791
+ background: transparent;
30803
30792
  }
30804
-
30805
- .h6zme9x {
30806
- font-family: Inter;
30807
- font-style: normal;
30808
- font-weight: normal;
30809
- text-transform: uppercase;
30810
- font-feature-settings: "cpsp" on;
30793
+ .tta5kd2 .ant-table .ant-table-header {
30794
+ position: relative;
30795
+ z-index: 3;
30796
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30797
+ margin-bottom: -1px;
30798
+ }
30799
+ .tta5kd2 .ant-table .time-wrapper .date,
30800
+ .tta5kd2 .ant-table .value {
30801
+ color: #2d3a56;
30802
+ }
30803
+ .tta5kd2 .ant-table .time-wrapper .time,
30804
+ .tta5kd2 .ant-table .unit {
30805
+ color: rgba(44, 56, 82, 0.6);
30806
+ }
30807
+ .tta5kd2 .ant-table .ant-table-selection {
30808
+ position: unset;
30809
+ text-align: center;
30810
+ }
30811
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30812
+ background: #fff;
30813
+ }
30814
+ .tta5kd2 .ant-table .anticon-setting {
30815
+ cursor: pointer;
30816
+ position: absolute;
30817
+ top: 50%;
30818
+ right: 12px;
30819
+ transform: translateY(-50%);
30820
+ }
30821
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30822
+ box-shadow: none;
30823
+ width: 1px;
30824
+ background: rgba(213, 219, 227, 0.6);
30825
+ }
30826
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30827
+ box-shadow: none;
30828
+ width: 1px;
30829
+ background: rgba(213, 219, 227, 0.6);
30830
+ }
30831
+ .tta5kd2 .ant-table .ant-table-tbody {
30832
+ position: relative;
30833
+ }
30834
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30835
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30836
+ border-bottom: 1px solid white;
30837
+ height: 40px;
30838
+ vertical-align: middle;
30839
+ transition: background 0ms;
30840
+ color: #00122e;
30841
+ }
30842
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30843
+ background: #f2f5fa;
30844
+ border-bottom-color: #f2f5fa;
30845
+ }
30846
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30847
+ height: auto;
30848
+ color: #00122e;
30811
30849
  font-size: 12px;
30812
- line-height: 18px;
30850
+ text-align: left;
30851
+ transition: none;
30852
+ overflow: hidden;
30853
+ text-overflow: ellipsis;
30854
+ white-space: nowrap;
30813
30855
  }
30814
-
30815
- .locjvsv {
30816
- font-family: Inter;
30817
- font-style: normal;
30818
- font-weight: normal;
30819
- font-size: 16px;
30820
- line-height: 24px;
30856
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30857
+ color: #0096ff;
30821
30858
  }
30822
-
30823
- .l13gi131 {
30824
- font-family: Inter;
30825
- font-style: normal;
30826
- font-weight: bold;
30827
- font-size: 16px;
30828
- line-height: 24px;
30859
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30860
+ overflow: hidden;
30861
+ text-overflow: ellipsis;
30862
+ width: 100%;
30863
+ vertical-align: middle;
30829
30864
  }
30830
-
30831
- .l1ynemsu {
30832
- font-family: Inter;
30833
- font-style: normal;
30834
- font-weight: normal;
30835
- font-size: 16px;
30836
- line-height: 24px;
30865
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30866
+ line-height: 0px;
30837
30867
  }
30838
-
30839
- .l1cft1cx {
30840
- font-family: Inter;
30841
- font-style: normal;
30842
- font-weight: bold;
30843
- font-size: 16px;
30844
- line-height: 24px;
30868
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30869
+ padding-right: 25px;
30845
30870
  }
30846
-
30847
- .l17tqc8p {
30848
- font-family: Inter;
30849
- font-style: normal;
30850
- font-weight: normal;
30851
- text-transform: uppercase;
30852
- font-feature-settings: "cpsp" on;
30853
- font-size: 16px;
30854
- line-height: 24px;
30871
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30872
+ border-top-color: transparent;
30855
30873
  }
30856
-
30857
- .l1j1e5w7 {
30858
- font-family: Inter;
30859
- font-style: normal;
30860
- font-weight: bold;
30861
- text-transform: uppercase;
30862
- font-feature-settings: "cpsp" on;
30863
- font-size: 16px;
30864
- line-height: 24px;
30874
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30875
+ background: rgba(225, 230, 241, 0.6);
30876
+ border-color: transparent transparent white;
30865
30877
  }
30866
-
30867
- .l1gf91jb {
30868
- font-family: Inter;
30869
- font-style: normal;
30870
- font-weight: normal;
30871
- font-size: 14px;
30872
- line-height: 22px;
30878
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30879
+ border-radius: 8px 0 0 8px;
30873
30880
  }
30874
-
30875
- .lu7hlr6 {
30876
- font-family: Inter;
30877
- font-style: normal;
30878
- font-weight: 500;
30879
- font-size: 14px;
30880
- line-height: 22px;
30881
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30882
+ border-radius: 8px 0 0 8px;
30881
30883
  }
30882
-
30883
- .l3l3jf0 {
30884
- font-family: Inter;
30885
- font-style: normal;
30886
- font-weight: bold;
30887
- font-size: 14px;
30888
- line-height: 22px;
30884
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30885
+ content: "";
30886
+ width: 4px;
30887
+ top: -1px;
30888
+ bottom: -1px;
30889
+ background: white;
30890
+ }
30891
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30892
+ border-radius: 0 8px 8px 0;
30893
+ }
30894
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30895
+ border-radius: 0;
30896
+ background: white;
30897
+ border-top: none;
30898
+ }
30899
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30900
+ border-top: 1px solid transparent;
30901
+ border-radius: 0 8px 8px 0;
30902
+ background: rgba(225, 230, 241, 0.6);
30903
+ }
30904
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30905
+ background: white;
30906
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30907
+ }
30908
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30909
+ display: flex;
30910
+ align-items: center;
30911
+ height: 100%;
30912
+ background: rgba(225, 230, 241, 0.6);
30913
+ }
30914
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30915
+ background: white;
30916
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30889
30917
  }
30890
-
30891
- .l12j5nqp {
30892
- font-family: Inter;
30893
- font-style: normal;
30894
- font-weight: normal;
30895
- font-size: 14px;
30896
- line-height: 22px;
30918
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30919
+ display: flex;
30920
+ align-items: center;
30921
+ height: 100%;
30922
+ background: rgba(225, 230, 241, 0.6);
30897
30923
  }
30898
-
30899
- .l1tecqht {
30900
- font-family: Inter;
30901
- font-style: normal;
30902
- font-weight: bold;
30903
- font-size: 14px;
30904
- line-height: 22px;
30924
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30925
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30905
30926
  }
30906
-
30907
- .l6sa990 {
30908
- font-family: Inter;
30909
- font-style: normal;
30910
- font-weight: normal;
30911
- text-transform: uppercase;
30912
- font-feature-settings: "cpsp" on;
30913
- font-size: 14px;
30914
- line-height: 22px;
30927
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30928
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30929
+ border-radius: 8px;
30915
30930
  }
30916
-
30917
- .lckqe8j {
30918
- font-family: Inter;
30919
- font-style: normal;
30920
- font-weight: bold;
30921
- text-transform: uppercase;
30922
- font-feature-settings: "cpsp" on;
30923
- font-size: 14px;
30924
- line-height: 22px;
30931
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30932
+ border-top-color: white;
30925
30933
  }
30926
-
30927
- .l1kuminb {
30928
- font-family: Inter;
30929
- font-style: normal;
30930
- font-weight: normal;
30931
- font-size: 13px;
30932
- line-height: 20px;
30934
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30935
+ background: rgba(0, 136, 255, 0.1);
30936
+ border-bottom-color: transparent;
30937
+ border-top-color: transparent;
30933
30938
  }
30934
-
30935
- .l1pbuf5j {
30936
- font-family: Inter;
30937
- font-style: normal;
30938
- font-weight: 600;
30939
- font-size: 13px;
30940
- line-height: 20px;
30939
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30940
+ border-radius: 8px 0 0 8px;
30941
30941
  }
30942
-
30943
- .l1r4ztu {
30944
- font-family: Inter;
30945
- font-style: normal;
30946
- font-weight: bold;
30947
- font-size: 13px;
30948
- line-height: 20px;
30942
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30943
+ border-radius: 0 8px 8px 0;
30949
30944
  }
30950
-
30951
- .ly8vzok {
30952
- font-family: Inter;
30953
- font-style: normal;
30954
- font-weight: normal;
30955
- font-size: 13px;
30956
- line-height: 20px;
30945
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30946
+ background: rgba(0, 136, 255, 0.1);
30957
30947
  }
30958
-
30959
- .lumfmf {
30960
- font-family: Inter;
30961
- font-style: normal;
30962
- font-weight: 600;
30963
- font-size: 13px;
30964
- line-height: 20px;
30948
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
30949
+ background: #fff;
30950
+ font-weight: 400;
30951
+ position: relative;
30952
+ border-bottom: none;
30953
+ color: #00122e;
30954
+ transition: none;
30955
+ padding: 15px 8px 15px 8px;
30965
30956
  }
30966
-
30967
- .l16ujwmv {
30968
- font-family: Inter;
30969
- font-style: normal;
30970
- font-weight: bold;
30971
- font-size: 13px;
30972
- line-height: 20px;
30957
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30958
+ content: "";
30959
+ width: 1px;
30960
+ top: 0;
30961
+ bottom: 0;
30962
+ background: rgba(211, 218, 235, 0.6);
30963
+ position: absolute;
30964
+ right: 0;
30973
30965
  }
30974
-
30975
- .l17o1ffr {
30976
- font-family: Inter;
30977
- font-style: normal;
30978
- font-weight: normal;
30979
- text-transform: uppercase;
30980
- font-feature-settings: "cpsp" on;
30981
- font-size: 13px;
30982
- line-height: 20px;
30966
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30967
+ padding: unset;
30983
30968
  }
30984
-
30985
- .lngllvn {
30986
- font-family: Inter;
30987
- font-style: normal;
30988
- font-weight: bold;
30989
- text-transform: uppercase;
30990
- font-feature-settings: "cpsp" on;
30991
- font-size: 13px;
30992
- line-height: 20px;
30969
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30970
+ display: none;
30993
30971
  }
30994
-
30995
- .l2i7fo9 {
30996
- font-family: Inter;
30997
- font-style: normal;
30998
- font-weight: normal;
30999
- font-size: 12px;
31000
- line-height: 18px;
30972
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30973
+ width: 100%;
30974
+ overflow: hidden;
30975
+ white-space: nowrap;
30976
+ text-overflow: ellipsis;
31001
30977
  }
31002
-
31003
- .l1x7hscx {
31004
- font-family: Inter;
31005
- font-style: normal;
31006
- font-weight: 500;
31007
- font-size: 12px;
31008
- line-height: 18px;
30978
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30979
+ overflow: hidden;
30980
+ text-overflow: ellipsis;
30981
+ flex: 1;
31009
30982
  }
31010
-
31011
- .le1jwan {
31012
- font-family: Inter;
31013
- font-style: normal;
31014
- font-weight: bold;
31015
- font-size: 12px;
31016
- line-height: 18px;
30983
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30984
+ padding: 15px 25px 15px 8px;
31017
30985
  }
31018
-
31019
- .lyxynfj {
31020
- font-family: Inter;
31021
- font-style: normal;
31022
- font-weight: normal;
31023
- font-size: 12px;
31024
- line-height: 18px;
30986
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30987
+ padding: 0;
31025
30988
  }
31026
-
31027
- .lpb2nxv {
31028
- font-family: Inter;
31029
- font-style: normal;
31030
- font-weight: 500;
31031
- font-size: 12px;
31032
- line-height: 18px;
30989
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30990
+ position: absolute;
30991
+ right: 6px;
30992
+ top: 50%;
30993
+ transform: translateY(-50%);
30994
+ height: 16px;
30995
+ display: none;
30996
+ transition: transform 320ms ease;
31033
30997
  }
31034
-
31035
- .l1r8o3vv {
31036
- font-family: Inter;
31037
- font-style: normal;
31038
- font-weight: bold;
31039
- font-size: 12px;
31040
- line-height: 18px;
30998
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30999
+ display: block;
31000
+ transform: translateY(-50%) rotateX(180deg);
31041
31001
  }
31042
-
31043
- .lemnjy2 {
31044
- font-family: Inter;
31045
- font-style: normal;
31046
- font-weight: normal;
31047
- text-transform: uppercase;
31048
- font-feature-settings: "cpsp" on;
31049
- font-size: 12px;
31050
- line-height: 18px;
31002
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31003
+ display: block;
31051
31004
  }
31052
-
31053
- .lrc42gb {
31054
- font-family: Inter;
31055
- font-style: normal;
31056
- font-weight: bold;
31057
- text-transform: uppercase;
31058
- font-feature-settings: "cpsp" on;
31059
- font-size: 12px;
31060
- line-height: 18px;
31005
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31006
+ display: none;
31061
31007
  }
31062
-
31063
- .fqaz4mb {
31064
- font-family: Inter;
31065
- font-style: normal;
31066
- font-weight: normal;
31067
- font-size: 13px;
31068
- line-height: 20px;
31008
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31009
+ transform: translateY(-50%);
31069
31010
  }
31070
-
31071
- .f13we5o {
31072
- font-family: Inter;
31073
- font-style: normal;
31074
- font-weight: normal;
31075
- font-size: 13px;
31076
- line-height: 20px;
31011
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31012
+ transform: translateY(-50%) rotateX(180deg);
31077
31013
  }
31078
-
31079
- .ffmjua2 {
31080
- font-family: Inter;
31081
- font-style: normal;
31082
- font-weight: normal;
31083
- font-size: 12px;
31084
- line-height: 18px;
31014
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31015
+ background: #f2f5fa;
31085
31016
  }
31086
-
31087
- .fz2mxw0 {
31088
- font-family: Inter;
31089
- font-style: normal;
31090
- font-weight: normal;
31091
- font-size: 12px;
31092
- line-height: 18px;
31017
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31018
+ display: block;
31093
31019
  }
31094
-
31095
- .t1ertzoh {
31096
- font-family: Inter;
31097
- font-style: normal;
31098
- font-weight: normal;
31099
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31100
- font-size: 13px;
31101
- line-height: 20px;
31020
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31021
+ padding-right: 25px;
31102
31022
  }
31103
-
31104
- .t19bge8r {
31105
- font-family: Inter;
31106
- font-style: normal;
31107
- font-weight: normal;
31108
- font-feature-settings: "zero" on;
31109
- font-size: 13px;
31110
- line-height: 20px;
31023
+ .tta5kd2 .ant-table .ant-table-selection-column {
31024
+ padding: 0 !important;
31111
31025
  }
31112
-
31113
- .tjrzfyl {
31114
- font-family: Inter;
31115
- font-style: normal;
31116
- font-weight: normal;
31117
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31118
- font-size: 12px;
31119
- line-height: 18px;
31026
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31027
+ position: absolute;
31028
+ left: 50%;
31029
+ top: 50%;
31030
+ transform: translate(-50%, -50%);
31120
31031
  }
31121
-
31122
- .tm6s7bo {
31123
- font-family: Inter;
31124
- font-style: normal;
31125
- font-weight: 500;
31126
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31127
- font-size: 12px;
31128
- line-height: 18px;
31032
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31033
+ display: none;
31129
31034
  }
31130
-
31131
- .t19zq6ic {
31132
- font-family: Inter;
31133
- font-style: normal;
31134
- font-weight: normal;
31135
- font-feature-settings: "zero" on;
31136
- font-size: 12px;
31137
- line-height: 18px;
31035
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31036
+ background: #fff;
31138
31037
  }
31139
-
31140
- .t1gduru8 {
31141
- font-family: Inter;
31142
- font-style: normal;
31143
- font-weight: 500;
31144
- font-feature-settings: "zero" on;
31145
- font-size: 12px;
31146
- line-height: 18px;
31038
+ .tta5kd2 .ant-table .ant-table-placeholder {
31039
+ background: inherit;
31147
31040
  }
31148
-
31149
- .t55raab {
31150
- font-family: Inter;
31151
- font-style: normal;
31041
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31042
+ position: static;
31043
+ border: none;
31044
+ background: inherit !important;
31045
+ height: 100px;
31046
+ vertical-align: middle;
31047
+ }
31048
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31049
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31152
31050
  font-weight: bold;
31153
- font-feature-settings: "zero" on;
31154
- font-size: 16px;
31155
- line-height: 24px;
31051
+ font-size: 20px;
31052
+ color: rgba(10, 37, 85, 0.6);
31156
31053
  }
31157
-
31158
- .u1w9abfe {
31159
- font-family: Inter;
31160
- font-style: normal;
31161
- font-weight: normal;
31162
- font-size: 10px;
31163
- line-height: 12px;
31054
+ .tta5kd2 .ant-table td.cell__action_ {
31055
+ padding: 0 !important;
31056
+ position: relative;
31057
+ background: #fff;
31164
31058
  }
31165
-
31166
- .t1upn1sz {
31059
+ .tta5kd2 .ant-table td.cell__action_ > * {
31167
31060
  height: 100%;
31061
+ display: flex;
31062
+ align-items: center;
31063
+ justify-content: flex-end;
31064
+ padding-right: 8px;
31168
31065
  }
31169
-
31170
- .tta5kd2 {
31171
- height: 100%;
31066
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31067
+ width: 24px;
31068
+ height: 24px;
31069
+ cursor: pointer;
31070
+ justify-content: center;
31071
+ border-radius: 4px;
31172
31072
  }
31173
- .tta5kd2.empty-table .ant-table-content {
31174
- overflow: visible !important;
31175
- height: 100%;
31073
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31074
+ background: #fff;
31176
31075
  }
31177
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31178
- height: 100%;
31076
+
31077
+ .cz04yix {
31078
+ display: flex;
31079
+ flex-direction: column;
31179
31080
  }
31180
- .tta5kd2.empty-table .ant-table-content table {
31181
- width: 100% !important;
31081
+
31082
+ .m1if5j39 {
31083
+ max-width: 1120px;
31084
+ width: 100%;
31085
+ margin: 0 auto;
31182
31086
  height: 100%;
31183
31087
  }
31184
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31185
- padding: 15px 0;
31186
- }
31187
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31188
- display: none;
31189
- }
31190
- .tta5kd2 .active-row td:nth-child(1) {
31191
- font-weight: 700;
31088
+
31089
+ .w1vvwdlp {
31090
+ max-width: 1120px;
31091
+ width: 100%;
31092
+ margin: 0 auto;
31093
+ display: flex;
31192
31094
  }
31193
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31194
- font-weight: 700;
31095
+ .w1vvwdlp .left,
31096
+ .w1vvwdlp .right {
31097
+ flex-grow: 0;
31098
+ flex-shrink: 0;
31099
+ flex-basis: 21%;
31195
31100
  }
31196
- .tta5kd2 .ant-spin-nested-loading {
31197
- height: 100%;
31101
+ .w1vvwdlp .left {
31102
+ display: flex;
31103
+ justify-content: flex-end;
31104
+ padding-right: 44px;
31198
31105
  }
31199
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31200
- height: 100%;
31201
- overflow: visible;
31106
+ .w1vvwdlp .right {
31107
+ padding-left: 44px;
31202
31108
  }
31203
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31204
- max-height: none;
31109
+ .w1vvwdlp .middle {
31110
+ margin-bottom: 40px;
31111
+ flex-grow: 0;
31112
+ flex-shrink: 0;
31113
+ flex-basis: 58%;
31205
31114
  }
31206
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31207
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31208
- display: none;
31115
+ .w1vvwdlp .middle .form-base-field {
31116
+ width: 100%;
31209
31117
  }
31210
- .tta5kd2 td.ant-table-column-sort {
31211
- background: transparent;
31118
+ .w1vvwdlp .middle .form-base-field .form-base-field {
31119
+ width: auto;
31212
31120
  }
31213
- .tta5kd2 td.ant-table-cell-fix-left,
31214
- .tta5kd2 td.ant-table-cell-fix-right {
31215
- background: #fff;
31216
- padding: 0 !important;
31121
+
31122
+ .h1cuopx7 .ant-modal-header {
31123
+ margin: 0 auto;
31124
+ width: 100%;
31125
+ max-width: 648px;
31217
31126
  }
31218
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31219
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31220
- display: flex;
31221
- align-items: center;
31222
- height: 100%;
31223
- padding: 8px;
31127
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
31128
+ margin-left: 0;
31224
31129
  }
31225
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31226
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31227
- overflow: hidden;
31228
- text-overflow: ellipsis;
31130
+ .h1cuopx7 .ant-modal-body {
31131
+ margin: 0 auto;
31132
+ padding: 0;
31229
31133
  width: 100%;
31134
+ max-width: 648px;
31135
+ overflow: hidden;
31230
31136
  }
31231
- .tta5kd2 .ant-table-container {
31232
- height: 100%;
31137
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
31138
+ margin-bottom: 40px;
31233
31139
  }
31234
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31235
- box-shadow: none !important;
31140
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
31141
+ height: calc(100vh - 225px);
31142
+ overflow-y: auto;
31236
31143
  }
31237
- .tta5kd2 .ant-table {
31238
- border-radius: 0px;
31239
- border-left: none;
31240
- border-right: none;
31241
- border-bottom: none;
31242
- height: 100%;
31243
- font-size: 12px;
31244
- background: transparent;
31144
+ .h1cuopx7 .ant-modal-footer .footer-content {
31145
+ margin: 0 auto;
31146
+ max-width: 648px;
31245
31147
  }
31246
- .tta5kd2 .ant-table .ant-table-header {
31247
- position: relative;
31248
- z-index: 3;
31249
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31250
- margin-bottom: -1px;
31148
+
31149
+ .h1p6d3y3 .ant-modal-header {
31150
+ margin: 0 auto;
31151
+ width: 100%;
31152
+ max-width: 1024px;
31251
31153
  }
31252
- .tta5kd2 .ant-table .time-wrapper .date,
31253
- .tta5kd2 .ant-table .value {
31254
- color: #2d3a56;
31154
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
31155
+ margin-left: 0;
31255
31156
  }
31256
- .tta5kd2 .ant-table .time-wrapper .time,
31257
- .tta5kd2 .ant-table .unit {
31258
- color: rgba(44, 56, 82, 0.6);
31157
+ .h1p6d3y3 .ant-modal-body {
31158
+ margin: 0 auto;
31159
+ padding: 0;
31160
+ width: 100%;
31161
+ max-width: 1024px;
31162
+ overflow: hidden;
31259
31163
  }
31260
- .tta5kd2 .ant-table .ant-table-selection {
31261
- position: unset;
31262
- text-align: center;
31164
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
31165
+ margin-bottom: 40px;
31263
31166
  }
31264
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31265
- background: #fff;
31167
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
31168
+ height: calc(100vh - 225px);
31169
+ overflow-y: auto;
31266
31170
  }
31267
- .tta5kd2 .ant-table .anticon-setting {
31268
- cursor: pointer;
31269
- position: absolute;
31270
- top: 50%;
31271
- right: 12px;
31272
- transform: translateY(-50%);
31171
+ .h1p6d3y3 .ant-modal-footer .footer-content {
31172
+ margin: 0 auto;
31173
+ max-width: 1024px;
31273
31174
  }
31274
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31275
- box-shadow: none;
31276
- width: 1px;
31277
- background: rgba(213, 219, 227, 0.6);
31175
+
31176
+ .fxgckuk {
31177
+ flex: 1;
31278
31178
  }
31279
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31280
- box-shadow: none;
31281
- width: 1px;
31282
- background: rgba(213, 219, 227, 0.6);
31179
+ .fxgckuk label {
31180
+ font-size: 13px;
31181
+ line-height: 20px;
31182
+ color: rgba(44, 56, 82, 0.6);
31283
31183
  }
31284
- .tta5kd2 .ant-table .ant-table-tbody {
31285
- position: relative;
31184
+ .fxgckuk .title {
31185
+ font-size: 14px;
31186
+ line-height: 20px;
31187
+ color: #2d3a56;
31188
+ margin-bottom: 12px;
31286
31189
  }
31287
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31288
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31289
- border-bottom: 1px solid white;
31290
- height: 40px;
31291
- vertical-align: middle;
31292
- transition: background 0ms;
31293
- color: #00122e;
31190
+ .fxgckuk.connect-cluster .title {
31191
+ padding-bottom: 26px;
31294
31192
  }
31295
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31296
- background: #f2f5fa;
31297
- border-bottom-color: #f2f5fa;
31193
+
31194
+ .f1d0vek1 {
31195
+ padding: 25px 0 15px 0;
31196
+ border-bottom: 1px solid #e1e5eb;
31197
+ margin-bottom: 16px;
31298
31198
  }
31299
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31300
- height: auto;
31301
- color: #00122e;
31302
- font-size: 12px;
31303
- text-align: left;
31304
- transition: none;
31305
- overflow: hidden;
31306
- text-overflow: ellipsis;
31307
- white-space: nowrap;
31199
+
31200
+ .f4u402y {
31201
+ display: flex;
31202
+ align-items: center;
31203
+ margin-bottom: 8px;
31308
31204
  }
31309
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31310
- color: #0096ff;
31205
+ .f4u402y > label {
31206
+ width: 216px;
31311
31207
  }
31312
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31313
- overflow: hidden;
31314
- text-overflow: ellipsis;
31208
+ .f4u402y > label + * {
31315
31209
  width: 100%;
31316
- vertical-align: middle;
31317
31210
  }
31318
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31319
- line-height: 0px;
31211
+ .f4u402y .ant-select {
31212
+ width: 100%;
31320
31213
  }
31321
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31322
- padding-right: 25px;
31214
+
31215
+ .e1pldf6v {
31216
+ color: #e75a3a;
31217
+ margin-right: 10px;
31323
31218
  }
31324
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31325
- border-top-color: transparent;
31219
+
31220
+ .dq0gblh {
31221
+ width: 100%;
31222
+ height: 1px;
31223
+ background: rgba(213, 219, 227, 0.6);
31224
+ margin: 24px 0;
31326
31225
  }
31327
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31328
- background: rgba(225, 230, 241, 0.6);
31329
- border-color: transparent transparent white;
31226
+
31227
+ .l1v7sr0n {
31228
+ display: flex;
31229
+ justify-content: center;
31230
+ align-items: center;
31231
+ height: 100%;
31330
31232
  }
31331
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31332
- border-radius: 8px 0 0 8px;
31233
+
31234
+ .d1i4ou6o {
31235
+ display: inline-block;
31236
+ width: 4px;
31237
+ height: 4px;
31238
+ background: #8e9aa9;
31239
+ opacity: 0.4;
31240
+ border-radius: 50%;
31241
+ margin: 0 4px;
31333
31242
  }
31334
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31335
- border-radius: 8px 0 0 8px;
31243
+
31244
+ .m1jy87hk .ant-modal-header,
31245
+ .m1jy87hk .ant-modal-footer .footer-content {
31246
+ width: 648px;
31247
+ margin: 0 auto;
31336
31248
  }
31337
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31338
- content: "";
31339
- width: 4px;
31340
- top: -1px;
31341
- bottom: -1px;
31342
- background: white;
31249
+ .m1jy87hk .ant-modal-header {
31250
+ padding: 35px 0 24px;
31251
+ border: none;
31343
31252
  }
31344
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31345
- border-radius: 0 8px 8px 0;
31253
+ .m1jy87hk .ant-modal-header .ant-modal-title {
31254
+ font-size: 30px;
31346
31255
  }
31347
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31348
- border-radius: 0;
31349
- background: white;
31350
- border-top: none;
31256
+ .m1jy87hk .ant-modal-body {
31257
+ padding: 4px 0 2px;
31351
31258
  }
31352
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31353
- border-top: 1px solid transparent;
31354
- border-radius: 0 8px 8px 0;
31355
- background: rgba(225, 230, 241, 0.6);
31259
+ .m1jy87hk .ant-modal-footer {
31260
+ border: none;
31356
31261
  }
31357
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31358
- background: white;
31359
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31262
+
31263
+ .ti7fpyu {
31264
+ font-size: 12px;
31265
+ line-height: 18px;
31266
+ font-weight: bold;
31267
+ color: #fff;
31268
+ padding: 0 4px;
31269
+ border-radius: 4px;
31270
+ display: inline-block;
31271
+ background: var(--ti7fpyu-0);
31360
31272
  }
31361
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31273
+ .ti7fpyu:not(:first-child) {
31274
+ margin-left: 4px;
31275
+ }
31276
+
31277
+ .f1rest1f {
31278
+ width: 100%;
31279
+ height: 100%;
31362
31280
  display: flex;
31363
31281
  align-items: center;
31364
- height: 100%;
31365
- background: rgba(225, 230, 241, 0.6);
31282
+ justify-content: center;
31366
31283
  }
31367
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31368
- background: white;
31369
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31284
+
31285
+ .n1kbdoln {
31286
+ font-size: 90%;
31287
+ font-weight: bold;
31288
+ background-color: rgba(240, 243, 247, 0.6);
31289
+ padding: 1px 4px 1px;
31290
+ margin-left: 2px;
31291
+ margin-right: 2px;
31292
+ border: 1px solid rgba(213, 219, 227, 0.6);
31293
+ border-radius: 4px;
31370
31294
  }
31371
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31372
- display: flex;
31373
- align-items: center;
31374
- height: 100%;
31375
- background: rgba(225, 230, 241, 0.6);
31295
+
31296
+ .f1y3gta0.form-item-general {
31297
+ width: 640px;
31376
31298
  }
31377
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31378
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31299
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
31300
+ margin-top: 16px;
31379
31301
  }
31380
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31381
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31382
- border-radius: 8px;
31302
+ .f1y3gta0.form-item-compact {
31303
+ width: 412px;
31383
31304
  }
31384
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31385
- border-top-color: white;
31305
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
31306
+ margin-top: 8px;
31386
31307
  }
31387
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31388
- background: rgba(0, 136, 255, 0.1);
31389
- border-bottom-color: transparent;
31390
- border-top-color: transparent;
31308
+ .f1y3gta0 .form-item {
31309
+ width: auto;
31391
31310
  }
31392
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31393
- border-radius: 8px 0 0 8px;
31311
+ .f1y3gta0 .form-item-main {
31312
+ position: relative;
31313
+ display: flex;
31394
31314
  }
31395
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31396
- border-radius: 0 8px 8px 0;
31315
+ .f1y3gta0 .form-item-extra {
31316
+ margin-top: 4px;
31317
+ width: 100%;
31318
+ padding: 14px;
31319
+ background: #f2f4f6;
31320
+ font-size: 13px;
31321
+ line-height: 1.8;
31322
+ color: #8e9aa9;
31397
31323
  }
31398
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31399
- background: rgba(0, 136, 255, 0.1);
31324
+ .f1y3gta0 .form-item-label {
31325
+ padding-right: 12px;
31326
+ font-size: 13px;
31327
+ color: rgba(44, 56, 82, 0.6);
31400
31328
  }
31401
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31402
- background: #fff;
31403
- font-weight: 400;
31404
- position: relative;
31405
- border-bottom: none;
31406
- color: #00122e;
31407
- transition: none;
31408
- padding: 15px 8px 15px 8px;
31329
+ .f1y3gta0 .form-item-label.label-right {
31330
+ text-align: right;
31409
31331
  }
31410
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31411
- content: "";
31412
- width: 1px;
31413
- top: 0;
31414
- bottom: 0;
31415
- background: rgba(211, 218, 235, 0.6);
31416
- position: absolute;
31417
- right: 0;
31332
+ .f1y3gta0 .form-item-label,
31333
+ .f1y3gta0 .form-item-control {
31334
+ line-height: 32px;
31418
31335
  }
31419
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31420
- padding: unset;
31336
+ .f1y3gta0 .form-item-control .form-item-error {
31337
+ line-height: 18px;
31421
31338
  }
31422
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31423
- display: none;
31339
+ .f1y3gta0 .form-item-children {
31340
+ width: 100%;
31424
31341
  }
31425
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31342
+ .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 {
31426
31343
  width: 100%;
31427
- overflow: hidden;
31428
- white-space: nowrap;
31429
- text-overflow: ellipsis;
31430
31344
  }
31431
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31345
+ .f1y3gta0 .form-item-error {
31346
+ color: #e75a3a;
31347
+ height: 0;
31432
31348
  overflow: hidden;
31433
- text-overflow: ellipsis;
31434
- flex: 1;
31435
- }
31436
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31437
- padding: 15px 25px 15px 8px;
31438
31349
  }
31439
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31440
- padding: 0;
31350
+ .f1y3gta0 .form-item-error-enter-done {
31351
+ margin-top: 4px;
31352
+ height: auto;
31353
+ overflow: auto;
31441
31354
  }
31442
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31443
- position: absolute;
31444
- right: 6px;
31445
- top: 50%;
31446
- transform: translateY(-50%);
31447
- height: 16px;
31448
- display: none;
31449
- transition: transform 320ms ease;
31355
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31356
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31357
+ border: 1px solid #e75a3a;
31358
+ color: #e75a3a;
31450
31359
  }
31451
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31452
- display: block;
31453
- transform: translateY(-50%) rotateX(180deg);
31360
+
31361
+ .fujbm7g {
31362
+ color: #2d3a56;
31363
+ font-weight: bold;
31364
+ padding-bottom: 6px;
31365
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31366
+ margin-bottom: 16px;
31454
31367
  }
31455
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31456
- display: block;
31368
+ .fujbm7g:not(:first-of-type) {
31369
+ margin-top: 16px;
31457
31370
  }
31458
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31459
- display: none;
31371
+
31372
+ .e5fsw5s {
31373
+ width: 8px;
31374
+ height: 24px;
31375
+ display: flex;
31376
+ justify-content: center;
31377
+ align-items: center;
31378
+ cursor: pointer;
31379
+ transition: all 200ms ease-out 40ms;
31460
31380
  }
31461
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31462
- transform: translateY(-50%);
31381
+ .e5fsw5s:before, .e5fsw5s:after {
31382
+ content: "";
31383
+ width: 1px;
31384
+ height: 6px;
31385
+ border-radius: 1px;
31386
+ background: #ccd4e3;
31387
+ position: relative;
31388
+ right: 2px;
31389
+ transform: rotate(-45deg);
31463
31390
  }
31464
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31465
- transform: translateY(-50%) rotateX(180deg);
31391
+ .e5fsw5s:after {
31392
+ transform: rotate(45deg);
31393
+ left: 1px;
31466
31394
  }
31467
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31468
- background: #f2f5fa;
31395
+
31396
+ .w18knsg4.ant-alert-warning {
31397
+ border: 0;
31398
+ background: rgba(255, 187, 0, 0.1);
31399
+ border-radius: 6px;
31469
31400
  }
31470
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31471
- display: block;
31401
+ .w18knsg4.ant-alert,
31402
+ .w18knsg4 .ant-alert-message {
31403
+ color: #e07f00;
31472
31404
  }
31473
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31474
- padding-right: 25px;
31405
+ .w18knsg4.ant-alert .dashed-border-bottom,
31406
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
31407
+ border-bottom-color: #e07f00;
31475
31408
  }
31476
- .tta5kd2 .ant-table .ant-table-selection-column {
31477
- padding: 0 !important;
31409
+
31410
+ .ng31n2o {
31411
+ display: flex;
31412
+ flex-direction: row;
31413
+ padding: 7px 12px;
31414
+ background: rgba(255, 187, 0, 0.1);
31415
+ border-radius: 6px;
31416
+ color: #e07f00;
31417
+ font-size: 12px;
31418
+ line-height: 18px;
31478
31419
  }
31479
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31480
- position: absolute;
31481
- left: 50%;
31482
- top: 50%;
31483
- transform: translate(-50%, -50%);
31420
+ .ng31n2o .icon-wrapper {
31421
+ margin-right: 10px;
31422
+ height: 18px;
31484
31423
  }
31485
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31486
- display: none;
31424
+
31425
+ .n15x5f5y {
31426
+ display: flex;
31427
+ flex-direction: row;
31428
+ padding: 7px 12px;
31429
+ background: rgba(225, 230, 241, 0.6);
31430
+ border-radius: 6px;
31431
+ color: rgba(44, 56, 82, 0.6);
31432
+ font-size: 12px;
31433
+ line-height: 18px;
31487
31434
  }
31488
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31489
- background: #fff;
31435
+ .n15x5f5y .icon-wrapper {
31436
+ margin-right: 10px;
31437
+ height: 18px;
31490
31438
  }
31491
- .tta5kd2 .ant-table .ant-table-placeholder {
31492
- background: inherit;
31439
+
31440
+ .i16ozz3f {
31441
+ display: flex;
31442
+ flex-direction: row;
31443
+ padding: 7px 12px;
31444
+ background: rgba(0, 136, 255, 0.1);
31445
+ border-radius: 6px;
31446
+ color: #005ed1;
31447
+ font-size: 12px;
31448
+ line-height: 18px;
31493
31449
  }
31494
- .tta5kd2 .ant-table .ant-table-placeholder td {
31495
- position: static;
31496
- border: none;
31497
- background: inherit !important;
31498
- height: 100px;
31499
- vertical-align: middle;
31450
+ .i16ozz3f .icon-wrapper {
31451
+ margin-right: 10px;
31452
+ height: 18px;
31500
31453
  }
31501
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31502
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31503
- font-weight: bold;
31504
- font-size: 20px;
31505
- color: rgba(10, 37, 85, 0.6);
31454
+
31455
+ .dszu9qr {
31456
+ color: rgba(44, 56, 82, 0.6);
31457
+ margin-top: 5px;
31458
+ font-size: 12px;
31459
+ line-height: 18px;
31506
31460
  }
31507
- .tta5kd2 .ant-table td.cell__action_ {
31508
- padding: 0 !important;
31509
- position: relative;
31510
- background: #fff;
31461
+
31462
+ .snxzgx {
31463
+ color: #f0483e;
31464
+ font-size: 12px;
31465
+ white-space: pre-wrap;
31511
31466
  }
31512
- .tta5kd2 .ant-table td.cell__action_ > * {
31513
- height: 100%;
31467
+
31468
+ .o1i4orqw {
31514
31469
  display: flex;
31515
31470
  align-items: center;
31516
31471
  justify-content: flex-end;
31517
- padding-right: 8px;
31518
31472
  }
31519
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31520
- width: 24px;
31521
- height: 24px;
31522
- cursor: pointer;
31523
- justify-content: center;
31524
- border-radius: 4px;
31473
+ .o1i4orqw .icon-wrapper {
31474
+ margin-right: 16px;
31525
31475
  }
31526
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31527
- background: #fff;
31476
+
31477
+ .t79k8o2 {
31478
+ color: rgba(0, 21, 64, 0.3);
31528
31479
  }
31529
31480
 
31530
- .rxbeqvl.ant-radio-wrapper {
31531
- display: inline-flex;
31532
- align-items: baseline;
31533
- white-space: pre-wrap;
31481
+ .ipd9bk.ant-input {
31482
+ padding: 5px 12px;
31483
+ line-height: 20px;
31484
+ color: #2d3a56;
31485
+ border-radius: 6px;
31486
+ border-color: rgba(172, 186, 211, 0.6);
31487
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31534
31488
  }
31535
- .rxbeqvl.ant-radio-wrapper .ant-radio {
31536
- position: relative;
31537
- top: 3px;
31489
+ .ipd9bk.ant-input.ant-input-lg {
31490
+ padding: 8px 16px;
31491
+ line-height: 22px;
31538
31492
  }
31539
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31493
+ .ipd9bk.ant-input.ant-input-sm {
31494
+ padding: 2px 8px;
31495
+ line-height: 18px;
31496
+ }
31497
+ .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 {
31540
31498
  border-color: rgba(107, 128, 167, 0.6);
31499
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31500
+ z-index: 1;
31541
31501
  }
31542
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31543
- border-color: #0080ff;
31502
+ .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 {
31503
+ border-color: #0096ff;
31504
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31505
+ z-index: 1;
31544
31506
  }
31545
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31546
- border-color: #0080ff;
31547
- background: #0080ff;
31507
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
31508
+ border-color: #e75a3a;
31509
+ color: #e75a3a;
31548
31510
  }
31549
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31550
- top: 4px;
31551
- left: 4px;
31552
- width: 6px;
31553
- height: 6px;
31554
- background: #fff;
31511
+ .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 {
31512
+ border-color: #e75a3a;
31513
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31514
+ }
31515
+ .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 {
31516
+ border-color: #e75a3a;
31517
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31518
+ }
31519
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
31520
+ background: rgba(211, 218, 235, 0.6);
31521
+ color: rgba(0, 21, 64, 0.3);
31522
+ border-color: rgba(172, 186, 211, 0.6);
31523
+ }
31524
+ .ipd9bk.ant-input-affix-wrapper {
31525
+ padding: 5px 12px;
31526
+ border-radius: 6px;
31527
+ border-color: rgba(172, 186, 211, 0.6);
31528
+ line-height: 20px;
31529
+ color: #2d3a56;
31530
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31531
+ }
31532
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31533
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31534
+ color: rgba(44, 56, 82, 0.6);
31535
+ }
31536
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31537
+ padding: 8px 16px;
31538
+ line-height: 22px;
31555
31539
  }
31556
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31557
- opacity: 0.5;
31540
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31541
+ padding: 2px 8px;
31542
+ line-height: 18px;
31558
31543
  }
31559
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31544
+ .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 {
31560
31545
  border-color: rgba(107, 128, 167, 0.6);
31561
- background: rgba(211, 218, 235, 0.6);
31562
- }
31563
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31564
- background: #00122e;
31546
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31565
31547
  }
31566
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31567
- color: #00122e;
31568
- opacity: 0.5;
31548
+ .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 {
31549
+ border-color: #0096ff;
31550
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31569
31551
  }
31570
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31571
- color: #00122e;
31552
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31553
+ border-color: #e75a3a;
31572
31554
  }
31573
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31574
- display: inline-block;
31575
- padding: 0;
31576
- padding-left: 12px;
31555
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31556
+ color: #e75a3a;
31577
31557
  }
31578
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31579
- margin-bottom: 0;
31580
- white-space: pre-wrap;
31581
- color: rgba(44, 56, 82, 0.6);
31558
+ .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 {
31559
+ border-color: #e75a3a;
31560
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31582
31561
  }
31583
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31584
- padding-left: 8px;
31562
+ .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 {
31563
+ border-color: #e75a3a;
31564
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31585
31565
  }
31586
-
31587
- .r5ie79y .ant-radio-button-wrapper:first-child {
31588
- border-radius: 5px 0 0 5px;
31566
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31567
+ background: rgba(211, 218, 235, 0.6);
31568
+ color: rgba(0, 21, 64, 0.3);
31569
+ border-color: rgba(172, 186, 211, 0.6);
31589
31570
  }
31590
- .r5ie79y .ant-radio-button-wrapper:last-child {
31591
- border-radius: 0 5px 5px 0;
31571
+ textarea.ipd9bk.ant-input {
31572
+ transition-property: height;
31573
+ transition-delay: 50ms;
31592
31574
  }
31593
-
31594
- .r1f0aqcc {
31595
- color: #00122e;
31596
- border-color: #ccd4e3;
31575
+ textarea.ipd9bk.ant-input.textarea-large {
31576
+ min-height: 40px;
31577
+ height: 40px;
31597
31578
  }
31598
- .r1f0aqcc:first-child {
31599
- border-color: #a3b4cc;
31579
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31580
+ height: 80px;
31600
31581
  }
31601
- .r1f0aqcc.ant-radio-button-wrapper {
31602
- padding: 0 12px;
31603
- line-height: 32px;
31582
+ textarea.ipd9bk.ant-input.textarea-middle {
31583
+ min-height: 32px;
31604
31584
  height: 32px;
31605
31585
  }
31606
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
31607
- white-space: nowrap;
31608
- }
31609
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31610
- height: 22px;
31611
- padding: 0 7px;
31612
- line-height: 20px;
31586
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31587
+ height: 64px;
31613
31588
  }
31614
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31615
- background: #ccd4e3;
31589
+ textarea.ipd9bk.ant-input.textarea-small {
31590
+ min-height: 24px;
31591
+ height: 24px;
31616
31592
  }
31617
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31618
- background: #0080ff;
31593
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31594
+ height: 40px;
31619
31595
  }
31620
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31621
- background: #ccd4e3;
31622
- opacity: 0.5;
31596
+
31597
+ .kypn5o5 input, .kypn5o5.input-tags {
31598
+ border: 1px solid rgba(213, 219, 227, 0.6);
31599
+ border-radius: 4px;
31623
31600
  }
31624
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31625
- border-right-color: #0080ff;
31601
+ .kypn5o5.input-tags {
31602
+ position: relative;
31603
+ padding: 6px;
31604
+ height: 32px;
31605
+ cursor: pointer;
31606
+ transition: border 150ms;
31626
31607
  }
31627
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31608
+ .kypn5o5.input-tags:hover {
31628
31609
  border-color: #0080ff;
31610
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31629
31611
  }
31630
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31631
- background: rgba(0, 136, 255, 0.1);
31612
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31613
+ padding-right: 30px;
31632
31614
  }
31633
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31634
- background: rgba(211, 218, 235, 0.6);
31635
- border-color: #ccd4e3;
31636
- opacity: 0.5;
31615
+ .kypn5o5.input-tags .input-tags-inner {
31616
+ display: flex;
31637
31617
  }
31638
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31639
- color: #00122e;
31640
- border-color: #ccd4e3;
31618
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31619
+ display: flex;
31641
31620
  }
31642
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31643
- color: #00122e;
31644
- border-color: #ccd4e3;
31645
- background: rgba(172, 186, 211, 0.6);
31621
+ .kypn5o5.input-tags .input-tag-suffix {
31622
+ position: absolute;
31623
+ right: 12px;
31624
+ top: 50%;
31625
+ transform: translateY(-50%);
31646
31626
  }
31647
- .r1f0aqcc .ant-radio-button-input {
31648
- margin-right: 8px;
31649
- display: inline;
31650
- border: none;
31651
- padding: 0;
31652
- width: 36px;
31653
- background: transparent;
31627
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31628
+ color: rgba(0, 0, 0, 0.25);
31629
+ font-size: 12px;
31630
+ cursor: pointer;
31654
31631
  }
31655
- .r1f0aqcc .ant-radio-button-input:focus {
31656
- box-shadow: none;
31632
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31633
+ color: rgba(0, 0, 0, 0.45);
31657
31634
  }
31658
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31659
- margin-right: 0;
31660
- width: initial;
31661
- box-shadow: none;
31635
+ .kypn5o5.has-focus-indicator {
31636
+ position: relative;
31637
+ overflow: hidden;
31662
31638
  }
31663
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31664
- display: none;
31639
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31640
+ position: absolute;
31641
+ top: 50%;
31642
+ transform: translateY(-50%);
31643
+ left: -16px;
31644
+ transition: left 150ms ease;
31645
+ opacity: 0;
31665
31646
  }
31666
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31667
- display: inline;
31647
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31648
+ left: 8px;
31649
+ opacity: 1;
31668
31650
  }
31669
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31670
- display: inline;
31671
- margin-right: 8px;
31672
- padding: 0;
31673
- width: 36px;
31651
+ .kypn5o5.has-focus-indicator input {
31652
+ transition: margin-left 150ms ease;
31653
+ margin-left: 0px;
31654
+ }
31655
+ .kypn5o5.has-focus-indicator input:focus {
31656
+ margin-left: 16px;
31674
31657
  }
31675
31658
 
31676
- .s1fc623g {
31677
- width: 430px !important;
31659
+ input.l1ki27se.ant-input {
31660
+ border-top-right-radius: 0;
31661
+ border-bottom-right-radius: 0;
31678
31662
  }
31679
31663
 
31680
- .da3mx0o .ant-select-item-group {
31681
- padding: 8px 16px;
31682
- line-height: 18px;
31683
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31684
- height: 34px;
31685
- min-height: 34px;
31686
- box-sizing: border-box;
31687
- margin-top: 8px;
31664
+ .l1ki27se.ant-input-affix-wrapper {
31665
+ border-top-right-radius: 0;
31666
+ border-bottom-right-radius: 0;
31688
31667
  }
31689
31668
 
31690
- .onr9gzt {
31691
- display: flex;
31692
- flex-direction: column;
31693
- margin: 1px 8px;
31694
- padding: 8px;
31695
- border-radius: 4px;
31669
+ input.rrg1fkn.ant-input {
31670
+ border-top-left-radius: 0;
31671
+ border-bottom-left-radius: 0;
31696
31672
  }
31697
- .onr9gzt .selected-icon {
31698
- display: none;
31673
+
31674
+ .rrg1fkn.ant-input-affix-wrapper {
31675
+ border-top-left-radius: 0;
31676
+ border-bottom-left-radius: 0;
31699
31677
  }
31700
- .onr9gzt.ant-select-item-option-grouped {
31701
- padding-left: 8px;
31678
+
31679
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31680
+ border-top-right-radius: 0;
31681
+ border-bottom-right-radius: 0;
31702
31682
  }
31703
- .onr9gzt.ant-select-item-option-selected {
31704
- background-color: white;
31683
+
31684
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31685
+ border-top-left-radius: 0;
31686
+ border-bottom-left-radius: 0;
31705
31687
  }
31706
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31707
- color: #0080ff;
31688
+
31689
+ .c1t6wbwv {
31690
+ display: flex;
31691
+ flex-direction: column;
31708
31692
  }
31709
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31710
- display: block;
31693
+ .c1t6wbwv .select-wrapper {
31694
+ margin-top: 12px;
31711
31695
  }
31712
- .onr9gzt.ant-select-item-option-active {
31713
- background: rgba(0, 136, 255, 0.16);
31696
+ .c1t6wbwv .select-wrapper .select {
31697
+ width: 100%;
31714
31698
  }
31715
- .onr9gzt.ant-select-item-option-active .timezone-title {
31716
- color: #0080ff;
31699
+ .c1t6wbwv .radio-wrapper {
31700
+ margin-top: 24px;
31717
31701
  }
31718
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31719
- background: rgba(0, 136, 255, 0.1);
31720
- color: #0080ff;
31702
+ .c1t6wbwv .form-item {
31703
+ width: 100%;
31721
31704
  }
31722
31705
 
31723
- .oiy0apc {
31724
- display: flex;
31725
- justify-content: space-between;
31726
- height: 20px;
31727
- line-height: 20px;
31706
+ .d1k7vv5v {
31707
+ font-size: 14px;
31708
+ font-weight: 500;
31709
+ color: #3e4652;
31710
+ line-height: 18px;
31728
31711
  }
31729
- .oiy0apc .timezone-title {
31730
- color: #2d3a56;
31731
- overflow: hidden;
31732
- text-overflow: ellipsis;
31712
+ .d1k7vv5v + .d1k7vv5v {
31713
+ margin-top: 16px;
31714
+ }
31715
+ .d1k7vv5v + * {
31716
+ margin-top: 16px;
31733
31717
  }
31734
31718
 
31735
- .of4y382 {
31736
- display: flex;
31737
- justify-content: space-between;
31719
+ .le7b9r4.d1k7vv5v {
31720
+ font-size: 12px;
31738
31721
  color: rgba(44, 56, 82, 0.6);
31739
- height: 18px;
31722
+ margin-top: 12px;
31723
+ }
31724
+
31725
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31740
31726
  line-height: 18px;
31741
- margin-top: 2px;
31727
+ font-weight: 500;
31728
+ margin-top: 0;
31729
+ white-space: initial;
31742
31730
  }
31743
31731
 
31744
- .t19903l9 {
31745
- border: none;
31746
- margin-right: 0;
31747
- background: rgba(225, 230, 241, 0.6);
31732
+ .r12ddqmh {
31733
+ display: block;
31734
+ }
31735
+ .r12ddqmh span {
31736
+ font-size: 14px;
31737
+ font-weight: 500;
31738
+ line-height: 32px;
31739
+ color: #3e4652;
31748
31740
  }
31749
31741
 
31750
- .ohwbvxu {
31751
- pointer-events: none;
31752
- height: 32px;
31753
- width: 100%;
31754
- opacity: 0;
31742
+ .ctcr26a {
31743
+ margin-top: 8px;
31744
+ padding: 8px;
31745
+ border-radius: 6px;
31746
+ background: rgba(225, 230, 241, 0.6);
31747
+ color: rgba(44, 56, 82, 0.6);
31748
+ font-size: 12px;
31749
+ }
31750
+ .ctcr26a div {
31751
+ line-height: 20px;
31752
+ display: flex;
31753
+ align-items: center;
31754
+ word-break: break-all;
31755
31755
  }
31756
31756
 
31757
31757
  .c1up1pdz {
@@ -31894,53 +31894,214 @@ input.rrg1fkn.ant-input {
31894
31894
  color: #fff;
31895
31895
  }
31896
31896
 
31897
- .c18gxmrl {
31898
- border: 1px solid #d8deeb;
31899
- border-radius: 4px;
31897
+ .m1thnes4 {
31898
+ color: rgba(44, 56, 82, 0.6);
31899
+ text-align: center;
31900
+ display: flex;
31901
+ align-items: center;
31902
+ justify-content: center;
31903
+ flex-direction: column;
31904
+ height: 100%;
31900
31905
  }
31901
- .c18gxmrl + .c18gxmrl {
31902
- margin-top: 8px;
31906
+ .m1thnes4 .link {
31907
+ color: #0080ff;
31908
+ cursor: pointer;
31903
31909
  }
31904
- .c18gxmrl:hover {
31905
- border-color: #0080ff;
31910
+
31911
+ .m1bixfdy {
31912
+ width: 100%;
31913
+ height: 100%;
31914
+ display: flex;
31915
+ flex-direction: column;
31906
31916
  }
31907
- .c18gxmrl:hover > header {
31908
- background: rgba(0, 128, 255, 0.1);
31917
+ .m1bixfdy .name-toolbar {
31918
+ width: 100%;
31919
+ display: flex;
31920
+ line-height: 30px;
31921
+ padding: 0 16px;
31922
+ justify-content: space-between;
31909
31923
  }
31910
- .c18gxmrl.active header {
31911
- border-bottom: 1px solid #d8deeb;
31924
+ .m1bixfdy .name-toolbar .metric-extra {
31925
+ display: flex;
31926
+ font-size: 12px;
31927
+ align-items: center;
31912
31928
  }
31913
- .c18gxmrl > header {
31914
- padding: 8px 12px;
31929
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
31930
+ color: #a3b4cc;
31931
+ }
31932
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
31933
+ margin-left: 10px;
31934
+ }
31935
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
31936
+ margin-left: 10px;
31937
+ cursor: pointer;
31938
+ }
31939
+ .m1bixfdy .content {
31940
+ flex: 1;
31941
+ width: 100%;
31942
+ display: flex;
31943
+ justify-content: center;
31944
+ align-items: center;
31945
+ }
31946
+ .m1bixfdy .single-content {
31947
+ height: 65px;
31915
31948
  }
31916
31949
 
31917
- .gmyahx3 {
31950
+ .lfamfcw {
31951
+ display: flex;
31952
+ align-items: center;
31953
+ white-space: nowrap;
31954
+ overflow: hidden;
31955
+ width: 100%;
31956
+ }
31957
+ .lfamfcw .ant-dropdown-trigger {
31958
+ margin-left: auto;
31959
+ font-size: 12px;
31960
+ }
31961
+
31962
+ .la6u9b4 {
31963
+ display: flex;
31964
+ justify-content: flex-start;
31965
+ align-items: center;
31966
+ font-size: 12px;
31918
31967
  cursor: pointer;
31919
31968
  }
31920
- .gmyahx3 .link-text {
31921
- color: rgba(0, 21, 64, 0.3);
31969
+ .la6u9b4:not(:last-child) {
31970
+ margin-right: 20px;
31922
31971
  }
31923
- .gmyahx3:hover .link-text {
31924
- color: #0080ff;
31972
+ .la6u9b4.deselected {
31973
+ opacity: 0.4;
31974
+ }
31975
+ .la6u9b4.deselected .color-block {
31976
+ background: #b4beca !important;
31925
31977
  }
31926
31978
 
31927
- .n12mqh7z {
31979
+ .chhvk8b {
31980
+ display: inline-block;
31981
+ height: 8px;
31982
+ width: 8px;
31983
+ margin-right: 8px;
31984
+ }
31985
+
31986
+ .e1sdlxq1 .ant-dropdown-menu-item {
31928
31987
  display: flex;
31929
31988
  align-items: center;
31930
31989
  font-size: 12px;
31931
- line-height: 18px;
31990
+ margin: 0;
31932
31991
  }
31933
- .n12mqh7z:not(:last-child) {
31934
- margin-bottom: 4px;
31992
+
31993
+ .m16f7gpb {
31994
+ position: relative;
31995
+ }
31996
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
31997
+ bottom: -12px;
31998
+ }
31999
+ .m16f7gpb .metric-toolbar {
32000
+ display: flex;
32001
+ justify-content: space-between;
32002
+ line-height: 30px;
32003
+ margin: 0 16px;
32004
+ }
32005
+ .m16f7gpb .metric-toolbar .metric-extra {
32006
+ display: flex;
32007
+ font-size: 12px;
32008
+ align-items: center;
32009
+ }
32010
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32011
+ color: #a3b4cc;
32012
+ }
32013
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32014
+ margin-left: 10px;
32015
+ }
32016
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32017
+ margin-left: 10px;
32018
+ cursor: pointer;
32019
+ }
32020
+ .m16f7gpb .recharts-xAxis {
32021
+ font-size: 12px;
32022
+ }
32023
+ .m16f7gpb .pointer-wrapper {
32024
+ position: absolute;
32025
+ bottom: 10px;
32026
+ padding: 0 8px;
32027
+ border-radius: 4px;
32028
+ font-size: 12px;
32029
+ color: #fff;
32030
+ background: rgba(0, 0, 0, 0.75);
32031
+ transform: translateX(-50%);
31935
32032
  }
31936
32033
 
31937
- .tf5bynu {
31938
- margin: 0 3px;
32034
+ .t1ipvk51 {
32035
+ min-width: 200px;
31939
32036
  }
31940
32037
 
31941
- .tcckoz1 {
31942
- max-height: 400px;
31943
- overflow: "auto";
32038
+ .t1kgldps {
32039
+ display: flex;
32040
+ align-items: center;
32041
+ justify-content: space-between;
32042
+ background-color: rgba(0, 0, 0, 0.75);
32043
+ color: #b4beca;
32044
+ font-size: 12px;
32045
+ padding: 3px 6px;
32046
+ }
32047
+ .t1kgldps:first-child {
32048
+ padding-top: 3px;
32049
+ }
32050
+ .t1kgldps:last-child {
32051
+ padding-bottom: 3px;
32052
+ }
32053
+ .t1kgldps .column-value {
32054
+ color: #fff;
32055
+ margin-left: 8px;
32056
+ }
32057
+
32058
+ .l4bld33 {
32059
+ width: 64px;
32060
+ height: 64px;
32061
+ display: flex;
32062
+ align-items: center;
32063
+ justify-content: center;
32064
+ position: relative;
32065
+ opacity: 0.2;
32066
+ }
32067
+
32068
+ .lgitjoj {
32069
+ position: absolute;
32070
+ width: 5px;
32071
+ height: 48px;
32072
+ left: 9.33px;
32073
+ top: 40.5px;
32074
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32075
+ border-radius: 5px;
32076
+ transform: rotate(-128deg);
32077
+ transform-origin: top left;
32078
+ animation: loading-indicator1 1100ms ease-out infinite;
32079
+ }
32080
+
32081
+ .l13g0exg {
32082
+ position: absolute;
32083
+ width: 5px;
32084
+ height: 48px;
32085
+ left: 40.8px;
32086
+ top: 8.4px;
32087
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32088
+ border-radius: 5px;
32089
+ transform: rotate(-8deg);
32090
+ transform-origin: top left;
32091
+ animation: loading-indicator2 1100ms ease-out infinite;
32092
+ }
32093
+
32094
+ .l1exo3h6 {
32095
+ position: absolute;
32096
+ width: 5px;
32097
+ height: 48px;
32098
+ left: 52.9px;
32099
+ top: 51.8px;
32100
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32101
+ border-radius: 5px;
32102
+ transform: rotate(112deg);
32103
+ transform-origin: top left;
32104
+ animation: loading-indicator3 1100ms ease-out infinite;
31944
32105
  }
31945
32106
 
31946
32107
  .berrcjl {
@@ -31959,14 +32120,6 @@ input.rrg1fkn.ant-input {
31959
32120
  color: #005ed1;
31960
32121
  }
31961
32122
 
31962
- .s1iv0tp1 .enabled-switch {
31963
- display: flex;
31964
- align-items: center;
31965
- }
31966
- .s1iv0tp1 .enabled-text {
31967
- margin-right: 8px;
31968
- }
31969
-
31970
32123
  .c1uzzomf {
31971
32124
  margin-bottom: 16px;
31972
32125
  }
@@ -31989,27 +32142,133 @@ input.rrg1fkn.ant-input {
31989
32142
  text-align: center;
31990
32143
  }
31991
32144
 
31992
- .wg1tsps {
32145
+ .c18gxmrl {
32146
+ border: 1px solid #d8deeb;
32147
+ border-radius: 4px;
32148
+ }
32149
+ .c18gxmrl + .c18gxmrl {
32150
+ margin-top: 8px;
32151
+ }
32152
+ .c18gxmrl:hover {
32153
+ border-color: #0080ff;
32154
+ }
32155
+ .c18gxmrl:hover > header {
32156
+ background: rgba(0, 128, 255, 0.1);
32157
+ }
32158
+ .c18gxmrl.active header {
32159
+ border-bottom: 1px solid #d8deeb;
32160
+ }
32161
+ .c18gxmrl > header {
32162
+ padding: 8px 12px;
32163
+ }
32164
+
32165
+ .c18bcrac {
32166
+ display: inline-block;
32167
+ width: 100%;
32168
+ }
32169
+ .c18bcrac .recharts-wrapper {
32170
+ margin-left: 4px;
32171
+ }
32172
+
32173
+ .cro7kg2 {
32174
+ padding: 4px;
32175
+ }
32176
+
32177
+ .c14wcxf0 {
31993
32178
  display: flex;
32179
+ justify-content: space-between;
31994
32180
  align-items: center;
31995
- justify-content: flex-end;
32181
+ font-size: 13px;
32182
+ line-height: 24px;
32183
+ color: #cccccc;
32184
+ white-space: nowrap;
32185
+ }
32186
+ .c14wcxf0 label {
32187
+ margin-right: 32px;
31996
32188
  }
31997
32189
 
31998
- .b1ctd5xy {
32190
+ .coy29mj.c14wcxf0 {
32191
+ font-weight: bold;
32192
+ color: white;
32193
+ }
32194
+
32195
+ .s11212zy {
32196
+ width: 8px;
32197
+ height: 8px;
32198
+ border-radius: 2px;
32199
+ display: inline-block;
32200
+ background: var(--s11212zy-0);
32201
+ border: 1px solid #fff;
32202
+ box-sizing: content-box;
32203
+ margin-right: 6px;
32204
+ }
32205
+
32206
+ .p1lyky6c > :first-child {
32207
+ font-weight: bold;
32208
+ color: white;
32209
+ margin-right: 4px;
32210
+ }
32211
+
32212
+ .c1bus5hc {
32213
+ --color: white;
32214
+ height: 14px;
32215
+ width: 14px;
32216
+ border-radius: 50%;
32217
+ flex-shrink: 0;
31999
32218
  display: flex;
32000
32219
  align-items: center;
32001
- width: calc(100% - 40px);
32220
+ justify-content: center;
32221
+ border: 1px solid var(--color);
32002
32222
  }
32003
- .b1ctd5xy .chart {
32004
- display: inline-block;
32223
+ .c1bus5hc .circle-inner {
32224
+ position: relative;
32225
+ height: 10px;
32226
+ width: 10px;
32227
+ border-radius: 50%;
32228
+ overflow: hidden;
32229
+ }
32230
+ .c1bus5hc .circle-content {
32231
+ position: absolute;
32232
+ height: 100%;
32233
+ width: 100%;
32234
+ left: 0;
32235
+ top: 0;
32236
+ border-radius: 50%;
32237
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32238
+ transform: rotate(180deg);
32239
+ }
32240
+ .c1bus5hc .circle-child {
32241
+ position: absolute;
32242
+ height: 100%;
32005
32243
  width: 100%;
32244
+ left: 0;
32245
+ top: 0;
32246
+ margin-left: 50%;
32247
+ transform-origin: left;
32248
+ background: white;
32249
+ transform: rotate(0deg);
32006
32250
  }
32007
32251
 
32008
- .u1p8acpn {
32009
- width: 40px;
32252
+ .cav9p2m .ant-collapse-item {
32253
+ border: 0px;
32254
+ background-color: #fff;
32010
32255
  }
32011
- .u1p8acpn .unit {
32012
- color: #00122e !important;
32256
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32257
+ padding-top: 0px;
32258
+ padding-bottom: 0px;
32259
+ padding-left: 0px !important;
32260
+ padding-right: 24px;
32261
+ }
32262
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32263
+ right: 0px;
32264
+ }
32265
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32266
+ padding: 0px;
32267
+ }
32268
+
32269
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32270
+ padding-right: 0px;
32271
+ cursor: default;
32013
32272
  }
32014
32273
 
32015
32274
  .c198s9j3 {
@@ -32083,104 +32342,71 @@ input.rrg1fkn.ant-input {
32083
32342
  margin-left: 24px;
32084
32343
  }
32085
32344
 
32086
- .m15dvk92 {
32345
+ .n12mqh7z {
32087
32346
  display: flex;
32088
- justify-content: space-between;
32089
- width: 100%;
32090
- }
32091
- .m15dvk92 .action {
32092
- margin-left: 16px;
32347
+ align-items: center;
32348
+ font-size: 12px;
32349
+ line-height: 18px;
32093
32350
  }
32094
-
32095
- .aql8iqz .ant-alert-message {
32096
- width: 100%;
32351
+ .n12mqh7z:not(:last-child) {
32352
+ margin-bottom: 4px;
32097
32353
  }
32098
32354
 
32099
- .c18bcrac {
32100
- display: inline-block;
32101
- width: 100%;
32102
- }
32103
- .c18bcrac .recharts-wrapper {
32104
- margin-left: 4px;
32355
+ .tf5bynu {
32356
+ margin: 0 3px;
32105
32357
  }
32106
32358
 
32107
- .cro7kg2 {
32108
- padding: 4px;
32359
+ .tcckoz1 {
32360
+ max-height: 400px;
32361
+ overflow: "auto";
32109
32362
  }
32110
32363
 
32111
- .c14wcxf0 {
32364
+ .s1iv0tp1 .enabled-switch {
32112
32365
  display: flex;
32113
- justify-content: space-between;
32114
32366
  align-items: center;
32115
- font-size: 13px;
32116
- line-height: 24px;
32117
- color: #cccccc;
32118
- white-space: nowrap;
32119
32367
  }
32120
- .c14wcxf0 label {
32121
- margin-right: 32px;
32368
+ .s1iv0tp1 .enabled-text {
32369
+ margin-right: 8px;
32122
32370
  }
32123
32371
 
32124
- .coy29mj.c14wcxf0 {
32125
- font-weight: bold;
32126
- color: white;
32372
+ .gmyahx3 {
32373
+ cursor: pointer;
32127
32374
  }
32128
-
32129
- .s11212zy {
32130
- width: 8px;
32131
- height: 8px;
32132
- border-radius: 2px;
32133
- display: inline-block;
32134
- background: var(--s11212zy-0);
32135
- border: 1px solid #fff;
32136
- box-sizing: content-box;
32137
- margin-right: 6px;
32375
+ .gmyahx3 .link-text {
32376
+ color: rgba(0, 21, 64, 0.3);
32377
+ }
32378
+ .gmyahx3:hover .link-text {
32379
+ color: #0080ff;
32138
32380
  }
32139
32381
 
32140
- .p1lyky6c > :first-child {
32141
- font-weight: bold;
32142
- color: white;
32143
- margin-right: 4px;
32382
+ .c10crapj {
32383
+ border-radius: 8px;
32384
+ }
32385
+ .c10crapj .ant-card-body {
32386
+ padding: 20px 24px 24px 24px;
32144
32387
  }
32145
32388
 
32146
- .c1bus5hc {
32147
- --color: white;
32148
- height: 14px;
32149
- width: 14px;
32150
- border-radius: 50%;
32151
- flex-shrink: 0;
32389
+ .wg1tsps {
32152
32390
  display: flex;
32153
32391
  align-items: center;
32154
- justify-content: center;
32155
- border: 1px solid var(--color);
32392
+ justify-content: flex-end;
32156
32393
  }
32157
- .c1bus5hc .circle-inner {
32158
- position: relative;
32159
- height: 10px;
32160
- width: 10px;
32161
- border-radius: 50%;
32162
- overflow: hidden;
32394
+
32395
+ .b1ctd5xy {
32396
+ display: flex;
32397
+ align-items: center;
32398
+ width: calc(100% - 40px);
32163
32399
  }
32164
- .c1bus5hc .circle-content {
32165
- position: absolute;
32166
- height: 100%;
32400
+ .b1ctd5xy .chart {
32401
+ display: inline-block;
32167
32402
  width: 100%;
32168
- left: 0;
32169
- top: 0;
32170
- border-radius: 50%;
32171
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32172
- transform: rotate(180deg);
32173
32403
  }
32174
- .c1bus5hc .circle-child {
32175
- position: absolute;
32176
- height: 100%;
32177
- width: 100%;
32178
- left: 0;
32179
- top: 0;
32180
- margin-left: 50%;
32181
- transform-origin: left;
32182
- background: white;
32183
- transform: rotate(0deg);
32404
+
32405
+ .u1p8acpn {
32406
+ width: 40px;
32407
+ }
32408
+ .u1p8acpn .unit {
32409
+ color: #00122e !important;
32184
32410
  }
32185
32411
 
32186
32412
  .tje3huy {
@@ -32190,273 +32416,249 @@ input.rrg1fkn.ant-input {
32190
32416
  text-overflow: ellipsis;
32191
32417
  }
32192
32418
 
32193
- .c10crapj {
32194
- border-radius: 8px;
32195
- }
32196
- .c10crapj .ant-card-body {
32197
- padding: 20px 24px 24px 24px;
32198
- }
32199
-
32200
- .cav9p2m .ant-collapse-item {
32201
- border: 0px;
32202
- background-color: #fff;
32203
- }
32204
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32205
- padding-top: 0px;
32206
- padding-bottom: 0px;
32207
- padding-left: 0px !important;
32208
- padding-right: 24px;
32209
- }
32210
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32211
- right: 0px;
32419
+ .m15dvk92 {
32420
+ display: flex;
32421
+ justify-content: space-between;
32422
+ width: 100%;
32212
32423
  }
32213
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32214
- padding: 0px;
32424
+ .m15dvk92 .action {
32425
+ margin-left: 16px;
32215
32426
  }
32216
32427
 
32217
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32218
- padding-right: 0px;
32219
- cursor: default;
32428
+ .aql8iqz .ant-alert-message {
32429
+ width: 100%;
32220
32430
  }
32221
32431
 
32222
32432
  .t3qomhu {
32223
32433
  margin: 0 2px;
32224
32434
  }
32225
32435
 
32226
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32227
- border-radius: 6px;
32228
- }
32229
- .shq1k1g.ant-select.ant-select-single {
32230
- width: 100%;
32231
- color: #2d3a56;
32232
- border-color: rgba(211, 218, 235, 0.6);
32233
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32234
- font-size: 13px;
32436
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32437
+ display: flex;
32235
32438
  }
32236
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32237
- height: 30px;
32439
+
32440
+ .o8ocss1 {
32441
+ overflow: hidden;
32442
+ text-overflow: ellipsis;
32238
32443
  }
32239
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32240
- height: 38px;
32241
- font-size: 13px;
32444
+
32445
+ .n17syc35 {
32446
+ white-space: nowrap;
32242
32447
  }
32243
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32244
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32245
- transition: 160ms ease;
32448
+
32449
+ .sq6vos1 {
32450
+ --item-min-width: 60px;
32246
32451
  }
32247
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32248
- color: #0080ff;
32452
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32453
+ display: none !important;
32249
32454
  }
32250
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32251
- border-color: rgba(107, 128, 167, 0.6);
32252
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32455
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32456
+ flex-shrink: 0 !important;
32253
32457
  }
32254
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32458
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32255
32459
  color: #0080ff;
32256
32460
  }
32257
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32258
- border-color: #0080ff;
32259
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32260
- }
32261
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32262
- transform: rotate(180deg);
32263
- }
32264
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32265
- background: rgba(211, 218, 235, 0.6);
32266
- border-color: rgba(172, 186, 211, 0.6);
32267
- cursor: "not-allowed";
32268
- }
32269
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32270
- border-color: #f0483e !important;
32461
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32462
+ color: #0080ff;
32463
+ font-weight: normal;
32271
32464
  }
32272
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32273
- color: #1d326c;
32465
+ .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32466
+ color: rgba(44, 56, 82, 0.6);
32274
32467
  }
32275
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32276
- border-color: #0080ff;
32277
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32468
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32469
+ color: #00122e;
32278
32470
  }
32279
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32280
- transform: rotate(180deg);
32471
+ .sq6vos1 .step-item-text {
32472
+ display: inline-block;
32281
32473
  }
32282
-
32283
- .t19ustft .date {
32284
- margin-right: 4px;
32474
+ .sq6vos1 .step-item-title {
32475
+ overflow: hidden;
32476
+ white-space: nowrap;
32477
+ text-overflow: ellipsis;
32285
32478
  }
32286
32479
 
32287
- .s14dk8r1 {
32288
- margin: 0;
32289
- border-radius: 20px;
32290
- padding: 2px 10px;
32291
- height: 22px;
32292
- }
32293
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32294
- background-color: rgba(237, 241, 250, 0.6) !important;
32295
- }
32296
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32297
- background-color: rgba(225, 230, 241, 0.6) !important;
32480
+ .hjtnwxg .ant-steps-item-container {
32481
+ min-width: var(--item-min-width);
32298
32482
  }
32299
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32300
- color: #00122e;
32483
+ .hjtnwxg .ant-steps-item-disabled {
32484
+ cursor: not-allowed !important;
32301
32485
  }
32302
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32303
- margin-right: 6px;
32486
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32487
+ flex-direction: row;
32488
+ justify-content: stretch;
32304
32489
  }
32305
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32306
- margin-left: 4px;
32490
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32491
+ padding: 0;
32492
+ margin-right: 4px;
32493
+ flex: 1;
32494
+ overflow: visible;
32307
32495
  }
32308
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32309
- background-color: rgba(0, 136, 255, 0.1);
32496
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32497
+ width: 100%;
32498
+ min-height: unset;
32310
32499
  }
32311
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32312
- background-color: #0080ff;
32500
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32501
+ height: 26px;
32502
+ line-height: 26px;
32503
+ width: 100%;
32504
+ padding: 0;
32505
+ font-size: 12px;
32313
32506
  }
32314
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32315
- background-color: rgba(0, 136, 255, 0.16);
32507
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32508
+ margin-right: 10px;
32316
32509
  }
32317
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32318
- background-color: rgba(255, 74, 74, 0.1);
32510
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32511
+ display: none;
32319
32512
  }
32320
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32321
- background-color: #f0483e;
32513
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32514
+ padding-left: 8px;
32515
+ padding-right: 4px;
32516
+ border-radius: 4px 0 0 4px;
32322
32517
  }
32323
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32324
- background-color: rgba(255, 74, 74, 0.16);
32518
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32519
+ margin-right: 0;
32325
32520
  }
32326
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32327
- background-color: rgba(254, 160, 8, 0.1);
32521
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32522
+ padding-right: 8px;
32523
+ padding-left: 12px;
32524
+ border-radius: 0 4px 4px 0;
32328
32525
  }
32329
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32330
- background-color: #fea008;
32526
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32527
+ content: "";
32528
+ width: 0;
32529
+ height: 0;
32530
+ border: 13px solid transparent;
32531
+ position: absolute;
32532
+ top: 0;
32533
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32534
+ z-index: 2;
32535
+ position: relative;
32536
+ top: -50%;
32537
+ right: -100%;
32331
32538
  }
32332
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32333
- background-color: rgba(255, 187, 0, 0.16);
32539
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32540
+ padding: 0 4px 0 12px;
32334
32541
  }
32335
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32336
- background-color: rgba(30, 201, 127, 0.1);
32542
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
32543
+ content: "";
32544
+ width: 0;
32545
+ height: 0;
32546
+ border: 13px solid transparent;
32547
+ position: absolute;
32548
+ top: 0;
32549
+ border-left: 8px solid #fff;
32550
+ left: 0;
32337
32551
  }
32338
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32339
- background-color: #00ba5d;
32552
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32553
+ max-width: calc(100% - var(--item-min-width) * 2);
32340
32554
  }
32341
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32342
- background-color: rgba(30, 201, 127, 0.16);
32555
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32556
+ background-color: rgba(0, 136, 255, 0.1);
32343
32557
  }
32344
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32345
- background-color: rgba(225, 230, 241, 0.6);
32558
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32559
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32346
32560
  }
32347
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32348
- background-color: #6b7d99;
32561
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32562
+ cursor: pointer;
32563
+ min-width: var(--item-min-width);
32349
32564
  }
32350
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32351
- background-color: rgba(211, 218, 235, 0.6);
32565
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32566
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32567
+ min-width: var(--item-min-width);
32352
32568
  }
32353
-
32354
- .s1uupoto {
32355
- width: 8px;
32356
- height: 8px;
32357
- border-radius: 50%;
32358
- display: inline-block;
32569
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32570
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32571
+ background-color: rgba(237, 241, 250, 0.6);
32359
32572
  }
32360
-
32361
- .o8ocss1 {
32362
- overflow: hidden;
32363
- text-overflow: ellipsis;
32573
+ .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32574
+ padding: 0;
32364
32575
  }
32365
32576
 
32366
- .n17syc35 {
32367
- white-space: nowrap;
32577
+ .v1p8siwu .ant-steps.ant-steps-vertical {
32578
+ width: 192px;
32579
+ row-gap: 2px;
32368
32580
  }
32369
-
32370
- .s1uupxds {
32581
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32371
32582
  padding: 0 8px;
32372
32583
  border-radius: 4px;
32584
+ height: 32px;
32585
+ display: flex;
32586
+ align-items: center;
32587
+ }
32588
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32589
+ min-height: auto;
32590
+ white-space: nowrap;
32373
32591
  }
32374
-
32375
- .m10sqwut {
32376
- padding: 2px 8px;
32377
- border-radius: 3px;
32592
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32593
+ font-size: 13px;
32594
+ line-height: 20px;
32595
+ max-width: 100%;
32378
32596
  }
32379
-
32380
- .l1d492wb {
32381
- padding: 3px 8px;
32382
- border-radius: 2px;
32597
+ .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32598
+ background: rgba(0, 128, 255, 0.1);
32383
32599
  }
32384
32600
 
32385
- .t1lzavmu.ant-tag:hover {
32386
- opacity: unset;
32387
- }
32388
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32389
- margin: 0;
32390
- margin-right: 8px;
32601
+ .h1xo7yjb {
32602
+ width: 100%;
32391
32603
  display: inline-flex;
32392
32604
  align-items: center;
32393
- border: none;
32605
+ justify-content: center;
32606
+ column-gap: 4px;
32394
32607
  }
32395
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32396
- width: 16px;
32397
- height: 16px;
32398
- color: inherit;
32399
- margin-left: 4px;
32400
- opacity: 0.6;
32608
+ .h1xo7yjb .step-item-prefix-container {
32401
32609
  display: inline-flex;
32610
+ align-items: center;
32611
+ width: 18px;
32612
+ height: 18px;
32613
+ color: rgba(44, 56, 82, 0.75);
32614
+ justify-content: center;
32402
32615
  }
32403
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32404
- opacity: 1;
32405
- }
32406
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32407
- color: #0080ff;
32408
- background-color: rgba(0, 136, 255, 0.1);
32409
- }
32410
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32411
- color: #f0483e;
32412
- background-color: rgba(255, 74, 74, 0.1);
32413
- }
32414
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32415
- color: #e07f00;
32416
- background-color: rgba(255, 187, 0, 0.1);
32417
- }
32418
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32419
- color: #008f4c;
32420
- background-color: rgba(30, 201, 127, 0.1);
32421
- }
32422
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32423
- color: #1d326c;
32424
- background-color: rgba(225, 230, 241, 0.6);
32425
- }
32426
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32427
- color: #7E41FF;
32428
- background-color: rgba(126, 65, 255, 0.1);
32616
+
32617
+ .v1f2f7cy {
32618
+ width: 100%;
32619
+ display: flex;
32620
+ align-items: center;
32621
+ justify-content: center;
32622
+ column-gap: 6px;
32623
+ font-size: 13px;
32429
32624
  }
32430
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32431
- color: #fff;
32625
+ .v1f2f7cy .step-item-prefix-container {
32626
+ display: inline-flex;
32627
+ align-items: center;
32628
+ min-width: 20px;
32629
+ min-height: 20px;
32630
+ color: rgba(44, 56, 82, 0.75);
32631
+ justify-content: center;
32432
32632
  }
32433
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32434
- background-color: #f0483e;
32633
+
32634
+ .t1gz6wqf {
32635
+ height: 100%;
32435
32636
  }
32436
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32437
- background-color: #fea008;
32637
+ .t1gz6wqf .table-loading-item {
32638
+ padding: 12px 4px;
32639
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32640
+ display: flex;
32438
32641
  }
32439
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32440
- background-color: #00ba5d;
32642
+ .t1gz6wqf .table-loading-item > * {
32643
+ height: 16px;
32644
+ margin: 4px;
32645
+ background: rgba(204, 212, 227, 0.18);
32646
+ border-radius: 2px;
32441
32647
  }
32442
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32443
- background-color: #0080ff;
32648
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32649
+ width: 16px;
32444
32650
  }
32445
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32446
- background-color: #6b7d99;
32651
+ .t1gz6wqf .table-loading-item .td-loading {
32652
+ flex: 1;
32447
32653
  }
32448
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32449
- background-color: #7E41FF;
32654
+ .t1gz6wqf :nth-child(1) {
32655
+ padding: 8px 4px;
32450
32656
  }
32451
-
32452
- .igz4le8 {
32453
- height: 24px;
32454
- width: 56px !important;
32455
- margin-right: 4px;
32657
+ .t1gz6wqf :nth-child(1) > * {
32658
+ background: rgba(107, 125, 153, 0.18);
32456
32659
  }
32457
-
32458
- .c1riexje {
32459
- color: rgba(44, 56, 82, 0.6);
32660
+ .t1gz6wqf :nth-child(1) > * {
32661
+ background: rgba(163, 180, 204, 0.18);
32460
32662
  }
32461
32663
 
32462
32664
  .clm1wy1 {
@@ -32552,433 +32754,278 @@ input.rrg1fkn.ant-input {
32552
32754
  border-radius: 2px;
32553
32755
  }
32554
32756
 
32555
- .iiqau4c.ant-input-group.ant-input-group-compact {
32556
- display: flex;
32557
- }
32558
-
32559
- .l4bld33 {
32560
- width: 64px;
32561
- height: 64px;
32562
- display: flex;
32563
- align-items: center;
32564
- justify-content: center;
32565
- position: relative;
32566
- opacity: 0.2;
32567
- }
32568
-
32569
- .lgitjoj {
32570
- position: absolute;
32571
- width: 5px;
32572
- height: 48px;
32573
- left: 9.33px;
32574
- top: 40.5px;
32575
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32576
- border-radius: 5px;
32577
- transform: rotate(-128deg);
32578
- transform-origin: top left;
32579
- animation: loading-indicator1 1100ms ease-out infinite;
32580
- }
32581
-
32582
- .l13g0exg {
32583
- position: absolute;
32584
- width: 5px;
32585
- height: 48px;
32586
- left: 40.8px;
32587
- top: 8.4px;
32588
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32589
- border-radius: 5px;
32590
- transform: rotate(-8deg);
32591
- transform-origin: top left;
32592
- animation: loading-indicator2 1100ms ease-out infinite;
32593
- }
32594
-
32595
- .l1exo3h6 {
32596
- position: absolute;
32597
- width: 5px;
32598
- height: 48px;
32599
- left: 52.9px;
32600
- top: 51.8px;
32601
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32602
- border-radius: 5px;
32603
- transform: rotate(112deg);
32604
- transform-origin: top left;
32605
- animation: loading-indicator3 1100ms ease-out infinite;
32606
- }
32607
-
32608
- .m1thnes4 {
32609
- color: rgba(44, 56, 82, 0.6);
32610
- text-align: center;
32611
- display: flex;
32612
- align-items: center;
32613
- justify-content: center;
32614
- flex-direction: column;
32615
- height: 100%;
32616
- }
32617
- .m1thnes4 .link {
32618
- color: #0080ff;
32619
- cursor: pointer;
32620
- }
32621
-
32622
- .m1bixfdy {
32623
- width: 100%;
32624
- height: 100%;
32625
- display: flex;
32626
- flex-direction: column;
32627
- }
32628
- .m1bixfdy .name-toolbar {
32629
- width: 100%;
32630
- display: flex;
32631
- line-height: 30px;
32632
- padding: 0 16px;
32633
- justify-content: space-between;
32634
- }
32635
- .m1bixfdy .name-toolbar .metric-extra {
32636
- display: flex;
32637
- font-size: 12px;
32638
- align-items: center;
32639
- }
32640
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32641
- color: #a3b4cc;
32642
- }
32643
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32644
- margin-left: 10px;
32645
- }
32646
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32647
- margin-left: 10px;
32648
- cursor: pointer;
32649
- }
32650
- .m1bixfdy .content {
32651
- flex: 1;
32652
- width: 100%;
32653
- display: flex;
32654
- justify-content: center;
32655
- align-items: center;
32656
- }
32657
- .m1bixfdy .single-content {
32658
- height: 65px;
32659
- }
32660
-
32661
- .lfamfcw {
32662
- display: flex;
32663
- align-items: center;
32664
- white-space: nowrap;
32665
- overflow: hidden;
32666
- width: 100%;
32667
- }
32668
- .lfamfcw .ant-dropdown-trigger {
32669
- margin-left: auto;
32670
- font-size: 12px;
32671
- }
32672
-
32673
- .la6u9b4 {
32674
- display: flex;
32675
- justify-content: flex-start;
32676
- align-items: center;
32677
- font-size: 12px;
32678
- cursor: pointer;
32679
- }
32680
- .la6u9b4:not(:last-child) {
32681
- margin-right: 20px;
32682
- }
32683
- .la6u9b4.deselected {
32684
- opacity: 0.4;
32685
- }
32686
- .la6u9b4.deselected .color-block {
32687
- background: #b4beca !important;
32757
+ .t19ustft .date {
32758
+ margin-right: 4px;
32688
32759
  }
32689
32760
 
32690
- .chhvk8b {
32691
- display: inline-block;
32692
- height: 8px;
32693
- width: 8px;
32694
- margin-right: 8px;
32761
+ .igz4le8 {
32762
+ height: 24px;
32763
+ width: 56px !important;
32764
+ margin-right: 4px;
32695
32765
  }
32696
32766
 
32697
- .e1sdlxq1 .ant-dropdown-menu-item {
32698
- display: flex;
32699
- align-items: center;
32700
- font-size: 12px;
32701
- margin: 0;
32767
+ .c1riexje {
32768
+ color: rgba(44, 56, 82, 0.6);
32702
32769
  }
32703
32770
 
32704
- .m16f7gpb {
32705
- position: relative;
32771
+ .s14dk8r1 {
32772
+ margin: 0;
32773
+ border-radius: 20px;
32774
+ padding: 2px 10px;
32775
+ height: 22px;
32706
32776
  }
32707
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32708
- bottom: -12px;
32777
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32778
+ background-color: rgba(237, 241, 250, 0.6) !important;
32709
32779
  }
32710
- .m16f7gpb .metric-toolbar {
32711
- display: flex;
32712
- justify-content: space-between;
32713
- line-height: 30px;
32714
- margin: 0 16px;
32780
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32781
+ background-color: rgba(225, 230, 241, 0.6) !important;
32715
32782
  }
32716
- .m16f7gpb .metric-toolbar .metric-extra {
32717
- display: flex;
32718
- font-size: 12px;
32719
- align-items: center;
32783
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32784
+ color: #00122e;
32720
32785
  }
32721
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32722
- color: #a3b4cc;
32786
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32787
+ margin-right: 6px;
32723
32788
  }
32724
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32725
- margin-left: 10px;
32789
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32790
+ margin-left: 4px;
32726
32791
  }
32727
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32728
- margin-left: 10px;
32729
- cursor: pointer;
32792
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32793
+ background-color: rgba(0, 136, 255, 0.1);
32730
32794
  }
32731
- .m16f7gpb .recharts-xAxis {
32732
- font-size: 12px;
32795
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32796
+ background-color: #0080ff;
32733
32797
  }
32734
- .m16f7gpb .pointer-wrapper {
32735
- position: absolute;
32736
- bottom: 10px;
32737
- padding: 0 8px;
32738
- border-radius: 4px;
32739
- font-size: 12px;
32740
- color: #fff;
32741
- background: rgba(0, 0, 0, 0.75);
32742
- transform: translateX(-50%);
32798
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32799
+ background-color: rgba(0, 136, 255, 0.16);
32743
32800
  }
32744
-
32745
- .t1ipvk51 {
32746
- min-width: 200px;
32801
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32802
+ background-color: rgba(255, 74, 74, 0.1);
32747
32803
  }
32748
-
32749
- .t1kgldps {
32750
- display: flex;
32751
- align-items: center;
32752
- justify-content: space-between;
32753
- background-color: rgba(0, 0, 0, 0.75);
32754
- color: #b4beca;
32755
- font-size: 12px;
32756
- padding: 3px 6px;
32804
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32805
+ background-color: #f0483e;
32757
32806
  }
32758
- .t1kgldps:first-child {
32759
- padding-top: 3px;
32807
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32808
+ background-color: rgba(255, 74, 74, 0.16);
32760
32809
  }
32761
- .t1kgldps:last-child {
32762
- padding-bottom: 3px;
32810
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32811
+ background-color: rgba(254, 160, 8, 0.1);
32763
32812
  }
32764
- .t1kgldps .column-value {
32765
- color: #fff;
32766
- margin-left: 8px;
32813
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32814
+ background-color: #fea008;
32767
32815
  }
32768
-
32769
- .sq6vos1 {
32770
- --item-min-width: 60px;
32816
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32817
+ background-color: rgba(255, 187, 0, 0.16);
32771
32818
  }
32772
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32773
- display: none !important;
32819
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32820
+ background-color: rgba(30, 201, 127, 0.1);
32774
32821
  }
32775
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32776
- flex-shrink: 0 !important;
32822
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32823
+ background-color: #00ba5d;
32777
32824
  }
32778
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32779
- color: #0080ff;
32825
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32826
+ background-color: rgba(30, 201, 127, 0.16);
32780
32827
  }
32781
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32782
- color: #0080ff;
32783
- font-weight: normal;
32828
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32829
+ background-color: rgba(225, 230, 241, 0.6);
32784
32830
  }
32785
- .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32786
- color: rgba(44, 56, 82, 0.6);
32831
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32832
+ background-color: #6b7d99;
32787
32833
  }
32788
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32789
- color: #00122e;
32834
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32835
+ background-color: rgba(211, 218, 235, 0.6);
32790
32836
  }
32791
- .sq6vos1 .step-item-text {
32837
+
32838
+ .s1uupoto {
32839
+ width: 8px;
32840
+ height: 8px;
32841
+ border-radius: 50%;
32792
32842
  display: inline-block;
32793
32843
  }
32794
- .sq6vos1 .step-item-title {
32795
- overflow: hidden;
32796
- white-space: nowrap;
32797
- text-overflow: ellipsis;
32798
- }
32799
32844
 
32800
- .hjtnwxg .ant-steps-item-container {
32801
- min-width: var(--item-min-width);
32845
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32846
+ border-radius: 6px;
32802
32847
  }
32803
- .hjtnwxg .ant-steps-item-disabled {
32804
- cursor: not-allowed !important;
32848
+ .shq1k1g.ant-select.ant-select-single {
32849
+ width: 100%;
32850
+ color: #2d3a56;
32851
+ border-color: rgba(211, 218, 235, 0.6);
32852
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32853
+ font-size: 13px;
32805
32854
  }
32806
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32807
- flex-direction: row;
32808
- justify-content: stretch;
32855
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32856
+ height: 30px;
32809
32857
  }
32810
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32811
- padding: 0;
32812
- margin-right: 4px;
32813
- flex: 1;
32814
- overflow: visible;
32858
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32859
+ height: 38px;
32860
+ font-size: 13px;
32815
32861
  }
32816
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32817
- width: 100%;
32818
- min-height: unset;
32862
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32863
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32864
+ transition: 160ms ease;
32819
32865
  }
32820
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32821
- height: 26px;
32822
- line-height: 26px;
32823
- width: 100%;
32824
- padding: 0;
32825
- font-size: 12px;
32866
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32867
+ color: #0080ff;
32826
32868
  }
32827
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32828
- margin-right: 10px;
32869
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32870
+ border-color: rgba(107, 128, 167, 0.6);
32871
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32829
32872
  }
32830
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32831
- display: none;
32873
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32874
+ color: #0080ff;
32832
32875
  }
32833
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32834
- padding-left: 8px;
32835
- padding-right: 4px;
32836
- border-radius: 4px 0 0 4px;
32876
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32877
+ border-color: #0080ff;
32878
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32837
32879
  }
32838
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32839
- margin-right: 0;
32880
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32881
+ transform: rotate(180deg);
32840
32882
  }
32841
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32842
- padding-right: 8px;
32843
- padding-left: 12px;
32844
- border-radius: 0 4px 4px 0;
32883
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32884
+ background: rgba(211, 218, 235, 0.6);
32885
+ border-color: rgba(172, 186, 211, 0.6);
32886
+ cursor: "not-allowed";
32845
32887
  }
32846
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32847
- content: "";
32848
- width: 0;
32849
- height: 0;
32850
- border: 13px solid transparent;
32851
- position: absolute;
32852
- top: 0;
32853
- border-left: 8px solid rgba(237, 241, 250, 0.6);
32854
- z-index: 2;
32855
- position: relative;
32856
- top: -50%;
32857
- right: -100%;
32888
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32889
+ border-color: #f0483e !important;
32858
32890
  }
32859
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32860
- padding: 0 4px 0 12px;
32891
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32892
+ color: #1d326c;
32893
+ }
32894
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32895
+ border-color: #0080ff;
32896
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32897
+ }
32898
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32899
+ transform: rotate(180deg);
32900
+ }
32901
+
32902
+ .s1uupxds {
32903
+ padding: 0 8px;
32904
+ border-radius: 4px;
32905
+ }
32906
+
32907
+ .m10sqwut {
32908
+ padding: 2px 8px;
32909
+ border-radius: 3px;
32910
+ }
32911
+
32912
+ .l1d492wb {
32913
+ padding: 3px 8px;
32914
+ border-radius: 2px;
32915
+ }
32916
+
32917
+ .t1lzavmu.ant-tag:hover {
32918
+ opacity: unset;
32919
+ }
32920
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32921
+ margin: 0;
32922
+ margin-right: 8px;
32923
+ display: inline-flex;
32924
+ align-items: center;
32925
+ border: none;
32861
32926
  }
32862
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
32863
- content: "";
32864
- width: 0;
32865
- height: 0;
32866
- border: 13px solid transparent;
32867
- position: absolute;
32868
- top: 0;
32869
- border-left: 8px solid #fff;
32870
- left: 0;
32927
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32928
+ width: 16px;
32929
+ height: 16px;
32930
+ color: inherit;
32931
+ margin-left: 4px;
32932
+ opacity: 0.6;
32933
+ display: inline-flex;
32871
32934
  }
32872
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32873
- max-width: calc(100% - var(--item-min-width) * 2);
32935
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32936
+ opacity: 1;
32874
32937
  }
32875
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32938
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32939
+ color: #0080ff;
32876
32940
  background-color: rgba(0, 136, 255, 0.1);
32877
32941
  }
32878
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32879
- border-left-color: rgba(0, 136, 255, 0.1) !important;
32942
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32943
+ color: #f0483e;
32944
+ background-color: rgba(255, 74, 74, 0.1);
32880
32945
  }
32881
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32882
- cursor: pointer;
32883
- min-width: var(--item-min-width);
32946
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32947
+ color: #e07f00;
32948
+ background-color: rgba(255, 187, 0, 0.1);
32884
32949
  }
32885
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32886
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32887
- min-width: var(--item-min-width);
32950
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32951
+ color: #008f4c;
32952
+ background-color: rgba(30, 201, 127, 0.1);
32888
32953
  }
32889
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32890
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32891
- background-color: rgba(237, 241, 250, 0.6);
32954
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32955
+ color: #1d326c;
32956
+ background-color: rgba(225, 230, 241, 0.6);
32892
32957
  }
32893
- .hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32894
- padding: 0;
32958
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32959
+ color: #7E41FF;
32960
+ background-color: rgba(126, 65, 255, 0.1);
32895
32961
  }
32896
-
32897
- .v1p8siwu .ant-steps.ant-steps-vertical {
32898
- width: 192px;
32899
- row-gap: 2px;
32962
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32963
+ color: #fff;
32900
32964
  }
32901
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
32902
- padding: 0 8px;
32903
- border-radius: 4px;
32904
- height: 32px;
32905
- display: flex;
32906
- align-items: center;
32965
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32966
+ background-color: #f0483e;
32907
32967
  }
32908
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
32909
- min-height: auto;
32910
- white-space: nowrap;
32968
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32969
+ background-color: #fea008;
32911
32970
  }
32912
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32913
- font-size: 13px;
32914
- line-height: 20px;
32915
- max-width: 100%;
32971
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32972
+ background-color: #00ba5d;
32916
32973
  }
32917
- .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32918
- background: rgba(0, 128, 255, 0.1);
32974
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32975
+ background-color: #0080ff;
32919
32976
  }
32920
-
32921
- .h1xo7yjb {
32922
- width: 100%;
32923
- display: inline-flex;
32924
- align-items: center;
32925
- justify-content: center;
32926
- column-gap: 4px;
32977
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32978
+ background-color: #6b7d99;
32927
32979
  }
32928
- .h1xo7yjb .step-item-prefix-container {
32929
- display: inline-flex;
32930
- align-items: center;
32931
- width: 18px;
32932
- height: 18px;
32933
- color: rgba(44, 56, 82, 0.75);
32934
- justify-content: center;
32980
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32981
+ background-color: #7E41FF;
32935
32982
  }
32936
32983
 
32937
- .v1f2f7cy {
32984
+ .f1p9ti6d {
32938
32985
  width: 100%;
32939
- display: flex;
32940
- align-items: center;
32941
- justify-content: center;
32942
- column-gap: 6px;
32943
- font-size: 13px;
32944
- }
32945
- .v1f2f7cy .step-item-prefix-container {
32946
- display: inline-flex;
32947
- align-items: center;
32948
- min-width: 20px;
32949
- min-height: 20px;
32950
- color: rgba(44, 56, 82, 0.75);
32951
- justify-content: center;
32952
- }
32953
-
32954
- .t1gz6wqf {
32955
- height: 100%;
32986
+ margin-bottom: 0 !important;
32987
+ flex-flow: nowrap !important;
32988
+ line-break: auto;
32956
32989
  }
32957
- .t1gz6wqf .table-loading-item {
32958
- padding: 12px 4px;
32959
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32960
- display: flex;
32990
+ .f1p9ti6d > .ant-form-item-label {
32991
+ text-align: left !important;
32992
+ padding-bottom: 0 !important;
32961
32993
  }
32962
- .t1gz6wqf .table-loading-item > * {
32963
- height: 16px;
32964
- margin: 4px;
32965
- background: rgba(204, 212, 227, 0.18);
32966
- border-radius: 2px;
32994
+ .f1p9ti6d > .ant-form-item-label > label {
32995
+ min-height: 32px;
32996
+ height: auto;
32997
+ font-size: 13px;
32998
+ color: rgba(44, 56, 82, 0.6);
32999
+ white-space: normal;
32967
33000
  }
32968
- .t1gz6wqf .table-loading-item .checkbox-loading {
32969
- width: 16px;
33001
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33002
+ border-color: #ff4d4f !important;
32970
33003
  }
32971
- .t1gz6wqf .table-loading-item .td-loading {
32972
- flex: 1;
33004
+ .f1p9ti6d .ant-form-item-explain {
33005
+ margin-top: 4px;
33006
+ font-size: 12px;
33007
+ min-height: 0px;
32973
33008
  }
32974
- .t1gz6wqf :nth-child(1) {
32975
- padding: 8px 4px;
33009
+ .f1p9ti6d .ant-form-item-extra {
33010
+ font-size: 12px;
33011
+ color: rgba(44, 56, 82, 0.6);
33012
+ min-height: 0px;
32976
33013
  }
32977
- .t1gz6wqf :nth-child(1) > * {
32978
- background: rgba(107, 125, 153, 0.18);
33014
+
33015
+ .rrwcpby {
33016
+ display: flex;
33017
+ align-items: center;
32979
33018
  }
32980
- .t1gz6wqf :nth-child(1) > * {
32981
- background: rgba(163, 180, 204, 0.18);
33019
+ .rrwcpby .order {
33020
+ height: 24px;
33021
+ width: 24px;
33022
+ border-radius: 20px;
33023
+ color: #0080ff;
33024
+ background: rgba(0, 136, 255, 0.1);
33025
+ display: flex;
33026
+ align-items: center;
33027
+ justify-content: center;
33028
+ margin-right: 6px;
32982
33029
  }
32983
33030
 
32984
33031
  .c1k4vanq {
@@ -33025,20 +33072,17 @@ input.rrg1fkn.ant-input {
33025
33072
  margin-right: 2px;
33026
33073
  }
33027
33074
 
33028
- .rrwcpby {
33075
+ .skwah65 {
33076
+ height: 8px;
33077
+ box-sizing: border-box;
33078
+ border-radius: 2px;
33079
+ background: #f5f7fa;
33029
33080
  display: flex;
33030
- align-items: center;
33081
+ width: 100%;
33082
+ overflow: hidden;
33031
33083
  }
33032
- .rrwcpby .order {
33033
- height: 24px;
33034
- width: 24px;
33035
- border-radius: 20px;
33036
- color: #0080ff;
33037
- background: rgba(0, 136, 255, 0.1);
33038
- display: flex;
33039
- align-items: center;
33040
- justify-content: center;
33041
- margin-right: 6px;
33084
+ .skwah65 .stack-bar-item + .stack-bar-item {
33085
+ margin-left: 1px;
33042
33086
  }
33043
33087
 
33044
33088
  .tc40oxa {
@@ -33251,64 +33295,11 @@ input.rrg1fkn.ant-input {
33251
33295
  transform: translateY(-4px);
33252
33296
  }
33253
33297
 
33254
- .skwah65 {
33255
- height: 8px;
33256
- box-sizing: border-box;
33257
- border-radius: 2px;
33258
- background: #f5f7fa;
33259
- display: flex;
33260
- width: 100%;
33261
- overflow: hidden;
33262
- }
33263
- .skwah65 .stack-bar-item + .stack-bar-item {
33264
- margin-left: 1px;
33265
- }
33266
-
33267
- .f1p9ti6d {
33268
- width: 100%;
33269
- margin-bottom: 0 !important;
33270
- flex-flow: nowrap !important;
33271
- line-break: auto;
33272
- }
33273
- .f1p9ti6d > .ant-form-item-label {
33274
- text-align: left !important;
33275
- padding-bottom: 0 !important;
33276
- }
33277
- .f1p9ti6d > .ant-form-item-label > label {
33278
- min-height: 32px;
33279
- height: auto;
33280
- font-size: 13px;
33281
- color: rgba(44, 56, 82, 0.6);
33282
- white-space: normal;
33283
- }
33284
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33285
- border-color: #ff4d4f !important;
33286
- }
33287
- .f1p9ti6d .ant-form-item-explain {
33288
- margin-top: 4px;
33289
- font-size: 12px;
33290
- min-height: 0px;
33291
- }
33292
- .f1p9ti6d .ant-form-item-extra {
33293
- font-size: 12px;
33294
- color: rgba(44, 56, 82, 0.6);
33295
- min-height: 0px;
33296
- }
33297
-
33298
33298
  .iwsze0q {
33299
33299
  margin-right: 4px;
33300
33300
  height: 16px;
33301
33301
  }
33302
33302
 
33303
- .w1xcixj5.outside-tag {
33304
- padding-left: 0;
33305
- }
33306
- .w1xcixj5.outside-tag .inside-tag {
33307
- border-radius: 4px 0 0 4px;
33308
- padding-right: 4px;
33309
- margin-right: 4px;
33310
- }
33311
-
33312
33303
  .sut42l0 {
33313
33304
  padding: 0 8px;
33314
33305
  height: 18px;
@@ -33335,6 +33326,15 @@ input.rrg1fkn.ant-input {
33335
33326
  border: 1px solid rgba(211, 218, 235, 0.6);
33336
33327
  }
33337
33328
 
33329
+ .w1xcixj5.outside-tag {
33330
+ padding-left: 0;
33331
+ }
33332
+ .w1xcixj5.outside-tag .inside-tag {
33333
+ border-radius: 4px 0 0 4px;
33334
+ padding-right: 4px;
33335
+ margin-right: 4px;
33336
+ }
33337
+
33338
33338
  .at4ovwe .ant-input-number-handler-wrap {
33339
33339
  display: var(--at4ovwe-0);
33340
33340
  }