@cloudtower/eagle 0.26.25 → 0.26.26
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/components.css +1329 -1331
- package/dist/esm/index.js +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +356 -358
- package/dist/umd/index.js +2 -2
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29840,380 +29840,133 @@ html body {
|
|
|
29840
29840
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29841
29841
|
}
|
|
29842
29842
|
}
|
|
29843
|
-
.
|
|
29844
|
-
|
|
29843
|
+
.bpq0js6 {
|
|
29844
|
+
padding: 4px 11px;
|
|
29845
29845
|
}
|
|
29846
|
-
|
|
29847
|
-
|
|
29846
|
+
|
|
29847
|
+
.b15sn34c {
|
|
29848
|
+
white-space: nowrap;
|
|
29849
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29848
29850
|
}
|
|
29849
|
-
.
|
|
29850
|
-
|
|
29851
|
-
height: 32px;
|
|
29852
|
-
border-radius: 6px;
|
|
29853
|
-
line-height: 22px;
|
|
29854
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29855
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29851
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29852
|
+
--color: #0080ff;
|
|
29856
29853
|
}
|
|
29857
|
-
.
|
|
29858
|
-
|
|
29859
|
-
line-height: 24px;
|
|
29860
|
-
padding: 8px 16px;
|
|
29854
|
+
.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] {
|
|
29855
|
+
--color: #0080ff;
|
|
29861
29856
|
}
|
|
29862
|
-
.
|
|
29863
|
-
|
|
29864
|
-
height: 24px;
|
|
29865
|
-
line-height: 20px;
|
|
29857
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29858
|
+
margin-left: 1px;
|
|
29866
29859
|
}
|
|
29867
|
-
.
|
|
29868
|
-
border-radius:
|
|
29860
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29861
|
+
border-top-right-radius: 0;
|
|
29862
|
+
border-bottom-right-radius: 0;
|
|
29869
29863
|
}
|
|
29870
|
-
.
|
|
29871
|
-
|
|
29872
|
-
|
|
29873
|
-
background: var(--background-color, #fff);
|
|
29874
|
-
border-width: var(--border-width, 1px);
|
|
29875
|
-
border-color: var(--border-color, #d9d9d9);
|
|
29864
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29865
|
+
border-top-left-radius: 0;
|
|
29866
|
+
border-bottom-left-radius: 0;
|
|
29876
29867
|
}
|
|
29877
|
-
.
|
|
29878
|
-
|
|
29868
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29869
|
+
border-radius: unset;
|
|
29879
29870
|
}
|
|
29880
|
-
|
|
29881
|
-
|
|
29871
|
+
|
|
29872
|
+
.obf05yr {
|
|
29873
|
+
display: inline-block;
|
|
29882
29874
|
}
|
|
29883
|
-
|
|
29884
|
-
|
|
29885
|
-
|
|
29875
|
+
|
|
29876
|
+
.hsms1n6 {
|
|
29877
|
+
visibility: hidden;
|
|
29878
|
+
position: absolute;
|
|
29886
29879
|
}
|
|
29887
|
-
|
|
29888
|
-
|
|
29889
|
-
|
|
29890
|
-
|
|
29891
|
-
|
|
29880
|
+
|
|
29881
|
+
.p12gwtiw {
|
|
29882
|
+
display: flex;
|
|
29883
|
+
justify-content: space-between;
|
|
29884
|
+
align-items: center;
|
|
29885
|
+
padding: 10px 0;
|
|
29886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29887
|
+
font-size: 12px;
|
|
29888
|
+
line-height: 24px;
|
|
29892
29889
|
}
|
|
29893
|
-
.
|
|
29894
|
-
|
|
29895
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29896
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29890
|
+
.p12gwtiw .pagination-left {
|
|
29891
|
+
padding: 2px 8px;
|
|
29897
29892
|
}
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29900
|
-
|
|
29901
|
-
border-
|
|
29902
|
-
|
|
29893
|
+
.p12gwtiw .dropdown-trigger {
|
|
29894
|
+
display: flex;
|
|
29895
|
+
align-items: center;
|
|
29896
|
+
border-radius: 6px;
|
|
29897
|
+
cursor: pointer;
|
|
29898
|
+
transition: all 0.3s ease;
|
|
29903
29899
|
}
|
|
29904
|
-
.
|
|
29900
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29901
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29905
29902
|
color: #0080ff;
|
|
29906
|
-
opacity: 0.5;
|
|
29907
29903
|
}
|
|
29908
|
-
.
|
|
29909
|
-
|
|
29910
|
-
--font-weight: bold;
|
|
29911
|
-
--border-width: 0;
|
|
29912
|
-
--background-color: #0080ff;
|
|
29913
|
-
--background-color-hover: #009dff;
|
|
29914
|
-
--background-color-active: #005ed1;
|
|
29915
|
-
--background-color-focus: #0080ff;
|
|
29916
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29904
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29905
|
+
margin-left: 4px;
|
|
29917
29906
|
}
|
|
29918
|
-
.
|
|
29919
|
-
|
|
29920
|
-
|
|
29921
|
-
|
|
29922
|
-
|
|
29923
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29907
|
+
.p12gwtiw .pagination-right {
|
|
29908
|
+
display: flex;
|
|
29909
|
+
align-items: center;
|
|
29910
|
+
color: #0080ff;
|
|
29911
|
+
font-weight: bold;
|
|
29924
29912
|
}
|
|
29925
|
-
.
|
|
29926
|
-
|
|
29927
|
-
--background-color-hover: #feba33;
|
|
29928
|
-
--background-color-active: #e07f00;
|
|
29929
|
-
--background-color-focus: #fea008;
|
|
29913
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29914
|
+
margin-left: 4px;
|
|
29930
29915
|
}
|
|
29931
|
-
.
|
|
29932
|
-
|
|
29933
|
-
|
|
29934
|
-
--border-width: 0;
|
|
29935
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
29936
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29937
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29938
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
29939
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29916
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29917
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29918
|
+
padding: 0 8px;
|
|
29940
29919
|
}
|
|
29941
|
-
.
|
|
29942
|
-
|
|
29943
|
-
|
|
29944
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29945
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29946
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
29947
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29920
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29921
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29922
|
+
color: #0080ff;
|
|
29948
29923
|
}
|
|
29949
|
-
.
|
|
29950
|
-
|
|
29951
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
29952
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
29953
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
29954
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
29924
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29925
|
+
transform: rotate(180deg);
|
|
29955
29926
|
}
|
|
29956
|
-
|
|
29957
|
-
|
|
29958
|
-
|
|
29959
|
-
|
|
29960
|
-
--background-color: #fff;
|
|
29961
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29962
|
-
box-shadow: none;
|
|
29927
|
+
|
|
29928
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29929
|
+
max-height: calc(100vh - 128px);
|
|
29930
|
+
overflow-y: auto;
|
|
29963
29931
|
}
|
|
29964
|
-
.
|
|
29965
|
-
|
|
29932
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29933
|
+
padding: 4px 20px;
|
|
29934
|
+
font-size: 12px;
|
|
29935
|
+
line-height: 18px;
|
|
29966
29936
|
}
|
|
29967
|
-
|
|
29968
|
-
|
|
29969
|
-
|
|
29970
|
-
|
|
29937
|
+
|
|
29938
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29939
|
+
display: inline-flex;
|
|
29940
|
+
align-items: baseline;
|
|
29941
|
+
white-space: pre-wrap;
|
|
29971
29942
|
}
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29943
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29944
|
+
position: relative;
|
|
29945
|
+
top: 3px;
|
|
29974
29946
|
}
|
|
29975
|
-
.
|
|
29976
|
-
|
|
29977
|
-
--background-color: #fff;
|
|
29947
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29948
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29978
29949
|
}
|
|
29979
|
-
.
|
|
29980
|
-
|
|
29950
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29951
|
+
border-color: #0080ff;
|
|
29981
29952
|
}
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29984
|
-
|
|
29985
|
-
--background-color: #fff;
|
|
29986
|
-
--background-color-hover: #edf0f7;
|
|
29987
|
-
--background-color-active: #e4e9f2;
|
|
29988
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29989
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29953
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29954
|
+
border-color: #0080ff;
|
|
29955
|
+
background: #0080ff;
|
|
29990
29956
|
}
|
|
29991
|
-
.
|
|
29992
|
-
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29958
|
+
top: 4px;
|
|
29959
|
+
left: 4px;
|
|
29960
|
+
width: 6px;
|
|
29961
|
+
height: 6px;
|
|
29962
|
+
background: #fff;
|
|
29993
29963
|
}
|
|
29994
|
-
.
|
|
29995
|
-
|
|
29996
|
-
--border-color: #0080ff;
|
|
29997
|
-
--background-color: #fff;
|
|
29998
|
-
--background-color-hover: linear-gradient(
|
|
29999
|
-
0deg,
|
|
30000
|
-
rgba(0, 136, 255, 0.16),
|
|
30001
|
-
rgba(0, 136, 255, 0.16)
|
|
30002
|
-
),
|
|
30003
|
-
#ffffff;
|
|
30004
|
-
--background-color-active: linear-gradient(
|
|
30005
|
-
0deg,
|
|
30006
|
-
rgba(0, 136, 255, 0.2),
|
|
30007
|
-
rgba(0, 136, 255, 0.2)
|
|
30008
|
-
),
|
|
30009
|
-
#ffffff;
|
|
30010
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30011
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29964
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29965
|
+
opacity: 0.5;
|
|
30012
29966
|
}
|
|
30013
|
-
.
|
|
30014
|
-
|
|
30015
|
-
|
|
30016
|
-
--background-color: #fff;
|
|
30017
|
-
--background-color-hover: linear-gradient(
|
|
30018
|
-
0deg,
|
|
30019
|
-
rgba(255, 74, 74, 0.16),
|
|
30020
|
-
rgba(255, 74, 74, 0.16)
|
|
30021
|
-
),
|
|
30022
|
-
#ffffff;
|
|
30023
|
-
--background-color-active: linear-gradient(
|
|
30024
|
-
0deg,
|
|
30025
|
-
rgba(255, 74, 74, 0.2),
|
|
30026
|
-
rgba(255, 74, 74, 0.2)
|
|
30027
|
-
),
|
|
30028
|
-
#ffffff;
|
|
30029
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30030
|
-
}
|
|
30031
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
30032
|
-
--color: #1d326c;
|
|
30033
|
-
--border-color: #fff;
|
|
30034
|
-
--background-color: #fff;
|
|
30035
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30036
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30037
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30038
|
-
box-shadow: none;
|
|
30039
|
-
}
|
|
30040
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30041
|
-
--color: #0080ff;
|
|
30042
|
-
--border-color: #fff;
|
|
30043
|
-
--background-color: #fff;
|
|
30044
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30045
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30046
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30047
|
-
box-shadow: none;
|
|
30048
|
-
}
|
|
30049
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30050
|
-
--color: #f0483e;
|
|
30051
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30052
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30053
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30054
|
-
}
|
|
30055
|
-
.buj61ew.ant-btn-quiet {
|
|
30056
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
30057
|
-
--border-width: 0;
|
|
30058
|
-
--background-color: transparent;
|
|
30059
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30060
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30061
|
-
--background-color-focus: #fff;
|
|
30062
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30063
|
-
box-shadow: none;
|
|
30064
|
-
}
|
|
30065
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30066
|
-
--color: #f0483e;
|
|
30067
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30068
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30069
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30070
|
-
}
|
|
30071
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30072
|
-
--color: #0080ff;
|
|
30073
|
-
--background-color: transparent;
|
|
30074
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30075
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30076
|
-
--background-color-focus: #fff;
|
|
30077
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30078
|
-
}
|
|
30079
|
-
.buj61ew.has-icon {
|
|
30080
|
-
display: inline-flex;
|
|
30081
|
-
align-items: center;
|
|
30082
|
-
justify-content: center;
|
|
30083
|
-
}
|
|
30084
|
-
.buj61ew .button-prefix-icon {
|
|
30085
|
-
margin-right: 8px;
|
|
30086
|
-
display: inline-flex;
|
|
30087
|
-
}
|
|
30088
|
-
.buj61ew .button-suffix-icon {
|
|
30089
|
-
margin-left: 8px;
|
|
30090
|
-
display: inline-flex;
|
|
30091
|
-
}
|
|
30092
|
-
.buj61ew .icon-wrapper {
|
|
30093
|
-
display: flex;
|
|
30094
|
-
justify-content: center;
|
|
30095
|
-
}
|
|
30096
|
-
|
|
30097
|
-
.nchllas {
|
|
30098
|
-
padding: 0;
|
|
30099
|
-
}
|
|
30100
|
-
|
|
30101
|
-
.bpq0js6 {
|
|
30102
|
-
padding: 4px 11px;
|
|
30103
|
-
}
|
|
30104
|
-
|
|
30105
|
-
.b15sn34c {
|
|
30106
|
-
white-space: nowrap;
|
|
30107
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30108
|
-
}
|
|
30109
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30110
|
-
--color: #0080ff;
|
|
30111
|
-
}
|
|
30112
|
-
.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] {
|
|
30113
|
-
--color: #0080ff;
|
|
30114
|
-
}
|
|
30115
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30116
|
-
margin-left: 1px;
|
|
30117
|
-
}
|
|
30118
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30119
|
-
border-top-right-radius: 0;
|
|
30120
|
-
border-bottom-right-radius: 0;
|
|
30121
|
-
}
|
|
30122
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30123
|
-
border-top-left-radius: 0;
|
|
30124
|
-
border-bottom-left-radius: 0;
|
|
30125
|
-
}
|
|
30126
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30127
|
-
border-radius: unset;
|
|
30128
|
-
}
|
|
30129
|
-
|
|
30130
|
-
.fde5mpd {
|
|
30131
|
-
width: 100%;
|
|
30132
|
-
height: 100%;
|
|
30133
|
-
min-height: 124px;
|
|
30134
|
-
display: flex;
|
|
30135
|
-
flex-direction: column;
|
|
30136
|
-
justify-content: center;
|
|
30137
|
-
align-items: center;
|
|
30138
|
-
}
|
|
30139
|
-
.fde5mpd .error-text {
|
|
30140
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30141
|
-
margin-bottom: 16px;
|
|
30142
|
-
font-size: 18px;
|
|
30143
|
-
}
|
|
30144
|
-
|
|
30145
|
-
.i1mrf09m {
|
|
30146
|
-
display: inline-flex;
|
|
30147
|
-
align-items: center;
|
|
30148
|
-
}
|
|
30149
|
-
.i1mrf09m .icon-inner {
|
|
30150
|
-
display: inline-flex;
|
|
30151
|
-
align-items: center;
|
|
30152
|
-
justify-content: center;
|
|
30153
|
-
}
|
|
30154
|
-
.i1mrf09m .icon-inner + span,
|
|
30155
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30156
|
-
margin-left: 4px;
|
|
30157
|
-
}
|
|
30158
|
-
.i1mrf09m.is-rotate img,
|
|
30159
|
-
.i1mrf09m.is-rotate svg {
|
|
30160
|
-
animation: rotate 680ms linear infinite;
|
|
30161
|
-
}
|
|
30162
|
-
|
|
30163
|
-
.iap75of {
|
|
30164
|
-
height: 18px;
|
|
30165
|
-
line-height: 18px;
|
|
30166
|
-
padding: 0 4px;
|
|
30167
|
-
border-radius: 4px;
|
|
30168
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30169
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30170
|
-
display: flex;
|
|
30171
|
-
align-items: center;
|
|
30172
|
-
white-space: nowrap;
|
|
30173
|
-
margin-right: 4px;
|
|
30174
|
-
}
|
|
30175
|
-
|
|
30176
|
-
.obf05yr {
|
|
30177
|
-
display: inline-block;
|
|
30178
|
-
}
|
|
30179
|
-
|
|
30180
|
-
.hsms1n6 {
|
|
30181
|
-
visibility: hidden;
|
|
30182
|
-
position: absolute;
|
|
30183
|
-
}
|
|
30184
|
-
|
|
30185
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30186
|
-
display: inline-flex;
|
|
30187
|
-
align-items: baseline;
|
|
30188
|
-
white-space: pre-wrap;
|
|
30189
|
-
}
|
|
30190
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30191
|
-
position: relative;
|
|
30192
|
-
top: 3px;
|
|
30193
|
-
}
|
|
30194
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30195
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30196
|
-
}
|
|
30197
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30198
|
-
border-color: #0080ff;
|
|
30199
|
-
}
|
|
30200
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30201
|
-
border-color: #0080ff;
|
|
30202
|
-
background: #0080ff;
|
|
30203
|
-
}
|
|
30204
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30205
|
-
top: 4px;
|
|
30206
|
-
left: 4px;
|
|
30207
|
-
width: 6px;
|
|
30208
|
-
height: 6px;
|
|
30209
|
-
background: #fff;
|
|
30210
|
-
}
|
|
30211
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30212
|
-
opacity: 0.5;
|
|
30213
|
-
}
|
|
30214
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30215
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30216
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29968
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29969
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30217
29970
|
}
|
|
30218
29971
|
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30219
29972
|
background: #00122e;
|
|
@@ -30328,63 +30081,6 @@ html body {
|
|
|
30328
30081
|
width: 36px;
|
|
30329
30082
|
}
|
|
30330
30083
|
|
|
30331
|
-
.p12gwtiw {
|
|
30332
|
-
display: flex;
|
|
30333
|
-
justify-content: space-between;
|
|
30334
|
-
align-items: center;
|
|
30335
|
-
padding: 10px 0;
|
|
30336
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30337
|
-
font-size: 12px;
|
|
30338
|
-
line-height: 24px;
|
|
30339
|
-
}
|
|
30340
|
-
.p12gwtiw .pagination-left {
|
|
30341
|
-
padding: 2px 8px;
|
|
30342
|
-
}
|
|
30343
|
-
.p12gwtiw .dropdown-trigger {
|
|
30344
|
-
display: flex;
|
|
30345
|
-
align-items: center;
|
|
30346
|
-
border-radius: 6px;
|
|
30347
|
-
cursor: pointer;
|
|
30348
|
-
transition: all 0.3s ease;
|
|
30349
|
-
}
|
|
30350
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30351
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30352
|
-
color: #0080ff;
|
|
30353
|
-
}
|
|
30354
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30355
|
-
margin-left: 4px;
|
|
30356
|
-
}
|
|
30357
|
-
.p12gwtiw .pagination-right {
|
|
30358
|
-
display: flex;
|
|
30359
|
-
align-items: center;
|
|
30360
|
-
color: #0080ff;
|
|
30361
|
-
font-weight: bold;
|
|
30362
|
-
}
|
|
30363
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30364
|
-
margin-left: 4px;
|
|
30365
|
-
}
|
|
30366
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30367
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30368
|
-
padding: 0 8px;
|
|
30369
|
-
}
|
|
30370
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30371
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30372
|
-
color: #0080ff;
|
|
30373
|
-
}
|
|
30374
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30375
|
-
transform: rotate(180deg);
|
|
30376
|
-
}
|
|
30377
|
-
|
|
30378
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30379
|
-
max-height: calc(100vh - 128px);
|
|
30380
|
-
overflow-y: auto;
|
|
30381
|
-
}
|
|
30382
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30383
|
-
padding: 4px 20px;
|
|
30384
|
-
font-size: 12px;
|
|
30385
|
-
line-height: 18px;
|
|
30386
|
-
}
|
|
30387
|
-
|
|
30388
30084
|
.cz04yix {
|
|
30389
30085
|
display: flex;
|
|
30390
30086
|
flex-direction: column;
|
|
@@ -30996,996 +30692,1298 @@ input.rrg1fkn.ant-input {
|
|
|
30996
30692
|
border-bottom-left-radius: 0;
|
|
30997
30693
|
}
|
|
30998
30694
|
|
|
30999
|
-
.
|
|
31000
|
-
|
|
31001
|
-
height:
|
|
31002
|
-
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
|
|
31006
|
-
|
|
31007
|
-
|
|
31008
|
-
|
|
31009
|
-
|
|
31010
|
-
height: 16px;
|
|
31011
|
-
}
|
|
31012
|
-
.s34f1qb.ant-switch-large {
|
|
31013
|
-
min-width: 52px;
|
|
31014
|
-
height: 32px;
|
|
31015
|
-
}
|
|
31016
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31017
|
-
height: 20px;
|
|
31018
|
-
width: 20px;
|
|
31019
|
-
}
|
|
31020
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31021
|
-
border-radius: 10px;
|
|
31022
|
-
transition-delay: 120ms;
|
|
31023
|
-
}
|
|
31024
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31025
|
-
height: 14px;
|
|
31026
|
-
width: 14px;
|
|
31027
|
-
top: 1px;
|
|
31028
|
-
left: 1px;
|
|
30695
|
+
.iap75of {
|
|
30696
|
+
height: 18px;
|
|
30697
|
+
line-height: 18px;
|
|
30698
|
+
padding: 0 4px;
|
|
30699
|
+
border-radius: 4px;
|
|
30700
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30701
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30702
|
+
display: flex;
|
|
30703
|
+
align-items: center;
|
|
30704
|
+
white-space: nowrap;
|
|
30705
|
+
margin-right: 4px;
|
|
31029
30706
|
}
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
|
|
30707
|
+
|
|
30708
|
+
.buj61ew.ant-btn-icon-only {
|
|
30709
|
+
justify-content: center;
|
|
31033
30710
|
}
|
|
31034
|
-
.
|
|
31035
|
-
|
|
30711
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
30712
|
+
padding: 0;
|
|
31036
30713
|
}
|
|
31037
|
-
.
|
|
31038
|
-
|
|
30714
|
+
.buj61ew.ant-btn {
|
|
30715
|
+
display: inline-flex;
|
|
30716
|
+
align-items: center;
|
|
30717
|
+
justify-content: center;
|
|
30718
|
+
padding: 5px 12px;
|
|
30719
|
+
height: 32px;
|
|
30720
|
+
border-radius: 6px;
|
|
30721
|
+
line-height: 22px;
|
|
30722
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30723
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
31039
30724
|
}
|
|
31040
|
-
.
|
|
31041
|
-
|
|
30725
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
30726
|
+
height: 40px;
|
|
30727
|
+
line-height: 24px;
|
|
30728
|
+
padding: 8px 16px;
|
|
31042
30729
|
}
|
|
31043
|
-
.
|
|
31044
|
-
|
|
30730
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
30731
|
+
padding: 2px 8px;
|
|
30732
|
+
height: 24px;
|
|
30733
|
+
line-height: 20px;
|
|
31045
30734
|
}
|
|
31046
|
-
.
|
|
31047
|
-
|
|
30735
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
30736
|
+
border-radius: 50%;
|
|
31048
30737
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
|
|
30738
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
30739
|
+
color: var(--color, #06101f);
|
|
30740
|
+
font-weight: var(--font-weight);
|
|
30741
|
+
background: var(--background-color, #fff);
|
|
30742
|
+
border-width: var(--border-width, 1px);
|
|
30743
|
+
border-color: var(--border-color, #d9d9d9);
|
|
31052
30744
|
}
|
|
31053
|
-
|
|
31054
|
-
|
|
31055
|
-
width: 430px !important;
|
|
30745
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30746
|
+
display: none;
|
|
31056
30747
|
}
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
padding: 8px 16px;
|
|
31060
|
-
line-height: 18px;
|
|
31061
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31062
|
-
height: 34px;
|
|
31063
|
-
min-height: 34px;
|
|
31064
|
-
box-sizing: border-box;
|
|
31065
|
-
margin-top: 8px;
|
|
30748
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
30749
|
+
color: var(--color, inherit);
|
|
31066
30750
|
}
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
flex-direction: column;
|
|
31071
|
-
margin: 1px 8px;
|
|
31072
|
-
padding: 8px;
|
|
31073
|
-
border-radius: 4px;
|
|
30751
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30752
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30753
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
31074
30754
|
}
|
|
31075
|
-
.
|
|
31076
|
-
|
|
30755
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30756
|
+
--scale: 1;
|
|
30757
|
+
--transY: 1px;
|
|
30758
|
+
background: var(--background-color-active, var(--background-color));
|
|
30759
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
31077
30760
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
30761
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30762
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30763
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30764
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
31080
30765
|
}
|
|
31081
|
-
.
|
|
31082
|
-
|
|
30766
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30767
|
+
color: var(--color-disabled, var(--color));
|
|
30768
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30769
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30770
|
+
opacity: 0.5;
|
|
31083
30771
|
}
|
|
31084
|
-
.
|
|
30772
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
31085
30773
|
color: #0080ff;
|
|
30774
|
+
opacity: 0.5;
|
|
31086
30775
|
}
|
|
31087
|
-
.
|
|
31088
|
-
|
|
30776
|
+
.buj61ew.ant-btn-primary {
|
|
30777
|
+
--color: #fff;
|
|
30778
|
+
--font-weight: bold;
|
|
30779
|
+
--border-width: 0;
|
|
30780
|
+
--background-color: #0080ff;
|
|
30781
|
+
--background-color-hover: #009dff;
|
|
30782
|
+
--background-color-active: #005ed1;
|
|
30783
|
+
--background-color-focus: #0080ff;
|
|
30784
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
31089
30785
|
}
|
|
31090
|
-
.
|
|
31091
|
-
background:
|
|
30786
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
30787
|
+
--background-color: #f0483e;
|
|
30788
|
+
--background-color-hover: #ff5252;
|
|
30789
|
+
--background-color-active: #c73d31;
|
|
30790
|
+
--background-color-focus: #ff5252;
|
|
30791
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
31092
30792
|
}
|
|
31093
|
-
.
|
|
31094
|
-
color: #
|
|
30793
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
30794
|
+
--background-color: #fea008;
|
|
30795
|
+
--background-color-hover: #feba33;
|
|
30796
|
+
--background-color-active: #e07f00;
|
|
30797
|
+
--background-color-focus: #fea008;
|
|
31095
30798
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
30799
|
+
.buj61ew.ant-btn-secondary {
|
|
30800
|
+
--color: #0080ff;
|
|
30801
|
+
--font-weight: bold;
|
|
30802
|
+
--border-width: 0;
|
|
30803
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
30804
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30805
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30806
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30807
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
31099
30808
|
}
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
|
|
31104
|
-
|
|
31105
|
-
|
|
30809
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
30810
|
+
--color: #f0483e;
|
|
30811
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
30812
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30813
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30814
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30815
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
31106
30816
|
}
|
|
31107
|
-
.
|
|
31108
|
-
color: #
|
|
31109
|
-
|
|
31110
|
-
|
|
30817
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
30818
|
+
--color: #fea008;
|
|
30819
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30820
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30821
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30822
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
31111
30823
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
color:
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
margin-top: 2px;
|
|
30824
|
+
.buj61ew.ant-btn-tertiary {
|
|
30825
|
+
--color: #0080ff;
|
|
30826
|
+
--font-weight: bold;
|
|
30827
|
+
--border-width: 0;
|
|
30828
|
+
--background-color: #fff;
|
|
30829
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30830
|
+
box-shadow: none;
|
|
31120
30831
|
}
|
|
31121
|
-
|
|
31122
|
-
.
|
|
31123
|
-
border: none;
|
|
31124
|
-
margin-right: 0;
|
|
31125
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30832
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
30833
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
31126
30834
|
}
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
width: 100%;
|
|
31132
|
-
opacity: 0;
|
|
30835
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30836
|
+
--color: #f0483e;
|
|
30837
|
+
--background-color: #fff;
|
|
30838
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
31133
30839
|
}
|
|
31134
|
-
|
|
31135
|
-
.
|
|
31136
|
-
display: inline-block;
|
|
30840
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
30841
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
31137
30842
|
}
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
|
|
31141
|
-
justify-content: space-between;
|
|
31142
|
-
width: 100%;
|
|
30843
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30844
|
+
--color: #fea008;
|
|
30845
|
+
--background-color: #fff;
|
|
31143
30846
|
}
|
|
31144
|
-
.
|
|
31145
|
-
|
|
30847
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
30848
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
31146
30849
|
}
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
30850
|
+
.buj61ew.ant-btn-ordinary {
|
|
30851
|
+
--color: #1d326c;
|
|
30852
|
+
--border-color: #ccd4e3;
|
|
30853
|
+
--background-color: #fff;
|
|
30854
|
+
--background-color-hover: #edf0f7;
|
|
30855
|
+
--background-color-active: #e4e9f2;
|
|
30856
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30857
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
31150
30858
|
}
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
font-family: Inter;
|
|
31154
|
-
font-style: normal;
|
|
31155
|
-
font-weight: bold;
|
|
31156
|
-
font-size: 32px;
|
|
31157
|
-
line-height: 40px;
|
|
30859
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
30860
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
31158
30861
|
}
|
|
31159
|
-
|
|
31160
|
-
|
|
31161
|
-
|
|
31162
|
-
|
|
31163
|
-
|
|
31164
|
-
|
|
31165
|
-
|
|
30862
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
30863
|
+
--color: #0080ff;
|
|
30864
|
+
--border-color: #0080ff;
|
|
30865
|
+
--background-color: #fff;
|
|
30866
|
+
--background-color-hover: linear-gradient(
|
|
30867
|
+
0deg,
|
|
30868
|
+
rgba(0, 136, 255, 0.16),
|
|
30869
|
+
rgba(0, 136, 255, 0.16)
|
|
30870
|
+
),
|
|
30871
|
+
#ffffff;
|
|
30872
|
+
--background-color-active: linear-gradient(
|
|
30873
|
+
0deg,
|
|
30874
|
+
rgba(0, 136, 255, 0.2),
|
|
30875
|
+
rgba(0, 136, 255, 0.2)
|
|
30876
|
+
),
|
|
30877
|
+
#ffffff;
|
|
30878
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30879
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
31166
30880
|
}
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
|
|
31170
|
-
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
|
|
30881
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30882
|
+
--color: #f0483e;
|
|
30883
|
+
--border-color: #f0483e;
|
|
30884
|
+
--background-color: #fff;
|
|
30885
|
+
--background-color-hover: linear-gradient(
|
|
30886
|
+
0deg,
|
|
30887
|
+
rgba(255, 74, 74, 0.16),
|
|
30888
|
+
rgba(255, 74, 74, 0.16)
|
|
30889
|
+
),
|
|
30890
|
+
#ffffff;
|
|
30891
|
+
--background-color-active: linear-gradient(
|
|
30892
|
+
0deg,
|
|
30893
|
+
rgba(255, 74, 74, 0.2),
|
|
30894
|
+
rgba(255, 74, 74, 0.2)
|
|
30895
|
+
),
|
|
30896
|
+
#ffffff;
|
|
30897
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
31174
30898
|
}
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
|
|
30899
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
30900
|
+
--color: #1d326c;
|
|
30901
|
+
--border-color: #fff;
|
|
30902
|
+
--background-color: #fff;
|
|
30903
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30904
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30905
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30906
|
+
box-shadow: none;
|
|
31182
30907
|
}
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
|
|
30908
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30909
|
+
--color: #0080ff;
|
|
30910
|
+
--border-color: #fff;
|
|
30911
|
+
--background-color: #fff;
|
|
30912
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30913
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30914
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30915
|
+
box-shadow: none;
|
|
31190
30916
|
}
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31194
|
-
|
|
31195
|
-
|
|
31196
|
-
font-size: 18px;
|
|
31197
|
-
line-height: 22px;
|
|
30917
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30918
|
+
--color: #f0483e;
|
|
30919
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30920
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30921
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
31198
30922
|
}
|
|
31199
|
-
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
|
|
30923
|
+
.buj61ew.ant-btn-quiet {
|
|
30924
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30925
|
+
--border-width: 0;
|
|
30926
|
+
--background-color: transparent;
|
|
30927
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30928
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30929
|
+
--background-color-focus: #fff;
|
|
30930
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30931
|
+
box-shadow: none;
|
|
31206
30932
|
}
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
|
|
31212
|
-
font-size: 16px;
|
|
31213
|
-
line-height: 22px;
|
|
30933
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30934
|
+
--color: #f0483e;
|
|
30935
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30936
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30937
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
31214
30938
|
}
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
30939
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30940
|
+
--color: #0080ff;
|
|
30941
|
+
--background-color: transparent;
|
|
30942
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30943
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30944
|
+
--background-color-focus: #fff;
|
|
30945
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
31222
30946
|
}
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
font-style: normal;
|
|
31227
|
-
font-weight: bold;
|
|
31228
|
-
font-size: 14px;
|
|
31229
|
-
line-height: 20px;
|
|
30947
|
+
.buj61ew .button-prefix-icon {
|
|
30948
|
+
margin-right: 8px;
|
|
30949
|
+
display: inline-flex;
|
|
31230
30950
|
}
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
font-style: normal;
|
|
31235
|
-
font-weight: normal;
|
|
31236
|
-
font-size: 14px;
|
|
31237
|
-
line-height: 20px;
|
|
30951
|
+
.buj61ew .button-suffix-icon {
|
|
30952
|
+
margin-left: 8px;
|
|
30953
|
+
display: inline-flex;
|
|
31238
30954
|
}
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
font-style: normal;
|
|
31243
|
-
font-weight: bold;
|
|
31244
|
-
font-size: 12px;
|
|
31245
|
-
line-height: 18px;
|
|
30955
|
+
.buj61ew .icon-wrapper {
|
|
30956
|
+
display: flex;
|
|
30957
|
+
justify-content: center;
|
|
31246
30958
|
}
|
|
31247
30959
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
font-style: normal;
|
|
31251
|
-
font-weight: normal;
|
|
31252
|
-
font-size: 12px;
|
|
31253
|
-
line-height: 18px;
|
|
30960
|
+
.nchllas {
|
|
30961
|
+
padding: 0;
|
|
31254
30962
|
}
|
|
31255
30963
|
|
|
31256
|
-
.
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
font-weight: bold;
|
|
31260
|
-
text-transform: uppercase;
|
|
31261
|
-
font-feature-settings: "cpsp" on;
|
|
31262
|
-
font-size: 12px;
|
|
31263
|
-
line-height: 18px;
|
|
30964
|
+
.i1mrf09m {
|
|
30965
|
+
display: inline-flex;
|
|
30966
|
+
align-items: center;
|
|
31264
30967
|
}
|
|
31265
|
-
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
font-weight: normal;
|
|
31270
|
-
text-transform: uppercase;
|
|
31271
|
-
font-feature-settings: "cpsp" on;
|
|
31272
|
-
font-size: 12px;
|
|
31273
|
-
line-height: 18px;
|
|
30968
|
+
.i1mrf09m .icon-inner {
|
|
30969
|
+
display: inline-flex;
|
|
30970
|
+
align-items: center;
|
|
30971
|
+
justify-content: center;
|
|
31274
30972
|
}
|
|
31275
|
-
|
|
31276
|
-
.
|
|
31277
|
-
|
|
31278
|
-
font-style: normal;
|
|
31279
|
-
font-weight: normal;
|
|
31280
|
-
font-size: 16px;
|
|
31281
|
-
line-height: 24px;
|
|
30973
|
+
.i1mrf09m .icon-inner + span,
|
|
30974
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30975
|
+
margin-left: 4px;
|
|
31282
30976
|
}
|
|
31283
|
-
|
|
31284
|
-
.
|
|
31285
|
-
|
|
31286
|
-
font-style: normal;
|
|
31287
|
-
font-weight: bold;
|
|
31288
|
-
font-size: 16px;
|
|
31289
|
-
line-height: 24px;
|
|
30977
|
+
.i1mrf09m.is-rotate img,
|
|
30978
|
+
.i1mrf09m.is-rotate svg {
|
|
30979
|
+
animation: rotate 680ms linear infinite;
|
|
31290
30980
|
}
|
|
31291
30981
|
|
|
31292
|
-
.
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
30982
|
+
.fde5mpd {
|
|
30983
|
+
width: 100%;
|
|
30984
|
+
height: 100%;
|
|
30985
|
+
min-height: 124px;
|
|
30986
|
+
display: flex;
|
|
30987
|
+
flex-direction: column;
|
|
30988
|
+
justify-content: center;
|
|
30989
|
+
align-items: center;
|
|
31298
30990
|
}
|
|
31299
|
-
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
font-
|
|
31303
|
-
font-weight: bold;
|
|
31304
|
-
font-size: 16px;
|
|
31305
|
-
line-height: 24px;
|
|
30991
|
+
.fde5mpd .error-text {
|
|
30992
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30993
|
+
margin-bottom: 16px;
|
|
30994
|
+
font-size: 18px;
|
|
31306
30995
|
}
|
|
31307
30996
|
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
font-feature-settings: "cpsp" on;
|
|
31314
|
-
font-size: 16px;
|
|
31315
|
-
line-height: 24px;
|
|
30997
|
+
.s34f1qb.ant-switch {
|
|
30998
|
+
min-width: 40px;
|
|
30999
|
+
height: 24px;
|
|
31000
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31001
|
+
overflow: hidden;
|
|
31316
31002
|
}
|
|
31317
|
-
|
|
31318
|
-
.
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31003
|
+
.s34f1qb.ant-switch:focus {
|
|
31004
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31005
|
+
}
|
|
31006
|
+
.s34f1qb.ant-switch-small {
|
|
31007
|
+
min-width: 26px;
|
|
31008
|
+
height: 16px;
|
|
31009
|
+
}
|
|
31010
|
+
.s34f1qb.ant-switch-large {
|
|
31011
|
+
min-width: 52px;
|
|
31012
|
+
height: 32px;
|
|
31013
|
+
}
|
|
31014
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31015
|
+
height: 20px;
|
|
31016
|
+
width: 20px;
|
|
31017
|
+
}
|
|
31018
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31019
|
+
border-radius: 10px;
|
|
31020
|
+
transition-delay: 120ms;
|
|
31021
|
+
}
|
|
31022
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31023
|
+
height: 14px;
|
|
31024
|
+
width: 14px;
|
|
31025
|
+
top: 1px;
|
|
31026
|
+
left: 1px;
|
|
31027
|
+
}
|
|
31028
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31029
|
+
height: 28px;
|
|
31030
|
+
width: 28px;
|
|
31031
|
+
}
|
|
31032
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31033
|
+
border-radius: 14px;
|
|
31034
|
+
}
|
|
31035
|
+
.s34f1qb.ant-switch-checked {
|
|
31036
|
+
background-color: #00ba5d;
|
|
31037
|
+
}
|
|
31038
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31039
|
+
left: calc(100% - 20px - 2px);
|
|
31040
|
+
}
|
|
31041
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31042
|
+
left: calc(100% - 14px - 1px);
|
|
31043
|
+
}
|
|
31044
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31045
|
+
left: calc(100% - 28px - 2px);
|
|
31326
31046
|
}
|
|
31327
31047
|
|
|
31328
|
-
.
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
|
|
31048
|
+
.c1to9vb9 {
|
|
31049
|
+
margin-left: 5px;
|
|
31050
|
+
}
|
|
31051
|
+
|
|
31052
|
+
.t1upn1sz {
|
|
31053
|
+
height: 100%;
|
|
31054
|
+
}
|
|
31055
|
+
|
|
31056
|
+
.tta5kd2 {
|
|
31057
|
+
height: 100%;
|
|
31058
|
+
}
|
|
31059
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31060
|
+
overflow: visible !important;
|
|
31061
|
+
height: 100%;
|
|
31062
|
+
}
|
|
31063
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31064
|
+
height: 100%;
|
|
31065
|
+
}
|
|
31066
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31067
|
+
width: 100% !important;
|
|
31068
|
+
height: 100%;
|
|
31069
|
+
}
|
|
31070
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31071
|
+
padding: 15px 0;
|
|
31072
|
+
}
|
|
31073
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31074
|
+
display: none;
|
|
31075
|
+
}
|
|
31076
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31077
|
+
font-weight: 700;
|
|
31078
|
+
}
|
|
31079
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31080
|
+
font-weight: 700;
|
|
31081
|
+
}
|
|
31082
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31083
|
+
height: 100%;
|
|
31084
|
+
}
|
|
31085
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31086
|
+
height: 100%;
|
|
31087
|
+
overflow: visible;
|
|
31088
|
+
}
|
|
31089
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31090
|
+
max-height: none;
|
|
31091
|
+
}
|
|
31092
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31093
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31094
|
+
display: none;
|
|
31095
|
+
}
|
|
31096
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31097
|
+
background: transparent;
|
|
31098
|
+
}
|
|
31099
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31100
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31101
|
+
background: #fff;
|
|
31102
|
+
padding: 0 !important;
|
|
31103
|
+
}
|
|
31104
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31105
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31106
|
+
display: flex;
|
|
31107
|
+
align-items: center;
|
|
31108
|
+
height: 100%;
|
|
31109
|
+
padding: 8px;
|
|
31110
|
+
}
|
|
31111
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31112
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31113
|
+
overflow: hidden;
|
|
31114
|
+
text-overflow: ellipsis;
|
|
31115
|
+
width: 100%;
|
|
31116
|
+
}
|
|
31117
|
+
.tta5kd2 .ant-table-container {
|
|
31118
|
+
height: 100%;
|
|
31119
|
+
}
|
|
31120
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31121
|
+
box-shadow: none !important;
|
|
31122
|
+
}
|
|
31123
|
+
.tta5kd2 .ant-table {
|
|
31124
|
+
border-radius: 0px;
|
|
31125
|
+
border-left: none;
|
|
31126
|
+
border-right: none;
|
|
31127
|
+
border-bottom: none;
|
|
31128
|
+
height: 100%;
|
|
31129
|
+
font-size: 12px;
|
|
31130
|
+
background: transparent;
|
|
31131
|
+
}
|
|
31132
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31133
|
+
position: relative;
|
|
31134
|
+
z-index: 3;
|
|
31135
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31136
|
+
margin-bottom: -1px;
|
|
31137
|
+
}
|
|
31138
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
31139
|
+
.tta5kd2 .ant-table .value {
|
|
31140
|
+
color: #2d3a56;
|
|
31141
|
+
}
|
|
31142
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31143
|
+
.tta5kd2 .ant-table .unit {
|
|
31144
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31145
|
+
}
|
|
31146
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31147
|
+
position: unset;
|
|
31148
|
+
text-align: center;
|
|
31149
|
+
}
|
|
31150
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31151
|
+
background: #fff;
|
|
31152
|
+
}
|
|
31153
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31154
|
+
cursor: pointer;
|
|
31155
|
+
position: absolute;
|
|
31156
|
+
top: 50%;
|
|
31157
|
+
right: 12px;
|
|
31158
|
+
transform: translateY(-50%);
|
|
31159
|
+
}
|
|
31160
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31161
|
+
box-shadow: none;
|
|
31162
|
+
width: 1px;
|
|
31163
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31164
|
+
}
|
|
31165
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31166
|
+
box-shadow: none;
|
|
31167
|
+
width: 1px;
|
|
31168
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31169
|
+
}
|
|
31170
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31171
|
+
position: relative;
|
|
31172
|
+
}
|
|
31173
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31174
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31175
|
+
border-bottom: 1px solid white;
|
|
31176
|
+
height: 40px;
|
|
31177
|
+
vertical-align: middle;
|
|
31178
|
+
transition: background 0ms;
|
|
31179
|
+
color: #00122e;
|
|
31180
|
+
}
|
|
31181
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31182
|
+
background: #f2f5fa;
|
|
31183
|
+
border-bottom-color: #f2f5fa;
|
|
31184
|
+
}
|
|
31185
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31186
|
+
height: auto;
|
|
31187
|
+
color: #00122e;
|
|
31188
|
+
font-size: 12px;
|
|
31189
|
+
text-align: left;
|
|
31190
|
+
transition: none;
|
|
31191
|
+
overflow: hidden;
|
|
31192
|
+
text-overflow: ellipsis;
|
|
31193
|
+
white-space: nowrap;
|
|
31194
|
+
}
|
|
31195
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31196
|
+
color: #0096ff;
|
|
31197
|
+
}
|
|
31198
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31199
|
+
overflow: hidden;
|
|
31200
|
+
text-overflow: ellipsis;
|
|
31201
|
+
width: 100%;
|
|
31202
|
+
vertical-align: middle;
|
|
31203
|
+
}
|
|
31204
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31205
|
+
line-height: 0px;
|
|
31206
|
+
}
|
|
31207
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31208
|
+
padding-right: 25px;
|
|
31209
|
+
}
|
|
31210
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31211
|
+
border-top-color: transparent;
|
|
31212
|
+
}
|
|
31213
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31214
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31215
|
+
border-color: transparent transparent white;
|
|
31216
|
+
}
|
|
31217
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31218
|
+
border-radius: 8px 0 0 8px;
|
|
31219
|
+
}
|
|
31220
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31221
|
+
border-radius: 8px 0 0 8px;
|
|
31222
|
+
}
|
|
31223
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31224
|
+
content: "";
|
|
31225
|
+
width: 4px;
|
|
31226
|
+
top: -1px;
|
|
31227
|
+
bottom: -1px;
|
|
31228
|
+
background: white;
|
|
31229
|
+
}
|
|
31230
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31231
|
+
border-radius: 0 8px 8px 0;
|
|
31232
|
+
}
|
|
31233
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31234
|
+
border-radius: 0;
|
|
31235
|
+
background: white;
|
|
31236
|
+
border-top: none;
|
|
31237
|
+
}
|
|
31238
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31239
|
+
border-top: 1px solid transparent;
|
|
31240
|
+
border-radius: 0 8px 8px 0;
|
|
31241
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31242
|
+
}
|
|
31243
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31244
|
+
background: white;
|
|
31245
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31246
|
+
}
|
|
31247
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31248
|
+
display: flex;
|
|
31249
|
+
align-items: center;
|
|
31250
|
+
height: 100%;
|
|
31251
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31252
|
+
}
|
|
31253
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31254
|
+
background: white;
|
|
31255
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31256
|
+
}
|
|
31257
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31258
|
+
display: flex;
|
|
31259
|
+
align-items: center;
|
|
31260
|
+
height: 100%;
|
|
31261
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31262
|
+
}
|
|
31263
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31264
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31265
|
+
}
|
|
31266
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31267
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31268
|
+
border-radius: 8px;
|
|
31269
|
+
}
|
|
31270
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31271
|
+
border-top-color: white;
|
|
31272
|
+
}
|
|
31273
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31274
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31275
|
+
border-bottom-color: transparent;
|
|
31276
|
+
border-top-color: transparent;
|
|
31277
|
+
}
|
|
31278
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31279
|
+
border-radius: 8px 0 0 8px;
|
|
31280
|
+
}
|
|
31281
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31282
|
+
border-radius: 0 8px 8px 0;
|
|
31283
|
+
}
|
|
31284
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31285
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31286
|
+
}
|
|
31287
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31288
|
+
background: #fff;
|
|
31289
|
+
font-weight: 400;
|
|
31290
|
+
position: relative;
|
|
31291
|
+
border-bottom: none;
|
|
31292
|
+
color: #00122e;
|
|
31293
|
+
transition: none;
|
|
31294
|
+
padding: 15px 8px 15px 8px;
|
|
31295
|
+
}
|
|
31296
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31297
|
+
content: "";
|
|
31298
|
+
width: 1px;
|
|
31299
|
+
top: 0;
|
|
31300
|
+
bottom: 0;
|
|
31301
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31302
|
+
position: absolute;
|
|
31303
|
+
right: 0;
|
|
31304
|
+
}
|
|
31305
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31306
|
+
padding: unset;
|
|
31307
|
+
}
|
|
31308
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31309
|
+
display: none;
|
|
31310
|
+
}
|
|
31311
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31312
|
+
width: 100%;
|
|
31313
|
+
overflow: hidden;
|
|
31314
|
+
white-space: nowrap;
|
|
31315
|
+
text-overflow: ellipsis;
|
|
31316
|
+
}
|
|
31317
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31318
|
+
overflow: hidden;
|
|
31319
|
+
text-overflow: ellipsis;
|
|
31320
|
+
flex: 1;
|
|
31321
|
+
}
|
|
31322
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31323
|
+
padding: 15px 25px 15px 8px;
|
|
31324
|
+
}
|
|
31325
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31326
|
+
padding: 0;
|
|
31327
|
+
}
|
|
31328
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31329
|
+
position: absolute;
|
|
31330
|
+
right: 6px;
|
|
31331
|
+
top: 50%;
|
|
31332
|
+
transform: translateY(-50%);
|
|
31333
|
+
height: 16px;
|
|
31334
|
+
display: none;
|
|
31335
|
+
transition: transform 320ms ease;
|
|
31336
|
+
}
|
|
31337
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31338
|
+
display: block;
|
|
31339
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31340
|
+
}
|
|
31341
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31342
|
+
display: block;
|
|
31343
|
+
}
|
|
31344
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31345
|
+
display: none;
|
|
31346
|
+
}
|
|
31347
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31348
|
+
transform: translateY(-50%);
|
|
31349
|
+
}
|
|
31350
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31351
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31334
31352
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
font-family: Inter;
|
|
31338
|
-
font-style: normal;
|
|
31339
|
-
font-weight: 500;
|
|
31340
|
-
font-size: 14px;
|
|
31341
|
-
line-height: 22px;
|
|
31353
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31354
|
+
background: #f2f5fa;
|
|
31342
31355
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
font-family: Inter;
|
|
31346
|
-
font-style: normal;
|
|
31347
|
-
font-weight: bold;
|
|
31348
|
-
font-size: 14px;
|
|
31349
|
-
line-height: 22px;
|
|
31356
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31357
|
+
display: block;
|
|
31350
31358
|
}
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
font-family: Inter;
|
|
31354
|
-
font-style: normal;
|
|
31355
|
-
font-weight: normal;
|
|
31356
|
-
font-size: 14px;
|
|
31357
|
-
line-height: 22px;
|
|
31359
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31360
|
+
padding-right: 25px;
|
|
31358
31361
|
}
|
|
31359
|
-
|
|
31360
|
-
|
|
31361
|
-
font-family: Inter;
|
|
31362
|
-
font-style: normal;
|
|
31363
|
-
font-weight: bold;
|
|
31364
|
-
font-size: 14px;
|
|
31365
|
-
line-height: 22px;
|
|
31362
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31363
|
+
padding: 0 !important;
|
|
31366
31364
|
}
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
text-transform: uppercase;
|
|
31373
|
-
font-feature-settings: "cpsp" on;
|
|
31374
|
-
font-size: 14px;
|
|
31375
|
-
line-height: 22px;
|
|
31365
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31366
|
+
position: absolute;
|
|
31367
|
+
left: 50%;
|
|
31368
|
+
top: 50%;
|
|
31369
|
+
transform: translate(-50%, -50%);
|
|
31376
31370
|
}
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
font-family: Inter;
|
|
31380
|
-
font-style: normal;
|
|
31381
|
-
font-weight: bold;
|
|
31382
|
-
text-transform: uppercase;
|
|
31383
|
-
font-feature-settings: "cpsp" on;
|
|
31384
|
-
font-size: 14px;
|
|
31385
|
-
line-height: 22px;
|
|
31371
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31372
|
+
display: none;
|
|
31386
31373
|
}
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
font-family: Inter;
|
|
31390
|
-
font-style: normal;
|
|
31391
|
-
font-weight: normal;
|
|
31392
|
-
font-size: 13px;
|
|
31393
|
-
line-height: 20px;
|
|
31374
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31375
|
+
background: #fff;
|
|
31394
31376
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
font-family: Inter;
|
|
31398
|
-
font-style: normal;
|
|
31399
|
-
font-weight: 600;
|
|
31400
|
-
font-size: 13px;
|
|
31401
|
-
line-height: 20px;
|
|
31377
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31378
|
+
background: inherit;
|
|
31402
31379
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31380
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31381
|
+
position: static;
|
|
31382
|
+
border: none;
|
|
31383
|
+
background: inherit !important;
|
|
31384
|
+
height: 100px;
|
|
31385
|
+
vertical-align: middle;
|
|
31386
|
+
}
|
|
31387
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31388
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31407
31389
|
font-weight: bold;
|
|
31408
|
-
font-size:
|
|
31409
|
-
|
|
31390
|
+
font-size: 20px;
|
|
31391
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31410
31392
|
}
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
font-weight: normal;
|
|
31416
|
-
font-size: 13px;
|
|
31417
|
-
line-height: 20px;
|
|
31393
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31394
|
+
padding: 0 !important;
|
|
31395
|
+
position: relative;
|
|
31396
|
+
background: #fff;
|
|
31418
31397
|
}
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
line-height: 20px;
|
|
31398
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31399
|
+
height: 100%;
|
|
31400
|
+
display: flex;
|
|
31401
|
+
align-items: center;
|
|
31402
|
+
justify-content: flex-end;
|
|
31403
|
+
padding-right: 8px;
|
|
31426
31404
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
line-height: 20px;
|
|
31405
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31406
|
+
width: 24px;
|
|
31407
|
+
height: 24px;
|
|
31408
|
+
cursor: pointer;
|
|
31409
|
+
justify-content: center;
|
|
31410
|
+
border-radius: 4px;
|
|
31434
31411
|
}
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
font-family: Inter;
|
|
31438
|
-
font-style: normal;
|
|
31439
|
-
font-weight: normal;
|
|
31440
|
-
text-transform: uppercase;
|
|
31441
|
-
font-feature-settings: "cpsp" on;
|
|
31442
|
-
font-size: 13px;
|
|
31443
|
-
line-height: 20px;
|
|
31412
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31413
|
+
background: #fff;
|
|
31444
31414
|
}
|
|
31445
31415
|
|
|
31446
|
-
.
|
|
31447
|
-
|
|
31448
|
-
font-style: normal;
|
|
31449
|
-
font-weight: bold;
|
|
31450
|
-
text-transform: uppercase;
|
|
31451
|
-
font-feature-settings: "cpsp" on;
|
|
31452
|
-
font-size: 13px;
|
|
31453
|
-
line-height: 20px;
|
|
31416
|
+
.s1fc623g {
|
|
31417
|
+
width: 430px !important;
|
|
31454
31418
|
}
|
|
31455
31419
|
|
|
31456
|
-
.
|
|
31457
|
-
|
|
31458
|
-
font-style: normal;
|
|
31459
|
-
font-weight: normal;
|
|
31460
|
-
font-size: 12px;
|
|
31420
|
+
.da3mx0o .ant-select-item-group {
|
|
31421
|
+
padding: 8px 16px;
|
|
31461
31422
|
line-height: 18px;
|
|
31423
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31424
|
+
height: 34px;
|
|
31425
|
+
min-height: 34px;
|
|
31426
|
+
box-sizing: border-box;
|
|
31427
|
+
margin-top: 8px;
|
|
31462
31428
|
}
|
|
31463
31429
|
|
|
31464
|
-
.
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31430
|
+
.onr9gzt {
|
|
31431
|
+
display: flex;
|
|
31432
|
+
flex-direction: column;
|
|
31433
|
+
margin: 1px 8px;
|
|
31434
|
+
padding: 8px;
|
|
31435
|
+
border-radius: 4px;
|
|
31470
31436
|
}
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
font-family: Inter;
|
|
31474
|
-
font-style: normal;
|
|
31475
|
-
font-weight: bold;
|
|
31476
|
-
font-size: 12px;
|
|
31477
|
-
line-height: 18px;
|
|
31437
|
+
.onr9gzt .selected-icon {
|
|
31438
|
+
display: none;
|
|
31478
31439
|
}
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
font-family: Inter;
|
|
31482
|
-
font-style: normal;
|
|
31483
|
-
font-weight: normal;
|
|
31484
|
-
font-size: 12px;
|
|
31485
|
-
line-height: 18px;
|
|
31440
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31441
|
+
padding-left: 8px;
|
|
31486
31442
|
}
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
font-family: Inter;
|
|
31490
|
-
font-style: normal;
|
|
31491
|
-
font-weight: 500;
|
|
31492
|
-
font-size: 12px;
|
|
31493
|
-
line-height: 18px;
|
|
31443
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31444
|
+
background-color: white;
|
|
31494
31445
|
}
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
|
|
31446
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31447
|
+
color: #0080ff;
|
|
31448
|
+
}
|
|
31449
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31450
|
+
display: block;
|
|
31451
|
+
}
|
|
31452
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31453
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31454
|
+
}
|
|
31455
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31456
|
+
color: #0080ff;
|
|
31457
|
+
}
|
|
31458
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31459
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31460
|
+
color: #0080ff;
|
|
31502
31461
|
}
|
|
31503
31462
|
|
|
31504
|
-
.
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
|
|
31511
|
-
|
|
31463
|
+
.oiy0apc {
|
|
31464
|
+
display: flex;
|
|
31465
|
+
justify-content: space-between;
|
|
31466
|
+
height: 20px;
|
|
31467
|
+
line-height: 20px;
|
|
31468
|
+
}
|
|
31469
|
+
.oiy0apc .timezone-title {
|
|
31470
|
+
color: #2d3a56;
|
|
31471
|
+
overflow: hidden;
|
|
31472
|
+
text-overflow: ellipsis;
|
|
31512
31473
|
}
|
|
31513
31474
|
|
|
31514
|
-
.
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
|
|
31519
|
-
font-feature-settings: "cpsp" on;
|
|
31520
|
-
font-size: 12px;
|
|
31475
|
+
.of4y382 {
|
|
31476
|
+
display: flex;
|
|
31477
|
+
justify-content: space-between;
|
|
31478
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31479
|
+
height: 18px;
|
|
31521
31480
|
line-height: 18px;
|
|
31481
|
+
margin-top: 2px;
|
|
31522
31482
|
}
|
|
31523
31483
|
|
|
31524
|
-
.
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
font-size: 13px;
|
|
31529
|
-
line-height: 20px;
|
|
31484
|
+
.t19903l9 {
|
|
31485
|
+
border: none;
|
|
31486
|
+
margin-right: 0;
|
|
31487
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31530
31488
|
}
|
|
31531
31489
|
|
|
31532
|
-
.
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
line-height: 20px;
|
|
31490
|
+
.ohwbvxu {
|
|
31491
|
+
pointer-events: none;
|
|
31492
|
+
height: 32px;
|
|
31493
|
+
width: 100%;
|
|
31494
|
+
opacity: 0;
|
|
31538
31495
|
}
|
|
31539
31496
|
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
font-style: normal;
|
|
31543
|
-
font-weight: normal;
|
|
31544
|
-
font-size: 12px;
|
|
31545
|
-
line-height: 18px;
|
|
31497
|
+
.i1e4sgug {
|
|
31498
|
+
display: inline-block;
|
|
31546
31499
|
}
|
|
31547
31500
|
|
|
31548
|
-
.
|
|
31501
|
+
.d6j0lbj {
|
|
31549
31502
|
font-family: Inter;
|
|
31550
31503
|
font-style: normal;
|
|
31551
|
-
font-weight:
|
|
31552
|
-
font-size:
|
|
31553
|
-
line-height:
|
|
31504
|
+
font-weight: bold;
|
|
31505
|
+
font-size: 32px;
|
|
31506
|
+
line-height: 40px;
|
|
31554
31507
|
}
|
|
31555
31508
|
|
|
31556
|
-
.
|
|
31509
|
+
.d1xhvvxe {
|
|
31557
31510
|
font-family: Inter;
|
|
31558
31511
|
font-style: normal;
|
|
31559
|
-
font-weight:
|
|
31560
|
-
font-
|
|
31561
|
-
|
|
31562
|
-
line-height: 20px;
|
|
31512
|
+
font-weight: bold;
|
|
31513
|
+
font-size: 24px;
|
|
31514
|
+
line-height: 32px;
|
|
31563
31515
|
}
|
|
31564
31516
|
|
|
31565
|
-
.
|
|
31517
|
+
.dk10mxq {
|
|
31566
31518
|
font-family: Inter;
|
|
31567
31519
|
font-style: normal;
|
|
31568
31520
|
font-weight: normal;
|
|
31569
|
-
font-
|
|
31570
|
-
|
|
31571
|
-
line-height: 20px;
|
|
31521
|
+
font-size: 32px;
|
|
31522
|
+
line-height: 40px;
|
|
31572
31523
|
}
|
|
31573
31524
|
|
|
31574
|
-
.
|
|
31525
|
+
.dxsait {
|
|
31575
31526
|
font-family: Inter;
|
|
31576
31527
|
font-style: normal;
|
|
31577
|
-
font-weight:
|
|
31578
|
-
font-
|
|
31579
|
-
|
|
31580
|
-
line-height: 18px;
|
|
31528
|
+
font-weight: bold;
|
|
31529
|
+
font-size: 20px;
|
|
31530
|
+
line-height: 24px;
|
|
31581
31531
|
}
|
|
31582
31532
|
|
|
31583
|
-
.
|
|
31533
|
+
.dokn0h3 {
|
|
31584
31534
|
font-family: Inter;
|
|
31585
31535
|
font-style: normal;
|
|
31586
|
-
font-weight:
|
|
31587
|
-
font-
|
|
31588
|
-
|
|
31589
|
-
line-height: 18px;
|
|
31536
|
+
font-weight: normal;
|
|
31537
|
+
font-size: 20px;
|
|
31538
|
+
line-height: 24px;
|
|
31590
31539
|
}
|
|
31591
31540
|
|
|
31592
|
-
.
|
|
31541
|
+
.dobau4p {
|
|
31593
31542
|
font-family: Inter;
|
|
31594
31543
|
font-style: normal;
|
|
31595
|
-
font-weight:
|
|
31596
|
-
font-
|
|
31597
|
-
|
|
31598
|
-
line-height: 18px;
|
|
31544
|
+
font-weight: bold;
|
|
31545
|
+
font-size: 18px;
|
|
31546
|
+
line-height: 22px;
|
|
31599
31547
|
}
|
|
31600
31548
|
|
|
31601
|
-
.
|
|
31549
|
+
.dvolwok {
|
|
31602
31550
|
font-family: Inter;
|
|
31603
31551
|
font-style: normal;
|
|
31604
|
-
font-weight:
|
|
31605
|
-
font-
|
|
31606
|
-
|
|
31607
|
-
line-height: 18px;
|
|
31552
|
+
font-weight: normal;
|
|
31553
|
+
font-size: 18px;
|
|
31554
|
+
line-height: 22px;
|
|
31608
31555
|
}
|
|
31609
31556
|
|
|
31610
|
-
.
|
|
31557
|
+
.h181qhg4 {
|
|
31611
31558
|
font-family: Inter;
|
|
31612
31559
|
font-style: normal;
|
|
31613
31560
|
font-weight: bold;
|
|
31614
|
-
font-feature-settings: "zero" on;
|
|
31615
31561
|
font-size: 16px;
|
|
31616
|
-
line-height:
|
|
31562
|
+
line-height: 22px;
|
|
31617
31563
|
}
|
|
31618
31564
|
|
|
31619
|
-
.
|
|
31565
|
+
.h1phgmcq {
|
|
31620
31566
|
font-family: Inter;
|
|
31621
31567
|
font-style: normal;
|
|
31622
31568
|
font-weight: normal;
|
|
31623
|
-
font-size:
|
|
31624
|
-
line-height:
|
|
31625
|
-
}
|
|
31626
|
-
|
|
31627
|
-
.t1upn1sz {
|
|
31628
|
-
height: 100%;
|
|
31569
|
+
font-size: 16px;
|
|
31570
|
+
line-height: 22px;
|
|
31629
31571
|
}
|
|
31630
31572
|
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
height:
|
|
31637
|
-
}
|
|
31638
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31639
|
-
height: 100%;
|
|
31640
|
-
}
|
|
31641
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31642
|
-
width: 100% !important;
|
|
31643
|
-
height: 100%;
|
|
31644
|
-
}
|
|
31645
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31646
|
-
padding: 15px 0;
|
|
31647
|
-
}
|
|
31648
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31649
|
-
display: none;
|
|
31650
|
-
}
|
|
31651
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
31652
|
-
font-weight: 700;
|
|
31653
|
-
}
|
|
31654
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31655
|
-
font-weight: 700;
|
|
31656
|
-
}
|
|
31657
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
31658
|
-
height: 100%;
|
|
31659
|
-
}
|
|
31660
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31661
|
-
height: 100%;
|
|
31662
|
-
overflow: visible;
|
|
31663
|
-
}
|
|
31664
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31665
|
-
max-height: none;
|
|
31666
|
-
}
|
|
31667
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31668
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31669
|
-
display: none;
|
|
31670
|
-
}
|
|
31671
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
31672
|
-
background: transparent;
|
|
31673
|
-
}
|
|
31674
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31675
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31676
|
-
background: #fff;
|
|
31677
|
-
padding: 0 !important;
|
|
31678
|
-
}
|
|
31679
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31680
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31681
|
-
display: flex;
|
|
31682
|
-
align-items: center;
|
|
31683
|
-
height: 100%;
|
|
31684
|
-
padding: 8px;
|
|
31685
|
-
}
|
|
31686
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31687
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31688
|
-
overflow: hidden;
|
|
31689
|
-
text-overflow: ellipsis;
|
|
31690
|
-
width: 100%;
|
|
31691
|
-
}
|
|
31692
|
-
.tta5kd2 .ant-table-container {
|
|
31693
|
-
height: 100%;
|
|
31694
|
-
}
|
|
31695
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31696
|
-
box-shadow: none !important;
|
|
31697
|
-
}
|
|
31698
|
-
.tta5kd2 .ant-table {
|
|
31699
|
-
border-radius: 0px;
|
|
31700
|
-
border-left: none;
|
|
31701
|
-
border-right: none;
|
|
31702
|
-
border-bottom: none;
|
|
31703
|
-
height: 100%;
|
|
31704
|
-
font-size: 12px;
|
|
31705
|
-
background: transparent;
|
|
31706
|
-
}
|
|
31707
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31708
|
-
position: relative;
|
|
31709
|
-
z-index: 3;
|
|
31710
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31711
|
-
margin-bottom: -1px;
|
|
31712
|
-
}
|
|
31713
|
-
.tta5kd2 .ant-table .time-wrapper .data,
|
|
31714
|
-
.tta5kd2 .ant-table .value {
|
|
31715
|
-
color: #2d3a56;
|
|
31716
|
-
}
|
|
31717
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31718
|
-
.tta5kd2 .ant-table .unit {
|
|
31719
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31720
|
-
}
|
|
31721
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31722
|
-
position: unset;
|
|
31723
|
-
text-align: center;
|
|
31724
|
-
}
|
|
31725
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31726
|
-
background: #fff;
|
|
31727
|
-
}
|
|
31728
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31729
|
-
cursor: pointer;
|
|
31730
|
-
position: absolute;
|
|
31731
|
-
top: 50%;
|
|
31732
|
-
right: 12px;
|
|
31733
|
-
transform: translateY(-50%);
|
|
31734
|
-
}
|
|
31735
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31736
|
-
box-shadow: none;
|
|
31737
|
-
width: 1px;
|
|
31738
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31739
|
-
}
|
|
31740
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31741
|
-
box-shadow: none;
|
|
31742
|
-
width: 1px;
|
|
31743
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31744
|
-
}
|
|
31745
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31746
|
-
position: relative;
|
|
31747
|
-
}
|
|
31748
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31749
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31750
|
-
border-bottom: 1px solid white;
|
|
31751
|
-
height: 40px;
|
|
31752
|
-
vertical-align: middle;
|
|
31753
|
-
transition: background 0ms;
|
|
31754
|
-
color: #00122e;
|
|
31755
|
-
}
|
|
31756
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31757
|
-
background: #f2f5fa;
|
|
31758
|
-
border-bottom-color: #f2f5fa;
|
|
31759
|
-
}
|
|
31760
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31761
|
-
height: auto;
|
|
31762
|
-
color: #00122e;
|
|
31763
|
-
font-size: 12px;
|
|
31764
|
-
text-align: left;
|
|
31765
|
-
transition: none;
|
|
31766
|
-
overflow: hidden;
|
|
31767
|
-
text-overflow: ellipsis;
|
|
31768
|
-
white-space: nowrap;
|
|
31769
|
-
}
|
|
31770
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31771
|
-
color: #0096ff;
|
|
31772
|
-
}
|
|
31773
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31774
|
-
overflow: hidden;
|
|
31775
|
-
text-overflow: ellipsis;
|
|
31776
|
-
width: 100%;
|
|
31777
|
-
vertical-align: middle;
|
|
31573
|
+
.h173xnl1 {
|
|
31574
|
+
font-family: Inter;
|
|
31575
|
+
font-style: normal;
|
|
31576
|
+
font-weight: bold;
|
|
31577
|
+
font-size: 14px;
|
|
31578
|
+
line-height: 20px;
|
|
31778
31579
|
}
|
|
31779
|
-
|
|
31780
|
-
|
|
31580
|
+
|
|
31581
|
+
.hedm4pz {
|
|
31582
|
+
font-family: Inter;
|
|
31583
|
+
font-style: normal;
|
|
31584
|
+
font-weight: normal;
|
|
31585
|
+
font-size: 14px;
|
|
31586
|
+
line-height: 20px;
|
|
31781
31587
|
}
|
|
31782
|
-
|
|
31783
|
-
|
|
31588
|
+
|
|
31589
|
+
.h1kd8xld {
|
|
31590
|
+
font-family: Inter;
|
|
31591
|
+
font-style: normal;
|
|
31592
|
+
font-weight: bold;
|
|
31593
|
+
font-size: 12px;
|
|
31594
|
+
line-height: 18px;
|
|
31784
31595
|
}
|
|
31785
|
-
|
|
31786
|
-
|
|
31596
|
+
|
|
31597
|
+
.hp14fr {
|
|
31598
|
+
font-family: Inter;
|
|
31599
|
+
font-style: normal;
|
|
31600
|
+
font-weight: normal;
|
|
31601
|
+
font-size: 12px;
|
|
31602
|
+
line-height: 18px;
|
|
31787
31603
|
}
|
|
31788
|
-
|
|
31789
|
-
|
|
31790
|
-
|
|
31604
|
+
|
|
31605
|
+
.hgrg7mn {
|
|
31606
|
+
font-family: Inter;
|
|
31607
|
+
font-style: normal;
|
|
31608
|
+
font-weight: bold;
|
|
31609
|
+
text-transform: uppercase;
|
|
31610
|
+
font-feature-settings: "cpsp" on;
|
|
31611
|
+
font-size: 12px;
|
|
31612
|
+
line-height: 18px;
|
|
31791
31613
|
}
|
|
31792
|
-
|
|
31793
|
-
|
|
31614
|
+
|
|
31615
|
+
.h6zme9x {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
text-transform: uppercase;
|
|
31620
|
+
font-feature-settings: "cpsp" on;
|
|
31621
|
+
font-size: 12px;
|
|
31622
|
+
line-height: 18px;
|
|
31794
31623
|
}
|
|
31795
|
-
|
|
31796
|
-
|
|
31624
|
+
|
|
31625
|
+
.locjvsv {
|
|
31626
|
+
font-family: Inter;
|
|
31627
|
+
font-style: normal;
|
|
31628
|
+
font-weight: normal;
|
|
31629
|
+
font-size: 16px;
|
|
31630
|
+
line-height: 24px;
|
|
31797
31631
|
}
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
|
|
31632
|
+
|
|
31633
|
+
.l13gi131 {
|
|
31634
|
+
font-family: Inter;
|
|
31635
|
+
font-style: normal;
|
|
31636
|
+
font-weight: bold;
|
|
31637
|
+
font-size: 16px;
|
|
31638
|
+
line-height: 24px;
|
|
31804
31639
|
}
|
|
31805
|
-
|
|
31806
|
-
|
|
31640
|
+
|
|
31641
|
+
.l1ynemsu {
|
|
31642
|
+
font-family: Inter;
|
|
31643
|
+
font-style: normal;
|
|
31644
|
+
font-weight: normal;
|
|
31645
|
+
font-size: 16px;
|
|
31646
|
+
line-height: 24px;
|
|
31807
31647
|
}
|
|
31808
|
-
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
|
|
31648
|
+
|
|
31649
|
+
.l1cft1cx {
|
|
31650
|
+
font-family: Inter;
|
|
31651
|
+
font-style: normal;
|
|
31652
|
+
font-weight: bold;
|
|
31653
|
+
font-size: 16px;
|
|
31654
|
+
line-height: 24px;
|
|
31812
31655
|
}
|
|
31813
|
-
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
|
|
31656
|
+
|
|
31657
|
+
.l17tqc8p {
|
|
31658
|
+
font-family: Inter;
|
|
31659
|
+
font-style: normal;
|
|
31660
|
+
font-weight: normal;
|
|
31661
|
+
text-transform: uppercase;
|
|
31662
|
+
font-feature-settings: "cpsp" on;
|
|
31663
|
+
font-size: 16px;
|
|
31664
|
+
line-height: 24px;
|
|
31817
31665
|
}
|
|
31818
|
-
|
|
31819
|
-
|
|
31820
|
-
|
|
31666
|
+
|
|
31667
|
+
.l1j1e5w7 {
|
|
31668
|
+
font-family: Inter;
|
|
31669
|
+
font-style: normal;
|
|
31670
|
+
font-weight: bold;
|
|
31671
|
+
text-transform: uppercase;
|
|
31672
|
+
font-feature-settings: "cpsp" on;
|
|
31673
|
+
font-size: 16px;
|
|
31674
|
+
line-height: 24px;
|
|
31821
31675
|
}
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
|
|
31676
|
+
|
|
31677
|
+
.l1gf91jb {
|
|
31678
|
+
font-family: Inter;
|
|
31679
|
+
font-style: normal;
|
|
31680
|
+
font-weight: normal;
|
|
31681
|
+
font-size: 14px;
|
|
31682
|
+
line-height: 22px;
|
|
31827
31683
|
}
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
|
|
31684
|
+
|
|
31685
|
+
.lu7hlr6 {
|
|
31686
|
+
font-family: Inter;
|
|
31687
|
+
font-style: normal;
|
|
31688
|
+
font-weight: 500;
|
|
31689
|
+
font-size: 14px;
|
|
31690
|
+
line-height: 22px;
|
|
31831
31691
|
}
|
|
31832
|
-
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
|
|
31836
|
-
|
|
31692
|
+
|
|
31693
|
+
.l3l3jf0 {
|
|
31694
|
+
font-family: Inter;
|
|
31695
|
+
font-style: normal;
|
|
31696
|
+
font-weight: bold;
|
|
31697
|
+
font-size: 14px;
|
|
31698
|
+
line-height: 22px;
|
|
31837
31699
|
}
|
|
31838
|
-
|
|
31839
|
-
|
|
31700
|
+
|
|
31701
|
+
.l12j5nqp {
|
|
31702
|
+
font-family: Inter;
|
|
31703
|
+
font-style: normal;
|
|
31704
|
+
font-weight: normal;
|
|
31705
|
+
font-size: 14px;
|
|
31706
|
+
line-height: 22px;
|
|
31840
31707
|
}
|
|
31841
|
-
|
|
31842
|
-
|
|
31843
|
-
|
|
31708
|
+
|
|
31709
|
+
.l1tecqht {
|
|
31710
|
+
font-family: Inter;
|
|
31711
|
+
font-style: normal;
|
|
31712
|
+
font-weight: bold;
|
|
31713
|
+
font-size: 14px;
|
|
31714
|
+
line-height: 22px;
|
|
31844
31715
|
}
|
|
31845
|
-
|
|
31846
|
-
|
|
31716
|
+
|
|
31717
|
+
.l6sa990 {
|
|
31718
|
+
font-family: Inter;
|
|
31719
|
+
font-style: normal;
|
|
31720
|
+
font-weight: normal;
|
|
31721
|
+
text-transform: uppercase;
|
|
31722
|
+
font-feature-settings: "cpsp" on;
|
|
31723
|
+
font-size: 14px;
|
|
31724
|
+
line-height: 22px;
|
|
31847
31725
|
}
|
|
31848
|
-
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
|
|
31726
|
+
|
|
31727
|
+
.lckqe8j {
|
|
31728
|
+
font-family: Inter;
|
|
31729
|
+
font-style: normal;
|
|
31730
|
+
font-weight: bold;
|
|
31731
|
+
text-transform: uppercase;
|
|
31732
|
+
font-feature-settings: "cpsp" on;
|
|
31733
|
+
font-size: 14px;
|
|
31734
|
+
line-height: 22px;
|
|
31852
31735
|
}
|
|
31853
|
-
|
|
31854
|
-
|
|
31736
|
+
|
|
31737
|
+
.l1kuminb {
|
|
31738
|
+
font-family: Inter;
|
|
31739
|
+
font-style: normal;
|
|
31740
|
+
font-weight: normal;
|
|
31741
|
+
font-size: 13px;
|
|
31742
|
+
line-height: 20px;
|
|
31855
31743
|
}
|
|
31856
|
-
|
|
31857
|
-
|
|
31744
|
+
|
|
31745
|
+
.l1pbuf5j {
|
|
31746
|
+
font-family: Inter;
|
|
31747
|
+
font-style: normal;
|
|
31748
|
+
font-weight: 600;
|
|
31749
|
+
font-size: 13px;
|
|
31750
|
+
line-height: 20px;
|
|
31858
31751
|
}
|
|
31859
|
-
|
|
31860
|
-
|
|
31752
|
+
|
|
31753
|
+
.l1r4ztu {
|
|
31754
|
+
font-family: Inter;
|
|
31755
|
+
font-style: normal;
|
|
31756
|
+
font-weight: bold;
|
|
31757
|
+
font-size: 13px;
|
|
31758
|
+
line-height: 20px;
|
|
31861
31759
|
}
|
|
31862
|
-
|
|
31863
|
-
|
|
31864
|
-
font-
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
padding: 15px 8px 15px 8px;
|
|
31760
|
+
|
|
31761
|
+
.ly8vzok {
|
|
31762
|
+
font-family: Inter;
|
|
31763
|
+
font-style: normal;
|
|
31764
|
+
font-weight: normal;
|
|
31765
|
+
font-size: 13px;
|
|
31766
|
+
line-height: 20px;
|
|
31870
31767
|
}
|
|
31871
|
-
|
|
31872
|
-
|
|
31873
|
-
|
|
31874
|
-
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
right: 0;
|
|
31768
|
+
|
|
31769
|
+
.lumfmf {
|
|
31770
|
+
font-family: Inter;
|
|
31771
|
+
font-style: normal;
|
|
31772
|
+
font-weight: 600;
|
|
31773
|
+
font-size: 13px;
|
|
31774
|
+
line-height: 20px;
|
|
31879
31775
|
}
|
|
31880
|
-
|
|
31881
|
-
|
|
31776
|
+
|
|
31777
|
+
.l16ujwmv {
|
|
31778
|
+
font-family: Inter;
|
|
31779
|
+
font-style: normal;
|
|
31780
|
+
font-weight: bold;
|
|
31781
|
+
font-size: 13px;
|
|
31782
|
+
line-height: 20px;
|
|
31882
31783
|
}
|
|
31883
|
-
|
|
31884
|
-
|
|
31784
|
+
|
|
31785
|
+
.l17o1ffr {
|
|
31786
|
+
font-family: Inter;
|
|
31787
|
+
font-style: normal;
|
|
31788
|
+
font-weight: normal;
|
|
31789
|
+
text-transform: uppercase;
|
|
31790
|
+
font-feature-settings: "cpsp" on;
|
|
31791
|
+
font-size: 13px;
|
|
31792
|
+
line-height: 20px;
|
|
31885
31793
|
}
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
|
|
31889
|
-
|
|
31890
|
-
|
|
31794
|
+
|
|
31795
|
+
.lngllvn {
|
|
31796
|
+
font-family: Inter;
|
|
31797
|
+
font-style: normal;
|
|
31798
|
+
font-weight: bold;
|
|
31799
|
+
text-transform: uppercase;
|
|
31800
|
+
font-feature-settings: "cpsp" on;
|
|
31801
|
+
font-size: 13px;
|
|
31802
|
+
line-height: 20px;
|
|
31891
31803
|
}
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
|
|
31895
|
-
|
|
31804
|
+
|
|
31805
|
+
.l2i7fo9 {
|
|
31806
|
+
font-family: Inter;
|
|
31807
|
+
font-style: normal;
|
|
31808
|
+
font-weight: normal;
|
|
31809
|
+
font-size: 12px;
|
|
31810
|
+
line-height: 18px;
|
|
31896
31811
|
}
|
|
31897
|
-
|
|
31898
|
-
|
|
31812
|
+
|
|
31813
|
+
.l1x7hscx {
|
|
31814
|
+
font-family: Inter;
|
|
31815
|
+
font-style: normal;
|
|
31816
|
+
font-weight: 500;
|
|
31817
|
+
font-size: 12px;
|
|
31818
|
+
line-height: 18px;
|
|
31899
31819
|
}
|
|
31900
|
-
|
|
31901
|
-
|
|
31820
|
+
|
|
31821
|
+
.le1jwan {
|
|
31822
|
+
font-family: Inter;
|
|
31823
|
+
font-style: normal;
|
|
31824
|
+
font-weight: bold;
|
|
31825
|
+
font-size: 12px;
|
|
31826
|
+
line-height: 18px;
|
|
31902
31827
|
}
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
transition: transform 320ms ease;
|
|
31828
|
+
|
|
31829
|
+
.lyxynfj {
|
|
31830
|
+
font-family: Inter;
|
|
31831
|
+
font-style: normal;
|
|
31832
|
+
font-weight: normal;
|
|
31833
|
+
font-size: 12px;
|
|
31834
|
+
line-height: 18px;
|
|
31911
31835
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31914
|
-
|
|
31836
|
+
|
|
31837
|
+
.lpb2nxv {
|
|
31838
|
+
font-family: Inter;
|
|
31839
|
+
font-style: normal;
|
|
31840
|
+
font-weight: 500;
|
|
31841
|
+
font-size: 12px;
|
|
31842
|
+
line-height: 18px;
|
|
31915
31843
|
}
|
|
31916
|
-
|
|
31917
|
-
|
|
31844
|
+
|
|
31845
|
+
.l1r8o3vv {
|
|
31846
|
+
font-family: Inter;
|
|
31847
|
+
font-style: normal;
|
|
31848
|
+
font-weight: bold;
|
|
31849
|
+
font-size: 12px;
|
|
31850
|
+
line-height: 18px;
|
|
31918
31851
|
}
|
|
31919
|
-
|
|
31920
|
-
|
|
31852
|
+
|
|
31853
|
+
.lemnjy2 {
|
|
31854
|
+
font-family: Inter;
|
|
31855
|
+
font-style: normal;
|
|
31856
|
+
font-weight: normal;
|
|
31857
|
+
text-transform: uppercase;
|
|
31858
|
+
font-feature-settings: "cpsp" on;
|
|
31859
|
+
font-size: 12px;
|
|
31860
|
+
line-height: 18px;
|
|
31921
31861
|
}
|
|
31922
|
-
|
|
31923
|
-
|
|
31862
|
+
|
|
31863
|
+
.lrc42gb {
|
|
31864
|
+
font-family: Inter;
|
|
31865
|
+
font-style: normal;
|
|
31866
|
+
font-weight: bold;
|
|
31867
|
+
text-transform: uppercase;
|
|
31868
|
+
font-feature-settings: "cpsp" on;
|
|
31869
|
+
font-size: 12px;
|
|
31870
|
+
line-height: 18px;
|
|
31924
31871
|
}
|
|
31925
|
-
|
|
31926
|
-
|
|
31872
|
+
|
|
31873
|
+
.fqaz4mb {
|
|
31874
|
+
font-family: Inter;
|
|
31875
|
+
font-style: normal;
|
|
31876
|
+
font-weight: normal;
|
|
31877
|
+
font-size: 13px;
|
|
31878
|
+
line-height: 20px;
|
|
31927
31879
|
}
|
|
31928
|
-
|
|
31929
|
-
|
|
31880
|
+
|
|
31881
|
+
.f13we5o {
|
|
31882
|
+
font-family: Inter;
|
|
31883
|
+
font-style: normal;
|
|
31884
|
+
font-weight: normal;
|
|
31885
|
+
font-size: 13px;
|
|
31886
|
+
line-height: 20px;
|
|
31930
31887
|
}
|
|
31931
|
-
|
|
31932
|
-
|
|
31888
|
+
|
|
31889
|
+
.ffmjua2 {
|
|
31890
|
+
font-family: Inter;
|
|
31891
|
+
font-style: normal;
|
|
31892
|
+
font-weight: normal;
|
|
31893
|
+
font-size: 12px;
|
|
31894
|
+
line-height: 18px;
|
|
31933
31895
|
}
|
|
31934
|
-
|
|
31935
|
-
|
|
31896
|
+
|
|
31897
|
+
.fz2mxw0 {
|
|
31898
|
+
font-family: Inter;
|
|
31899
|
+
font-style: normal;
|
|
31900
|
+
font-weight: normal;
|
|
31901
|
+
font-size: 12px;
|
|
31902
|
+
line-height: 18px;
|
|
31936
31903
|
}
|
|
31937
|
-
|
|
31938
|
-
|
|
31904
|
+
|
|
31905
|
+
.t1ertzoh {
|
|
31906
|
+
font-family: Inter;
|
|
31907
|
+
font-style: normal;
|
|
31908
|
+
font-weight: normal;
|
|
31909
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31910
|
+
font-size: 13px;
|
|
31911
|
+
line-height: 20px;
|
|
31939
31912
|
}
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31913
|
+
|
|
31914
|
+
.t19bge8r {
|
|
31915
|
+
font-family: Inter;
|
|
31916
|
+
font-style: normal;
|
|
31917
|
+
font-weight: normal;
|
|
31918
|
+
font-feature-settings: "zero" on;
|
|
31919
|
+
font-size: 13px;
|
|
31920
|
+
line-height: 20px;
|
|
31945
31921
|
}
|
|
31946
|
-
|
|
31947
|
-
|
|
31922
|
+
|
|
31923
|
+
.tjrzfyl {
|
|
31924
|
+
font-family: Inter;
|
|
31925
|
+
font-style: normal;
|
|
31926
|
+
font-weight: normal;
|
|
31927
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31928
|
+
font-size: 12px;
|
|
31929
|
+
line-height: 18px;
|
|
31948
31930
|
}
|
|
31949
|
-
|
|
31950
|
-
|
|
31931
|
+
|
|
31932
|
+
.tm6s7bo {
|
|
31933
|
+
font-family: Inter;
|
|
31934
|
+
font-style: normal;
|
|
31935
|
+
font-weight: 500;
|
|
31936
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31937
|
+
font-size: 12px;
|
|
31938
|
+
line-height: 18px;
|
|
31951
31939
|
}
|
|
31952
|
-
|
|
31953
|
-
|
|
31940
|
+
|
|
31941
|
+
.t19zq6ic {
|
|
31942
|
+
font-family: Inter;
|
|
31943
|
+
font-style: normal;
|
|
31944
|
+
font-weight: normal;
|
|
31945
|
+
font-feature-settings: "zero" on;
|
|
31946
|
+
font-size: 12px;
|
|
31947
|
+
line-height: 18px;
|
|
31954
31948
|
}
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31958
|
-
|
|
31959
|
-
|
|
31960
|
-
|
|
31949
|
+
|
|
31950
|
+
.t1gduru8 {
|
|
31951
|
+
font-family: Inter;
|
|
31952
|
+
font-style: normal;
|
|
31953
|
+
font-weight: 500;
|
|
31954
|
+
font-feature-settings: "zero" on;
|
|
31955
|
+
font-size: 12px;
|
|
31956
|
+
line-height: 18px;
|
|
31961
31957
|
}
|
|
31962
|
-
|
|
31963
|
-
.
|
|
31958
|
+
|
|
31959
|
+
.t55raab {
|
|
31960
|
+
font-family: Inter;
|
|
31961
|
+
font-style: normal;
|
|
31964
31962
|
font-weight: bold;
|
|
31965
|
-
font-
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31969
|
-
padding: 0 !important;
|
|
31970
|
-
position: relative;
|
|
31971
|
-
background: #fff;
|
|
31963
|
+
font-feature-settings: "zero" on;
|
|
31964
|
+
font-size: 16px;
|
|
31965
|
+
line-height: 24px;
|
|
31972
31966
|
}
|
|
31973
|
-
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31978
|
-
|
|
31967
|
+
|
|
31968
|
+
.u1w9abfe {
|
|
31969
|
+
font-family: Inter;
|
|
31970
|
+
font-style: normal;
|
|
31971
|
+
font-weight: normal;
|
|
31972
|
+
font-size: 10px;
|
|
31973
|
+
line-height: 12px;
|
|
31979
31974
|
}
|
|
31980
|
-
|
|
31981
|
-
|
|
31982
|
-
|
|
31983
|
-
|
|
31984
|
-
|
|
31985
|
-
border-radius: 4px;
|
|
31975
|
+
|
|
31976
|
+
.m15dvk92 {
|
|
31977
|
+
display: flex;
|
|
31978
|
+
justify-content: space-between;
|
|
31979
|
+
width: 100%;
|
|
31986
31980
|
}
|
|
31987
|
-
.
|
|
31988
|
-
|
|
31981
|
+
.m15dvk92 .action {
|
|
31982
|
+
margin-left: 16px;
|
|
31983
|
+
}
|
|
31984
|
+
|
|
31985
|
+
.aql8iqz .ant-alert-message {
|
|
31986
|
+
width: 100%;
|
|
31989
31987
|
}
|
|
31990
31988
|
|
|
31991
31989
|
.c198s9j3 {
|
|
@@ -32088,20 +32086,6 @@ input.rrg1fkn.ant-input {
|
|
|
32088
32086
|
cursor: default;
|
|
32089
32087
|
}
|
|
32090
32088
|
|
|
32091
|
-
.igz4le8 {
|
|
32092
|
-
height: 24px;
|
|
32093
|
-
width: 56px !important;
|
|
32094
|
-
margin-right: 4px;
|
|
32095
|
-
}
|
|
32096
|
-
|
|
32097
|
-
.c1riexje {
|
|
32098
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32099
|
-
}
|
|
32100
|
-
|
|
32101
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32102
|
-
display: flex;
|
|
32103
|
-
}
|
|
32104
|
-
|
|
32105
32089
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32106
32090
|
border-radius: 6px;
|
|
32107
32091
|
}
|
|
@@ -32159,6 +32143,20 @@ input.rrg1fkn.ant-input {
|
|
|
32159
32143
|
transform: rotate(180deg);
|
|
32160
32144
|
}
|
|
32161
32145
|
|
|
32146
|
+
.igz4le8 {
|
|
32147
|
+
height: 24px;
|
|
32148
|
+
width: 56px !important;
|
|
32149
|
+
margin-right: 4px;
|
|
32150
|
+
}
|
|
32151
|
+
|
|
32152
|
+
.c1riexje {
|
|
32153
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32154
|
+
}
|
|
32155
|
+
|
|
32156
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32157
|
+
display: flex;
|
|
32158
|
+
}
|
|
32159
|
+
|
|
32162
32160
|
.s14dk8r1 {
|
|
32163
32161
|
margin: 0;
|
|
32164
32162
|
border-radius: 20px;
|
|
@@ -32777,114 +32775,6 @@ input.rrg1fkn.ant-input {
|
|
|
32777
32775
|
transform: translateY(-4px);
|
|
32778
32776
|
}
|
|
32779
32777
|
|
|
32780
|
-
.f1p9ti6d {
|
|
32781
|
-
width: 100%;
|
|
32782
|
-
margin-bottom: 0 !important;
|
|
32783
|
-
flex-flow: nowrap !important;
|
|
32784
|
-
line-break: auto;
|
|
32785
|
-
}
|
|
32786
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32787
|
-
text-align: left !important;
|
|
32788
|
-
padding-bottom: 0 !important;
|
|
32789
|
-
}
|
|
32790
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32791
|
-
min-height: 32px;
|
|
32792
|
-
height: auto;
|
|
32793
|
-
font-size: 13px;
|
|
32794
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32795
|
-
white-space: normal;
|
|
32796
|
-
}
|
|
32797
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32798
|
-
border-color: #ff4d4f !important;
|
|
32799
|
-
}
|
|
32800
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32801
|
-
margin-top: 4px;
|
|
32802
|
-
font-size: 12px;
|
|
32803
|
-
min-height: 0px;
|
|
32804
|
-
}
|
|
32805
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32806
|
-
font-size: 12px;
|
|
32807
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32808
|
-
min-height: 0px;
|
|
32809
|
-
}
|
|
32810
|
-
|
|
32811
|
-
.sut42l0 {
|
|
32812
|
-
padding: 0 8px;
|
|
32813
|
-
height: 18px;
|
|
32814
|
-
}
|
|
32815
|
-
|
|
32816
|
-
.mfsz1jz {
|
|
32817
|
-
padding: 2px 8px;
|
|
32818
|
-
height: 24px;
|
|
32819
|
-
}
|
|
32820
|
-
|
|
32821
|
-
.tnd6h4m {
|
|
32822
|
-
margin: 0;
|
|
32823
|
-
}
|
|
32824
|
-
|
|
32825
|
-
.i1qw4clm {
|
|
32826
|
-
margin-right: 4px;
|
|
32827
|
-
height: 16px;
|
|
32828
|
-
}
|
|
32829
|
-
|
|
32830
|
-
.w1xcixj5.outside-tag {
|
|
32831
|
-
padding-left: 0;
|
|
32832
|
-
}
|
|
32833
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32834
|
-
border-radius: 4px 0 0 4px;
|
|
32835
|
-
padding-right: 4px;
|
|
32836
|
-
margin-right: 4px;
|
|
32837
|
-
}
|
|
32838
|
-
|
|
32839
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32840
|
-
display: var(--at4ovwe-0);
|
|
32841
|
-
}
|
|
32842
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32843
|
-
padding: 5px 12px;
|
|
32844
|
-
display: inline-flex;
|
|
32845
|
-
line-height: 1.5715;
|
|
32846
|
-
height: 100%;
|
|
32847
|
-
width: 100%;
|
|
32848
|
-
}
|
|
32849
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32850
|
-
content: var(--at4ovwe-1);
|
|
32851
|
-
display: var(--at4ovwe-2);
|
|
32852
|
-
flex: none;
|
|
32853
|
-
align-items: center;
|
|
32854
|
-
margin-left: 4px;
|
|
32855
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32856
|
-
}
|
|
32857
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32858
|
-
content: var(--at4ovwe-3);
|
|
32859
|
-
display: var(--at4ovwe-4);
|
|
32860
|
-
flex: none;
|
|
32861
|
-
align-items: center;
|
|
32862
|
-
margin-right: 4px;
|
|
32863
|
-
cursor: auto;
|
|
32864
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32865
|
-
}
|
|
32866
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32867
|
-
border-radius: 0;
|
|
32868
|
-
}
|
|
32869
|
-
.at4ovwe.ant-input-number {
|
|
32870
|
-
width: 100%;
|
|
32871
|
-
border-radius: 6px;
|
|
32872
|
-
}
|
|
32873
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32874
|
-
border-color: #0096ff;
|
|
32875
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32876
|
-
}
|
|
32877
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32878
|
-
border-color: #e75a3a;
|
|
32879
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32880
|
-
}
|
|
32881
|
-
.at4ovwe .ant-input-number-input {
|
|
32882
|
-
padding: 0;
|
|
32883
|
-
margin: 0;
|
|
32884
|
-
height: auto;
|
|
32885
|
-
font-size: inherit;
|
|
32886
|
-
}
|
|
32887
|
-
|
|
32888
32778
|
.tc40oxa {
|
|
32889
32779
|
margin-bottom: 4px;
|
|
32890
32780
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33078,11 +32968,119 @@ input.rrg1fkn.ant-input {
|
|
|
33078
32968
|
margin-right: 8px;
|
|
33079
32969
|
}
|
|
33080
32970
|
|
|
32971
|
+
.f1p9ti6d {
|
|
32972
|
+
width: 100%;
|
|
32973
|
+
margin-bottom: 0 !important;
|
|
32974
|
+
flex-flow: nowrap !important;
|
|
32975
|
+
line-break: auto;
|
|
32976
|
+
}
|
|
32977
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32978
|
+
text-align: left !important;
|
|
32979
|
+
padding-bottom: 0 !important;
|
|
32980
|
+
}
|
|
32981
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32982
|
+
min-height: 32px;
|
|
32983
|
+
height: auto;
|
|
32984
|
+
font-size: 13px;
|
|
32985
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32986
|
+
white-space: normal;
|
|
32987
|
+
}
|
|
32988
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32989
|
+
border-color: #ff4d4f !important;
|
|
32990
|
+
}
|
|
32991
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32992
|
+
margin-top: 4px;
|
|
32993
|
+
font-size: 12px;
|
|
32994
|
+
min-height: 0px;
|
|
32995
|
+
}
|
|
32996
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32997
|
+
font-size: 12px;
|
|
32998
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32999
|
+
min-height: 0px;
|
|
33000
|
+
}
|
|
33001
|
+
|
|
33002
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33003
|
+
display: var(--at4ovwe-0);
|
|
33004
|
+
}
|
|
33005
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33006
|
+
padding: 5px 12px;
|
|
33007
|
+
display: inline-flex;
|
|
33008
|
+
line-height: 1.5715;
|
|
33009
|
+
height: 100%;
|
|
33010
|
+
width: 100%;
|
|
33011
|
+
}
|
|
33012
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33013
|
+
content: var(--at4ovwe-1);
|
|
33014
|
+
display: var(--at4ovwe-2);
|
|
33015
|
+
flex: none;
|
|
33016
|
+
align-items: center;
|
|
33017
|
+
margin-left: 4px;
|
|
33018
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33019
|
+
}
|
|
33020
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33021
|
+
content: var(--at4ovwe-3);
|
|
33022
|
+
display: var(--at4ovwe-4);
|
|
33023
|
+
flex: none;
|
|
33024
|
+
align-items: center;
|
|
33025
|
+
margin-right: 4px;
|
|
33026
|
+
cursor: auto;
|
|
33027
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33028
|
+
}
|
|
33029
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33030
|
+
border-radius: 0;
|
|
33031
|
+
}
|
|
33032
|
+
.at4ovwe.ant-input-number {
|
|
33033
|
+
width: 100%;
|
|
33034
|
+
border-radius: 6px;
|
|
33035
|
+
}
|
|
33036
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33037
|
+
border-color: #0096ff;
|
|
33038
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33039
|
+
}
|
|
33040
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33041
|
+
border-color: #e75a3a;
|
|
33042
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33043
|
+
}
|
|
33044
|
+
.at4ovwe .ant-input-number-input {
|
|
33045
|
+
padding: 0;
|
|
33046
|
+
margin: 0;
|
|
33047
|
+
height: auto;
|
|
33048
|
+
font-size: inherit;
|
|
33049
|
+
}
|
|
33050
|
+
|
|
33051
|
+
.w1xcixj5.outside-tag {
|
|
33052
|
+
padding-left: 0;
|
|
33053
|
+
}
|
|
33054
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33055
|
+
border-radius: 4px 0 0 4px;
|
|
33056
|
+
padding-right: 4px;
|
|
33057
|
+
margin-right: 4px;
|
|
33058
|
+
}
|
|
33059
|
+
|
|
33081
33060
|
.iwsze0q {
|
|
33082
33061
|
margin-right: 4px;
|
|
33083
33062
|
height: 16px;
|
|
33084
33063
|
}
|
|
33085
33064
|
|
|
33065
|
+
.sut42l0 {
|
|
33066
|
+
padding: 0 8px;
|
|
33067
|
+
height: 18px;
|
|
33068
|
+
}
|
|
33069
|
+
|
|
33070
|
+
.mfsz1jz {
|
|
33071
|
+
padding: 2px 8px;
|
|
33072
|
+
height: 24px;
|
|
33073
|
+
}
|
|
33074
|
+
|
|
33075
|
+
.tnd6h4m {
|
|
33076
|
+
margin: 0;
|
|
33077
|
+
}
|
|
33078
|
+
|
|
33079
|
+
.i1qw4clm {
|
|
33080
|
+
margin-right: 4px;
|
|
33081
|
+
height: 16px;
|
|
33082
|
+
}
|
|
33083
|
+
|
|
33086
33084
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33087
33085
|
display: var(--a6dbbkm-0);
|
|
33088
33086
|
}
|