@cloudtower/eagle 0.26.22 → 0.26.24
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/Card/CardWrapper.d.ts +1 -1
- package/dist/components/Modal/AsideModal.d.ts +5 -0
- package/dist/components/StatusCapsule/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/StatusCapsule/index.d.ts +8 -0
- package/dist/components.css +498 -420
- package/dist/esm/index.js +843 -736
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -0
- package/dist/style.css +882 -804
- package/dist/umd/index.js +840 -733
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +26 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -28310,6 +28310,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28310
28310
|
/* dim */
|
|
28311
28311
|
/* box shadow */
|
|
28312
28312
|
/* fisheye */
|
|
28313
|
+
/* z-index */
|
|
28313
28314
|
@keyframes rotate {
|
|
28314
28315
|
from {
|
|
28315
28316
|
transform: rotate(0deg);
|
|
@@ -28363,6 +28364,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28363
28364
|
/* dim */
|
|
28364
28365
|
/* box shadow */
|
|
28365
28366
|
/* fisheye */
|
|
28367
|
+
/* z-index */
|
|
28366
28368
|
.loading {
|
|
28367
28369
|
width: 64px;
|
|
28368
28370
|
height: 64px;
|
|
@@ -28523,6 +28525,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28523
28525
|
/* dim */
|
|
28524
28526
|
/* box shadow */
|
|
28525
28527
|
/* fisheye */
|
|
28528
|
+
/* z-index */
|
|
28526
28529
|
.ant-dropdown,
|
|
28527
28530
|
.ant-dropdown-menu-submenu {
|
|
28528
28531
|
background: #fff;
|
|
@@ -28744,6 +28747,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28744
28747
|
/* dim */
|
|
28745
28748
|
/* box shadow */
|
|
28746
28749
|
/* fisheye */
|
|
28750
|
+
/* z-index */
|
|
28747
28751
|
.ant-dropdown,
|
|
28748
28752
|
.ant-dropdown-menu-submenu {
|
|
28749
28753
|
background: #fff;
|
|
@@ -29919,317 +29923,262 @@ html body {
|
|
|
29919
29923
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29920
29924
|
}
|
|
29921
29925
|
}
|
|
29922
|
-
.
|
|
29923
|
-
|
|
29924
|
-
line-height: 18px;
|
|
29925
|
-
padding: 0 4px;
|
|
29926
|
-
border-radius: 4px;
|
|
29927
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29928
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29929
|
-
display: flex;
|
|
29930
|
-
align-items: center;
|
|
29931
|
-
white-space: nowrap;
|
|
29932
|
-
margin-right: 4px;
|
|
29926
|
+
.buj61ew.ant-btn-icon-only {
|
|
29927
|
+
justify-content: center;
|
|
29933
29928
|
}
|
|
29934
|
-
|
|
29935
|
-
|
|
29936
|
-
display: inline-block;
|
|
29929
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
29930
|
+
padding: 0;
|
|
29937
29931
|
}
|
|
29938
|
-
|
|
29939
|
-
|
|
29940
|
-
|
|
29941
|
-
|
|
29932
|
+
.buj61ew.ant-btn {
|
|
29933
|
+
padding: 5px 12px;
|
|
29934
|
+
height: 32px;
|
|
29935
|
+
border-radius: 6px;
|
|
29936
|
+
line-height: 22px;
|
|
29937
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29938
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29942
29939
|
}
|
|
29943
|
-
|
|
29944
|
-
|
|
29945
|
-
display: flex;
|
|
29946
|
-
justify-content: space-between;
|
|
29947
|
-
align-items: center;
|
|
29948
|
-
padding: 10px 0;
|
|
29949
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29950
|
-
font-size: 12px;
|
|
29940
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
29941
|
+
height: 40px;
|
|
29951
29942
|
line-height: 24px;
|
|
29943
|
+
padding: 8px 16px;
|
|
29952
29944
|
}
|
|
29953
|
-
.
|
|
29945
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
29954
29946
|
padding: 2px 8px;
|
|
29947
|
+
height: 24px;
|
|
29948
|
+
line-height: 20px;
|
|
29955
29949
|
}
|
|
29956
|
-
.
|
|
29957
|
-
|
|
29958
|
-
align-items: center;
|
|
29959
|
-
border-radius: 6px;
|
|
29960
|
-
cursor: pointer;
|
|
29961
|
-
transition: all 0.3s ease;
|
|
29962
|
-
}
|
|
29963
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
29964
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29965
|
-
color: #0080ff;
|
|
29966
|
-
}
|
|
29967
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29968
|
-
margin-left: 4px;
|
|
29969
|
-
}
|
|
29970
|
-
.p12gwtiw .pagination-right {
|
|
29971
|
-
display: flex;
|
|
29972
|
-
align-items: center;
|
|
29973
|
-
color: #0080ff;
|
|
29974
|
-
font-weight: bold;
|
|
29975
|
-
}
|
|
29976
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
29977
|
-
margin-left: 4px;
|
|
29978
|
-
}
|
|
29979
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
29980
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
29981
|
-
padding: 0 8px;
|
|
29982
|
-
}
|
|
29983
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29984
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
29985
|
-
color: #0080ff;
|
|
29986
|
-
}
|
|
29987
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29988
|
-
transform: rotate(180deg);
|
|
29989
|
-
}
|
|
29990
|
-
|
|
29991
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29992
|
-
max-height: calc(100vh - 128px);
|
|
29993
|
-
overflow-y: auto;
|
|
29994
|
-
}
|
|
29995
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29996
|
-
padding: 4px 20px;
|
|
29997
|
-
font-size: 12px;
|
|
29998
|
-
line-height: 18px;
|
|
29950
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
29951
|
+
border-radius: 50%;
|
|
29999
29952
|
}
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
|
|
30004
|
-
|
|
29953
|
+
.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 {
|
|
29954
|
+
color: var(--color, #06101f);
|
|
29955
|
+
font-weight: var(--font-weight);
|
|
29956
|
+
background: var(--background-color, #fff);
|
|
29957
|
+
border-width: var(--border-width, 1px);
|
|
29958
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30005
29959
|
}
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30008
|
-
top: 3px;
|
|
29960
|
+
.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 {
|
|
29961
|
+
display: none;
|
|
30009
29962
|
}
|
|
30010
|
-
.
|
|
30011
|
-
|
|
29963
|
+
.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 {
|
|
29964
|
+
color: var(--color, inherit);
|
|
30012
29965
|
}
|
|
30013
|
-
.
|
|
30014
|
-
|
|
29966
|
+
.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 {
|
|
29967
|
+
background: var(--background-color-hover, var(--background-color));
|
|
29968
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30015
29969
|
}
|
|
30016
|
-
.
|
|
30017
|
-
|
|
30018
|
-
|
|
29970
|
+
.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 {
|
|
29971
|
+
--scale: 1;
|
|
29972
|
+
--transY: 1px;
|
|
29973
|
+
background: var(--background-color-active, var(--background-color));
|
|
29974
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30019
29975
|
}
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
height: 6px;
|
|
30025
|
-
background: #fff;
|
|
29976
|
+
.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 {
|
|
29977
|
+
background: var(--background-color-focus, var(--background-color));
|
|
29978
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29979
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30026
29980
|
}
|
|
30027
|
-
.
|
|
29981
|
+
.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 {
|
|
29982
|
+
color: var(--color-disabled, var(--color));
|
|
29983
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
29984
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30028
29985
|
opacity: 0.5;
|
|
30029
29986
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30033
|
-
}
|
|
30034
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30035
|
-
background: #00122e;
|
|
30036
|
-
}
|
|
30037
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30038
|
-
color: #00122e;
|
|
29987
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
29988
|
+
color: #0080ff;
|
|
30039
29989
|
opacity: 0.5;
|
|
30040
29990
|
}
|
|
30041
|
-
.
|
|
30042
|
-
color: #
|
|
29991
|
+
.buj61ew.ant-btn-primary {
|
|
29992
|
+
--color: #fff;
|
|
29993
|
+
--font-weight: bold;
|
|
29994
|
+
--border-width: 0;
|
|
29995
|
+
--background-color: #0080ff;
|
|
29996
|
+
--background-color-hover: #009dff;
|
|
29997
|
+
--background-color-active: #005ed1;
|
|
29998
|
+
--background-color-focus: #0080ff;
|
|
29999
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30043
30000
|
}
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
|
|
30001
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
30002
|
+
--background-color: #f0483e;
|
|
30003
|
+
--background-color-hover: #ff5252;
|
|
30004
|
+
--background-color-active: #c73d31;
|
|
30005
|
+
--background-color-focus: #ff5252;
|
|
30006
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30048
30007
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
30052
|
-
color:
|
|
30008
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
30009
|
+
--background-color: #fea008;
|
|
30010
|
+
--background-color-hover: #feba33;
|
|
30011
|
+
--background-color-active: #e07f00;
|
|
30012
|
+
--background-color-focus: #fea008;
|
|
30053
30013
|
}
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30014
|
+
.buj61ew.ant-btn-secondary {
|
|
30015
|
+
--color: #0080ff;
|
|
30016
|
+
--font-weight: bold;
|
|
30017
|
+
--border-width: 0;
|
|
30018
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
30019
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30020
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30021
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30022
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30056
30023
|
}
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
|
|
30024
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
30025
|
+
--color: #f0483e;
|
|
30026
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
30027
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30028
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30029
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30030
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30060
30031
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30032
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
30033
|
+
--color: #fea008;
|
|
30034
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30035
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30036
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30037
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30063
30038
|
}
|
|
30064
|
-
|
|
30065
|
-
|
|
30066
|
-
|
|
30067
|
-
border-
|
|
30039
|
+
.buj61ew.ant-btn-tertiary {
|
|
30040
|
+
--color: #0080ff;
|
|
30041
|
+
--font-weight: bold;
|
|
30042
|
+
--border-width: 0;
|
|
30043
|
+
--background-color: #fff;
|
|
30044
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30045
|
+
box-shadow: none;
|
|
30068
30046
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30047
|
+
.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 {
|
|
30048
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30071
30049
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30074
|
-
|
|
30075
|
-
|
|
30050
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30051
|
+
--color: #f0483e;
|
|
30052
|
+
--background-color: #fff;
|
|
30053
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30076
30054
|
}
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30055
|
+
.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 {
|
|
30056
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30079
30057
|
}
|
|
30080
|
-
.ant-
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
line-height: 20px;
|
|
30058
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30059
|
+
--color: #fea008;
|
|
30060
|
+
--background-color: #fff;
|
|
30084
30061
|
}
|
|
30085
|
-
.
|
|
30086
|
-
|
|
30062
|
+
.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 {
|
|
30063
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30087
30064
|
}
|
|
30088
|
-
.
|
|
30089
|
-
|
|
30065
|
+
.buj61ew.ant-btn-ordinary {
|
|
30066
|
+
--color: #1d326c;
|
|
30067
|
+
--border-color: #ccd4e3;
|
|
30068
|
+
--background-color: #fff;
|
|
30069
|
+
--background-color-hover: #edf0f7;
|
|
30070
|
+
--background-color-active: #e4e9f2;
|
|
30071
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30072
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30090
30073
|
}
|
|
30091
|
-
.
|
|
30092
|
-
|
|
30093
|
-
opacity: 0.5;
|
|
30094
|
-
}
|
|
30095
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30096
|
-
border-right-color: #0080ff;
|
|
30097
|
-
}
|
|
30098
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30099
|
-
border-color: #0080ff;
|
|
30100
|
-
}
|
|
30101
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30102
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30103
|
-
}
|
|
30104
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30105
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30106
|
-
border-color: #ccd4e3;
|
|
30107
|
-
opacity: 0.5;
|
|
30108
|
-
}
|
|
30109
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30110
|
-
color: #00122e;
|
|
30111
|
-
border-color: #ccd4e3;
|
|
30074
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
30075
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30112
30076
|
}
|
|
30113
|
-
.
|
|
30114
|
-
color: #
|
|
30115
|
-
border-color: #
|
|
30116
|
-
background:
|
|
30077
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
30078
|
+
--color: #0080ff;
|
|
30079
|
+
--border-color: #0080ff;
|
|
30080
|
+
--background-color: #fff;
|
|
30081
|
+
--background-color-hover: linear-gradient(
|
|
30082
|
+
0deg,
|
|
30083
|
+
rgba(0, 136, 255, 0.16),
|
|
30084
|
+
rgba(0, 136, 255, 0.16)
|
|
30085
|
+
),
|
|
30086
|
+
#ffffff;
|
|
30087
|
+
--background-color-active: linear-gradient(
|
|
30088
|
+
0deg,
|
|
30089
|
+
rgba(0, 136, 255, 0.2),
|
|
30090
|
+
rgba(0, 136, 255, 0.2)
|
|
30091
|
+
),
|
|
30092
|
+
#ffffff;
|
|
30093
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30094
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30117
30095
|
}
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30120
|
-
|
|
30121
|
-
|
|
30122
|
-
|
|
30123
|
-
|
|
30124
|
-
|
|
30096
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30097
|
+
--color: #f0483e;
|
|
30098
|
+
--border-color: #f0483e;
|
|
30099
|
+
--background-color: #fff;
|
|
30100
|
+
--background-color-hover: linear-gradient(
|
|
30101
|
+
0deg,
|
|
30102
|
+
rgba(255, 74, 74, 0.16),
|
|
30103
|
+
rgba(255, 74, 74, 0.16)
|
|
30104
|
+
),
|
|
30105
|
+
#ffffff;
|
|
30106
|
+
--background-color-active: linear-gradient(
|
|
30107
|
+
0deg,
|
|
30108
|
+
rgba(255, 74, 74, 0.2),
|
|
30109
|
+
rgba(255, 74, 74, 0.2)
|
|
30110
|
+
),
|
|
30111
|
+
#ffffff;
|
|
30112
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30125
30113
|
}
|
|
30126
|
-
.
|
|
30114
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
30115
|
+
--color: #1d326c;
|
|
30116
|
+
--border-color: #fff;
|
|
30117
|
+
--background-color: #fff;
|
|
30118
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30119
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30120
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30127
30121
|
box-shadow: none;
|
|
30128
30122
|
}
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30131
|
-
|
|
30123
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30124
|
+
--color: #0080ff;
|
|
30125
|
+
--border-color: #fff;
|
|
30126
|
+
--background-color: #fff;
|
|
30127
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30128
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30129
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30132
30130
|
box-shadow: none;
|
|
30133
30131
|
}
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
}
|
|
30140
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30141
|
-
display: inline;
|
|
30142
|
-
margin-right: 8px;
|
|
30143
|
-
padding: 0;
|
|
30144
|
-
width: 36px;
|
|
30145
|
-
}
|
|
30146
|
-
|
|
30147
|
-
.s34f1qb.ant-switch {
|
|
30148
|
-
min-width: 40px;
|
|
30149
|
-
height: 24px;
|
|
30150
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30151
|
-
overflow: hidden;
|
|
30152
|
-
}
|
|
30153
|
-
.s34f1qb.ant-switch:focus {
|
|
30154
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30155
|
-
}
|
|
30156
|
-
.s34f1qb.ant-switch-small {
|
|
30157
|
-
min-width: 26px;
|
|
30158
|
-
height: 16px;
|
|
30159
|
-
}
|
|
30160
|
-
.s34f1qb.ant-switch-large {
|
|
30161
|
-
min-width: 52px;
|
|
30162
|
-
height: 32px;
|
|
30163
|
-
}
|
|
30164
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30165
|
-
height: 20px;
|
|
30166
|
-
width: 20px;
|
|
30167
|
-
}
|
|
30168
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30169
|
-
border-radius: 10px;
|
|
30170
|
-
transition-delay: 120ms;
|
|
30171
|
-
}
|
|
30172
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30173
|
-
height: 14px;
|
|
30174
|
-
width: 14px;
|
|
30175
|
-
top: 1px;
|
|
30176
|
-
left: 1px;
|
|
30177
|
-
}
|
|
30178
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30179
|
-
height: 28px;
|
|
30180
|
-
width: 28px;
|
|
30181
|
-
}
|
|
30182
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30183
|
-
border-radius: 14px;
|
|
30184
|
-
}
|
|
30185
|
-
.s34f1qb.ant-switch-checked {
|
|
30186
|
-
background-color: #00ba5d;
|
|
30187
|
-
}
|
|
30188
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30189
|
-
left: calc(100% - 20px - 2px);
|
|
30190
|
-
}
|
|
30191
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30192
|
-
left: calc(100% - 14px - 1px);
|
|
30132
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30133
|
+
--color: #f0483e;
|
|
30134
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30135
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30136
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30193
30137
|
}
|
|
30194
|
-
.
|
|
30195
|
-
|
|
30138
|
+
.buj61ew.ant-btn-quiet {
|
|
30139
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30140
|
+
--border-width: 0;
|
|
30141
|
+
--background-color: transparent;
|
|
30142
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30143
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30144
|
+
--background-color-focus: #fff;
|
|
30145
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30146
|
+
box-shadow: none;
|
|
30196
30147
|
}
|
|
30197
|
-
|
|
30198
|
-
|
|
30199
|
-
|
|
30148
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30149
|
+
--color: #f0483e;
|
|
30150
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30151
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30152
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30200
30153
|
}
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
|
|
30204
|
-
|
|
30154
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30155
|
+
--color: #0080ff;
|
|
30156
|
+
--background-color: transparent;
|
|
30157
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30158
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30159
|
+
--background-color-focus: #fff;
|
|
30160
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30205
30161
|
}
|
|
30206
|
-
.
|
|
30162
|
+
.buj61ew.has-icon {
|
|
30207
30163
|
display: inline-flex;
|
|
30208
30164
|
align-items: center;
|
|
30209
30165
|
justify-content: center;
|
|
30210
30166
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
|
|
30167
|
+
.buj61ew .button-prefix-icon {
|
|
30168
|
+
margin-right: 8px;
|
|
30169
|
+
display: inline-flex;
|
|
30214
30170
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30217
|
-
|
|
30171
|
+
.buj61ew .button-suffix-icon {
|
|
30172
|
+
margin-left: 8px;
|
|
30173
|
+
display: inline-flex;
|
|
30218
30174
|
}
|
|
30219
|
-
|
|
30220
|
-
.fde5mpd {
|
|
30221
|
-
width: 100%;
|
|
30222
|
-
height: 100%;
|
|
30223
|
-
min-height: 124px;
|
|
30175
|
+
.buj61ew .icon-wrapper {
|
|
30224
30176
|
display: flex;
|
|
30225
|
-
flex-direction: column;
|
|
30226
30177
|
justify-content: center;
|
|
30227
|
-
align-items: center;
|
|
30228
30178
|
}
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
font-size: 18px;
|
|
30179
|
+
|
|
30180
|
+
.nchllas {
|
|
30181
|
+
padding: 0;
|
|
30233
30182
|
}
|
|
30234
30183
|
|
|
30235
30184
|
.bpq0js6 {
|
|
@@ -30261,262 +30210,262 @@ html body {
|
|
|
30261
30210
|
border-radius: unset;
|
|
30262
30211
|
}
|
|
30263
30212
|
|
|
30264
|
-
.
|
|
30213
|
+
.fde5mpd {
|
|
30214
|
+
width: 100%;
|
|
30215
|
+
height: 100%;
|
|
30216
|
+
min-height: 124px;
|
|
30217
|
+
display: flex;
|
|
30218
|
+
flex-direction: column;
|
|
30265
30219
|
justify-content: center;
|
|
30220
|
+
align-items: center;
|
|
30266
30221
|
}
|
|
30267
|
-
.
|
|
30268
|
-
|
|
30222
|
+
.fde5mpd .error-text {
|
|
30223
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30224
|
+
margin-bottom: 16px;
|
|
30225
|
+
font-size: 18px;
|
|
30269
30226
|
}
|
|
30270
|
-
|
|
30271
|
-
|
|
30272
|
-
|
|
30273
|
-
|
|
30274
|
-
line-height: 22px;
|
|
30275
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30276
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30227
|
+
|
|
30228
|
+
.i1mrf09m {
|
|
30229
|
+
display: inline-flex;
|
|
30230
|
+
align-items: center;
|
|
30277
30231
|
}
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30232
|
+
.i1mrf09m .icon-inner {
|
|
30233
|
+
display: inline-flex;
|
|
30234
|
+
align-items: center;
|
|
30235
|
+
justify-content: center;
|
|
30282
30236
|
}
|
|
30283
|
-
.
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
line-height: 20px;
|
|
30237
|
+
.i1mrf09m .icon-inner + span,
|
|
30238
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30239
|
+
margin-left: 4px;
|
|
30287
30240
|
}
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30241
|
+
.i1mrf09m.is-rotate img,
|
|
30242
|
+
.i1mrf09m.is-rotate svg {
|
|
30243
|
+
animation: rotate 680ms linear infinite;
|
|
30290
30244
|
}
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30295
|
-
|
|
30296
|
-
border-
|
|
30245
|
+
|
|
30246
|
+
.iap75of {
|
|
30247
|
+
height: 18px;
|
|
30248
|
+
line-height: 18px;
|
|
30249
|
+
padding: 0 4px;
|
|
30250
|
+
border-radius: 4px;
|
|
30251
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30252
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30253
|
+
display: flex;
|
|
30254
|
+
align-items: center;
|
|
30255
|
+
white-space: nowrap;
|
|
30256
|
+
margin-right: 4px;
|
|
30297
30257
|
}
|
|
30298
|
-
|
|
30299
|
-
|
|
30258
|
+
|
|
30259
|
+
.obf05yr {
|
|
30260
|
+
display: inline-block;
|
|
30300
30261
|
}
|
|
30301
|
-
|
|
30302
|
-
|
|
30262
|
+
|
|
30263
|
+
.hsms1n6 {
|
|
30264
|
+
visibility: hidden;
|
|
30265
|
+
position: absolute;
|
|
30303
30266
|
}
|
|
30304
|
-
|
|
30305
|
-
|
|
30306
|
-
|
|
30267
|
+
|
|
30268
|
+
.p12gwtiw {
|
|
30269
|
+
display: flex;
|
|
30270
|
+
justify-content: space-between;
|
|
30271
|
+
align-items: center;
|
|
30272
|
+
padding: 10px 0;
|
|
30273
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30274
|
+
font-size: 12px;
|
|
30275
|
+
line-height: 24px;
|
|
30307
30276
|
}
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30310
|
-
--transY: 1px;
|
|
30311
|
-
background: var(--background-color-active, var(--background-color));
|
|
30312
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30277
|
+
.p12gwtiw .pagination-left {
|
|
30278
|
+
padding: 2px 8px;
|
|
30313
30279
|
}
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30316
|
-
|
|
30317
|
-
border-
|
|
30280
|
+
.p12gwtiw .dropdown-trigger {
|
|
30281
|
+
display: flex;
|
|
30282
|
+
align-items: center;
|
|
30283
|
+
border-radius: 6px;
|
|
30284
|
+
cursor: pointer;
|
|
30285
|
+
transition: all 0.3s ease;
|
|
30318
30286
|
}
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30323
|
-
opacity: 0.5;
|
|
30287
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30288
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30289
|
+
color: #0080ff;
|
|
30324
30290
|
}
|
|
30325
|
-
.
|
|
30291
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30292
|
+
margin-left: 4px;
|
|
30293
|
+
}
|
|
30294
|
+
.p12gwtiw .pagination-right {
|
|
30295
|
+
display: flex;
|
|
30296
|
+
align-items: center;
|
|
30326
30297
|
color: #0080ff;
|
|
30298
|
+
font-weight: bold;
|
|
30299
|
+
}
|
|
30300
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30301
|
+
margin-left: 4px;
|
|
30302
|
+
}
|
|
30303
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30304
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30305
|
+
padding: 0 8px;
|
|
30306
|
+
}
|
|
30307
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30308
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30309
|
+
color: #0080ff;
|
|
30310
|
+
}
|
|
30311
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30312
|
+
transform: rotate(180deg);
|
|
30313
|
+
}
|
|
30314
|
+
|
|
30315
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30316
|
+
max-height: calc(100vh - 128px);
|
|
30317
|
+
overflow-y: auto;
|
|
30318
|
+
}
|
|
30319
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30320
|
+
padding: 4px 20px;
|
|
30321
|
+
font-size: 12px;
|
|
30322
|
+
line-height: 18px;
|
|
30323
|
+
}
|
|
30324
|
+
|
|
30325
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30326
|
+
display: inline-flex;
|
|
30327
|
+
align-items: baseline;
|
|
30328
|
+
white-space: pre-wrap;
|
|
30329
|
+
}
|
|
30330
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30331
|
+
position: relative;
|
|
30332
|
+
top: 3px;
|
|
30333
|
+
}
|
|
30334
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30335
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30336
|
+
}
|
|
30337
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30338
|
+
border-color: #0080ff;
|
|
30339
|
+
}
|
|
30340
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30341
|
+
border-color: #0080ff;
|
|
30342
|
+
background: #0080ff;
|
|
30343
|
+
}
|
|
30344
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30345
|
+
top: 4px;
|
|
30346
|
+
left: 4px;
|
|
30347
|
+
width: 6px;
|
|
30348
|
+
height: 6px;
|
|
30349
|
+
background: #fff;
|
|
30350
|
+
}
|
|
30351
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30327
30352
|
opacity: 0.5;
|
|
30328
30353
|
}
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30331
|
-
|
|
30332
|
-
--border-width: 0;
|
|
30333
|
-
--background-color: #0080ff;
|
|
30334
|
-
--background-color-hover: #009dff;
|
|
30335
|
-
--background-color-active: #005ed1;
|
|
30336
|
-
--background-color-focus: #0080ff;
|
|
30337
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30354
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30355
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30356
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30338
30357
|
}
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30341
|
-
--background-color-hover: #ff5252;
|
|
30342
|
-
--background-color-active: #c73d31;
|
|
30343
|
-
--background-color-focus: #ff5252;
|
|
30344
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30358
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30359
|
+
background: #00122e;
|
|
30345
30360
|
}
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
--background-color-active: #e07f00;
|
|
30350
|
-
--background-color-focus: #fea008;
|
|
30361
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30362
|
+
color: #00122e;
|
|
30363
|
+
opacity: 0.5;
|
|
30351
30364
|
}
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30354
|
-
--font-weight: bold;
|
|
30355
|
-
--border-width: 0;
|
|
30356
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30357
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30358
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30359
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30360
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30365
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30366
|
+
color: #00122e;
|
|
30361
30367
|
}
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30364
|
-
|
|
30365
|
-
|
|
30366
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30367
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30368
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30368
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30369
|
+
display: inline-block;
|
|
30370
|
+
padding: 0;
|
|
30371
|
+
padding-left: 12px;
|
|
30369
30372
|
}
|
|
30370
|
-
.
|
|
30371
|
-
|
|
30372
|
-
|
|
30373
|
-
|
|
30374
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30375
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30373
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30374
|
+
margin-bottom: 0;
|
|
30375
|
+
white-space: pre-wrap;
|
|
30376
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30376
30377
|
}
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30379
|
-
--font-weight: bold;
|
|
30380
|
-
--border-width: 0;
|
|
30381
|
-
--background-color: #fff;
|
|
30382
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30383
|
-
box-shadow: none;
|
|
30378
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30379
|
+
padding-left: 8px;
|
|
30384
30380
|
}
|
|
30385
|
-
|
|
30386
|
-
|
|
30381
|
+
|
|
30382
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30383
|
+
border-radius: 5px 0 0 5px;
|
|
30387
30384
|
}
|
|
30388
|
-
.
|
|
30389
|
-
|
|
30390
|
-
--background-color: #fff;
|
|
30391
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30385
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30386
|
+
border-radius: 0 5px 5px 0;
|
|
30392
30387
|
}
|
|
30393
|
-
|
|
30394
|
-
|
|
30388
|
+
|
|
30389
|
+
.r1f0aqcc {
|
|
30390
|
+
color: #00122e;
|
|
30391
|
+
border-color: #ccd4e3;
|
|
30395
30392
|
}
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
--background-color: #fff;
|
|
30393
|
+
.r1f0aqcc:first-child {
|
|
30394
|
+
border-color: #a3b4cc;
|
|
30399
30395
|
}
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30396
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30397
|
+
padding: 0 12px;
|
|
30398
|
+
line-height: 32px;
|
|
30399
|
+
height: 32px;
|
|
30402
30400
|
}
|
|
30403
|
-
.
|
|
30404
|
-
|
|
30405
|
-
--border-color: #ccd4e3;
|
|
30406
|
-
--background-color: #fff;
|
|
30407
|
-
--background-color-hover: #edf0f7;
|
|
30408
|
-
--background-color-active: #e4e9f2;
|
|
30409
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30410
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30401
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30402
|
+
white-space: nowrap;
|
|
30411
30403
|
}
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30404
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30405
|
+
height: 22px;
|
|
30406
|
+
padding: 0 7px;
|
|
30407
|
+
line-height: 20px;
|
|
30414
30408
|
}
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30417
|
-
--border-color: #0080ff;
|
|
30418
|
-
--background-color: #fff;
|
|
30419
|
-
--background-color-hover: linear-gradient(
|
|
30420
|
-
0deg,
|
|
30421
|
-
rgba(0, 136, 255, 0.16),
|
|
30422
|
-
rgba(0, 136, 255, 0.16)
|
|
30423
|
-
),
|
|
30424
|
-
#ffffff;
|
|
30425
|
-
--background-color-active: linear-gradient(
|
|
30426
|
-
0deg,
|
|
30427
|
-
rgba(0, 136, 255, 0.2),
|
|
30428
|
-
rgba(0, 136, 255, 0.2)
|
|
30429
|
-
),
|
|
30430
|
-
#ffffff;
|
|
30431
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30432
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30409
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30410
|
+
background: #ccd4e3;
|
|
30433
30411
|
}
|
|
30434
|
-
.
|
|
30435
|
-
|
|
30436
|
-
--border-color: #f0483e;
|
|
30437
|
-
--background-color: #fff;
|
|
30438
|
-
--background-color-hover: linear-gradient(
|
|
30439
|
-
0deg,
|
|
30440
|
-
rgba(255, 74, 74, 0.16),
|
|
30441
|
-
rgba(255, 74, 74, 0.16)
|
|
30442
|
-
),
|
|
30443
|
-
#ffffff;
|
|
30444
|
-
--background-color-active: linear-gradient(
|
|
30445
|
-
0deg,
|
|
30446
|
-
rgba(255, 74, 74, 0.2),
|
|
30447
|
-
rgba(255, 74, 74, 0.2)
|
|
30448
|
-
),
|
|
30449
|
-
#ffffff;
|
|
30450
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30412
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30413
|
+
background: #0080ff;
|
|
30451
30414
|
}
|
|
30452
|
-
.
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
--background-color: #fff;
|
|
30456
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30457
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30458
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30459
|
-
box-shadow: none;
|
|
30415
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30416
|
+
background: #ccd4e3;
|
|
30417
|
+
opacity: 0.5;
|
|
30460
30418
|
}
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30463
|
-
--border-color: #fff;
|
|
30464
|
-
--background-color: #fff;
|
|
30465
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30466
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30467
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30468
|
-
box-shadow: none;
|
|
30419
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30420
|
+
border-right-color: #0080ff;
|
|
30469
30421
|
}
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30473
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30474
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30422
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30423
|
+
border-color: #0080ff;
|
|
30475
30424
|
}
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
--border-width: 0;
|
|
30479
|
-
--background-color: transparent;
|
|
30480
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30481
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30482
|
-
--background-color-focus: #fff;
|
|
30483
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30484
|
-
box-shadow: none;
|
|
30425
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30426
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30485
30427
|
}
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30490
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30428
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30429
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30430
|
+
border-color: #ccd4e3;
|
|
30431
|
+
opacity: 0.5;
|
|
30491
30432
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30496
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30497
|
-
--background-color-focus: #fff;
|
|
30498
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30433
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30434
|
+
color: #00122e;
|
|
30435
|
+
border-color: #ccd4e3;
|
|
30499
30436
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
|
|
30437
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30438
|
+
color: #00122e;
|
|
30439
|
+
border-color: #ccd4e3;
|
|
30440
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30504
30441
|
}
|
|
30505
|
-
.
|
|
30442
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30506
30443
|
margin-right: 8px;
|
|
30507
|
-
display: inline
|
|
30444
|
+
display: inline;
|
|
30445
|
+
border: none;
|
|
30446
|
+
padding: 0;
|
|
30447
|
+
width: 36px;
|
|
30448
|
+
background: transparent;
|
|
30508
30449
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
display: inline-flex;
|
|
30450
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30451
|
+
box-shadow: none;
|
|
30512
30452
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
|
|
30453
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30454
|
+
margin-right: 0;
|
|
30455
|
+
width: initial;
|
|
30456
|
+
box-shadow: none;
|
|
30516
30457
|
}
|
|
30517
|
-
|
|
30518
|
-
|
|
30458
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30459
|
+
display: none;
|
|
30460
|
+
}
|
|
30461
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30462
|
+
display: inline;
|
|
30463
|
+
}
|
|
30464
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30465
|
+
display: inline;
|
|
30466
|
+
margin-right: 8px;
|
|
30519
30467
|
padding: 0;
|
|
30468
|
+
width: 36px;
|
|
30520
30469
|
}
|
|
30521
30470
|
|
|
30522
30471
|
.cz04yix {
|
|
@@ -31130,6 +31079,61 @@ input.rrg1fkn.ant-input {
|
|
|
31130
31079
|
border-bottom-left-radius: 0;
|
|
31131
31080
|
}
|
|
31132
31081
|
|
|
31082
|
+
.s34f1qb.ant-switch {
|
|
31083
|
+
min-width: 40px;
|
|
31084
|
+
height: 24px;
|
|
31085
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31086
|
+
overflow: hidden;
|
|
31087
|
+
}
|
|
31088
|
+
.s34f1qb.ant-switch:focus {
|
|
31089
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31090
|
+
}
|
|
31091
|
+
.s34f1qb.ant-switch-small {
|
|
31092
|
+
min-width: 26px;
|
|
31093
|
+
height: 16px;
|
|
31094
|
+
}
|
|
31095
|
+
.s34f1qb.ant-switch-large {
|
|
31096
|
+
min-width: 52px;
|
|
31097
|
+
height: 32px;
|
|
31098
|
+
}
|
|
31099
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31100
|
+
height: 20px;
|
|
31101
|
+
width: 20px;
|
|
31102
|
+
}
|
|
31103
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31104
|
+
border-radius: 10px;
|
|
31105
|
+
transition-delay: 120ms;
|
|
31106
|
+
}
|
|
31107
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31108
|
+
height: 14px;
|
|
31109
|
+
width: 14px;
|
|
31110
|
+
top: 1px;
|
|
31111
|
+
left: 1px;
|
|
31112
|
+
}
|
|
31113
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31114
|
+
height: 28px;
|
|
31115
|
+
width: 28px;
|
|
31116
|
+
}
|
|
31117
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31118
|
+
border-radius: 14px;
|
|
31119
|
+
}
|
|
31120
|
+
.s34f1qb.ant-switch-checked {
|
|
31121
|
+
background-color: #00ba5d;
|
|
31122
|
+
}
|
|
31123
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31124
|
+
left: calc(100% - 20px - 2px);
|
|
31125
|
+
}
|
|
31126
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31127
|
+
left: calc(100% - 14px - 1px);
|
|
31128
|
+
}
|
|
31129
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31130
|
+
left: calc(100% - 28px - 2px);
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.c1to9vb9 {
|
|
31134
|
+
margin-left: 5px;
|
|
31135
|
+
}
|
|
31136
|
+
|
|
31133
31137
|
.t1upn1sz {
|
|
31134
31138
|
height: 100%;
|
|
31135
31139
|
}
|
|
@@ -32161,81 +32165,316 @@ input.rrg1fkn.ant-input {
|
|
|
32161
32165
|
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32162
32166
|
padding: 0px;
|
|
32163
32167
|
}
|
|
32164
|
-
|
|
32165
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32166
|
-
padding-right: 0px;
|
|
32167
|
-
cursor: default;
|
|
32168
|
+
|
|
32169
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32170
|
+
padding-right: 0px;
|
|
32171
|
+
cursor: default;
|
|
32172
|
+
}
|
|
32173
|
+
|
|
32174
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32175
|
+
display: flex;
|
|
32176
|
+
}
|
|
32177
|
+
|
|
32178
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32179
|
+
border-radius: 6px;
|
|
32180
|
+
}
|
|
32181
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32182
|
+
width: 100%;
|
|
32183
|
+
color: #2d3a56;
|
|
32184
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32185
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32186
|
+
font-size: 13px;
|
|
32187
|
+
}
|
|
32188
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32189
|
+
height: 30px;
|
|
32190
|
+
}
|
|
32191
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32192
|
+
height: 38px;
|
|
32193
|
+
font-size: 13px;
|
|
32194
|
+
}
|
|
32195
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32196
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32197
|
+
transition: 160ms ease;
|
|
32198
|
+
}
|
|
32199
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32200
|
+
color: #0080ff;
|
|
32201
|
+
}
|
|
32202
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32203
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32204
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32205
|
+
}
|
|
32206
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32207
|
+
color: #0080ff;
|
|
32208
|
+
}
|
|
32209
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32210
|
+
border-color: #0080ff;
|
|
32211
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32212
|
+
}
|
|
32213
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32214
|
+
transform: rotate(180deg);
|
|
32215
|
+
}
|
|
32216
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32217
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32218
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32219
|
+
cursor: "not-allowed";
|
|
32220
|
+
}
|
|
32221
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32222
|
+
border-color: #f0483e !important;
|
|
32223
|
+
}
|
|
32224
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32225
|
+
color: #1d326c;
|
|
32226
|
+
}
|
|
32227
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32228
|
+
border-color: #0080ff;
|
|
32229
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32230
|
+
}
|
|
32231
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32232
|
+
transform: rotate(180deg);
|
|
32233
|
+
}
|
|
32234
|
+
|
|
32235
|
+
.s14dk8r1 {
|
|
32236
|
+
margin: 0;
|
|
32237
|
+
border-radius: 20px;
|
|
32238
|
+
padding: 2px 10px;
|
|
32239
|
+
height: 22px;
|
|
32240
|
+
}
|
|
32241
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32242
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32243
|
+
}
|
|
32244
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32245
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32246
|
+
}
|
|
32247
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32248
|
+
color: #00122e;
|
|
32249
|
+
}
|
|
32250
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32251
|
+
margin-right: 6px;
|
|
32252
|
+
}
|
|
32253
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32254
|
+
margin-left: 4px;
|
|
32255
|
+
}
|
|
32256
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32257
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32258
|
+
}
|
|
32259
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32260
|
+
background-color: #0080ff;
|
|
32261
|
+
}
|
|
32262
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32263
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32264
|
+
}
|
|
32265
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32266
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32267
|
+
}
|
|
32268
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32269
|
+
background-color: #f0483e;
|
|
32270
|
+
}
|
|
32271
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32272
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32273
|
+
}
|
|
32274
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32275
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32276
|
+
}
|
|
32277
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32278
|
+
background-color: #fea008;
|
|
32279
|
+
}
|
|
32280
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32281
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32282
|
+
}
|
|
32283
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32284
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32285
|
+
}
|
|
32286
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32287
|
+
background-color: #00ba5d;
|
|
32288
|
+
}
|
|
32289
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32290
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32291
|
+
}
|
|
32292
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32293
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32294
|
+
}
|
|
32295
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32296
|
+
background-color: #6b7d99;
|
|
32297
|
+
}
|
|
32298
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32299
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32300
|
+
}
|
|
32301
|
+
|
|
32302
|
+
.s1uupoto {
|
|
32303
|
+
width: 8px;
|
|
32304
|
+
height: 8px;
|
|
32305
|
+
border-radius: 50%;
|
|
32306
|
+
display: inline-block;
|
|
32307
|
+
}
|
|
32308
|
+
|
|
32309
|
+
.igz4le8 {
|
|
32310
|
+
height: 24px;
|
|
32311
|
+
width: 56px !important;
|
|
32312
|
+
margin-right: 4px;
|
|
32313
|
+
}
|
|
32314
|
+
|
|
32315
|
+
.c1riexje {
|
|
32316
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32317
|
+
}
|
|
32318
|
+
|
|
32319
|
+
.m1thnes4 {
|
|
32320
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32321
|
+
text-align: center;
|
|
32322
|
+
display: flex;
|
|
32323
|
+
align-items: center;
|
|
32324
|
+
justify-content: center;
|
|
32325
|
+
flex-direction: column;
|
|
32326
|
+
height: 100%;
|
|
32327
|
+
}
|
|
32328
|
+
.m1thnes4 .link {
|
|
32329
|
+
color: #0080ff;
|
|
32330
|
+
cursor: pointer;
|
|
32331
|
+
}
|
|
32332
|
+
|
|
32333
|
+
.m1bixfdy {
|
|
32334
|
+
width: 100%;
|
|
32335
|
+
height: 100%;
|
|
32336
|
+
display: flex;
|
|
32337
|
+
flex-direction: column;
|
|
32338
|
+
}
|
|
32339
|
+
.m1bixfdy .name-toolbar {
|
|
32340
|
+
width: 100%;
|
|
32341
|
+
display: flex;
|
|
32342
|
+
line-height: 30px;
|
|
32343
|
+
padding: 0 16px;
|
|
32344
|
+
justify-content: space-between;
|
|
32345
|
+
}
|
|
32346
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32347
|
+
display: flex;
|
|
32348
|
+
font-size: 12px;
|
|
32349
|
+
align-items: center;
|
|
32350
|
+
}
|
|
32351
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32352
|
+
color: #a3b4cc;
|
|
32353
|
+
}
|
|
32354
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32355
|
+
margin-left: 10px;
|
|
32356
|
+
}
|
|
32357
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32358
|
+
margin-left: 10px;
|
|
32359
|
+
cursor: pointer;
|
|
32360
|
+
}
|
|
32361
|
+
.m1bixfdy .content {
|
|
32362
|
+
flex: 1;
|
|
32363
|
+
width: 100%;
|
|
32364
|
+
display: flex;
|
|
32365
|
+
justify-content: center;
|
|
32366
|
+
align-items: center;
|
|
32367
|
+
}
|
|
32368
|
+
.m1bixfdy .single-content {
|
|
32369
|
+
height: 65px;
|
|
32370
|
+
}
|
|
32371
|
+
|
|
32372
|
+
.lfamfcw {
|
|
32373
|
+
display: flex;
|
|
32374
|
+
align-items: center;
|
|
32375
|
+
white-space: nowrap;
|
|
32376
|
+
overflow: hidden;
|
|
32377
|
+
width: 100%;
|
|
32378
|
+
}
|
|
32379
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32380
|
+
margin-left: auto;
|
|
32381
|
+
font-size: 12px;
|
|
32382
|
+
}
|
|
32383
|
+
|
|
32384
|
+
.la6u9b4 {
|
|
32385
|
+
display: flex;
|
|
32386
|
+
justify-content: flex-start;
|
|
32387
|
+
align-items: center;
|
|
32388
|
+
font-size: 12px;
|
|
32389
|
+
cursor: pointer;
|
|
32390
|
+
}
|
|
32391
|
+
.la6u9b4:not(:last-child) {
|
|
32392
|
+
margin-right: 20px;
|
|
32393
|
+
}
|
|
32394
|
+
.la6u9b4.deselected {
|
|
32395
|
+
opacity: 0.4;
|
|
32168
32396
|
}
|
|
32169
|
-
|
|
32170
|
-
|
|
32171
|
-
display: flex;
|
|
32397
|
+
.la6u9b4.deselected .color-block {
|
|
32398
|
+
background: #b4beca !important;
|
|
32172
32399
|
}
|
|
32173
32400
|
|
|
32174
|
-
.
|
|
32175
|
-
|
|
32176
|
-
|
|
32177
|
-
|
|
32401
|
+
.chhvk8b {
|
|
32402
|
+
display: inline-block;
|
|
32403
|
+
height: 8px;
|
|
32404
|
+
width: 8px;
|
|
32405
|
+
margin-right: 8px;
|
|
32178
32406
|
}
|
|
32179
32407
|
|
|
32180
|
-
.
|
|
32181
|
-
|
|
32408
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32409
|
+
display: flex;
|
|
32410
|
+
align-items: center;
|
|
32411
|
+
font-size: 12px;
|
|
32412
|
+
margin: 0;
|
|
32182
32413
|
}
|
|
32183
32414
|
|
|
32184
|
-
.
|
|
32185
|
-
|
|
32186
|
-
}
|
|
32187
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32188
|
-
width: 100%;
|
|
32189
|
-
color: #2d3a56;
|
|
32190
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32191
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32192
|
-
font-size: 13px;
|
|
32415
|
+
.m16f7gpb {
|
|
32416
|
+
position: relative;
|
|
32193
32417
|
}
|
|
32194
|
-
.
|
|
32195
|
-
|
|
32418
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32419
|
+
bottom: -12px;
|
|
32196
32420
|
}
|
|
32197
|
-
.
|
|
32198
|
-
|
|
32199
|
-
|
|
32421
|
+
.m16f7gpb .metric-toolbar {
|
|
32422
|
+
display: flex;
|
|
32423
|
+
justify-content: space-between;
|
|
32424
|
+
line-height: 30px;
|
|
32425
|
+
margin: 0 16px;
|
|
32200
32426
|
}
|
|
32201
|
-
.
|
|
32202
|
-
|
|
32203
|
-
|
|
32427
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32428
|
+
display: flex;
|
|
32429
|
+
font-size: 12px;
|
|
32430
|
+
align-items: center;
|
|
32204
32431
|
}
|
|
32205
|
-
.
|
|
32206
|
-
color: #
|
|
32432
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32433
|
+
color: #a3b4cc;
|
|
32207
32434
|
}
|
|
32208
|
-
.
|
|
32209
|
-
|
|
32210
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32435
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32436
|
+
margin-left: 10px;
|
|
32211
32437
|
}
|
|
32212
|
-
.
|
|
32213
|
-
|
|
32438
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32439
|
+
margin-left: 10px;
|
|
32440
|
+
cursor: pointer;
|
|
32214
32441
|
}
|
|
32215
|
-
.
|
|
32216
|
-
|
|
32217
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32442
|
+
.m16f7gpb .recharts-xAxis {
|
|
32443
|
+
font-size: 12px;
|
|
32218
32444
|
}
|
|
32219
|
-
.
|
|
32220
|
-
|
|
32445
|
+
.m16f7gpb .pointer-wrapper {
|
|
32446
|
+
position: absolute;
|
|
32447
|
+
bottom: 10px;
|
|
32448
|
+
padding: 0 8px;
|
|
32449
|
+
border-radius: 4px;
|
|
32450
|
+
font-size: 12px;
|
|
32451
|
+
color: #fff;
|
|
32452
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32453
|
+
transform: translateX(-50%);
|
|
32221
32454
|
}
|
|
32222
|
-
|
|
32223
|
-
|
|
32224
|
-
|
|
32225
|
-
cursor: "not-allowed";
|
|
32455
|
+
|
|
32456
|
+
.t1ipvk51 {
|
|
32457
|
+
min-width: 200px;
|
|
32226
32458
|
}
|
|
32227
|
-
|
|
32228
|
-
|
|
32459
|
+
|
|
32460
|
+
.t1kgldps {
|
|
32461
|
+
display: flex;
|
|
32462
|
+
align-items: center;
|
|
32463
|
+
justify-content: space-between;
|
|
32464
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32465
|
+
color: #b4beca;
|
|
32466
|
+
font-size: 12px;
|
|
32467
|
+
padding: 3px 6px;
|
|
32229
32468
|
}
|
|
32230
|
-
.
|
|
32231
|
-
|
|
32469
|
+
.t1kgldps:first-child {
|
|
32470
|
+
padding-top: 3px;
|
|
32232
32471
|
}
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32235
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32472
|
+
.t1kgldps:last-child {
|
|
32473
|
+
padding-bottom: 3px;
|
|
32236
32474
|
}
|
|
32237
|
-
.
|
|
32238
|
-
|
|
32475
|
+
.t1kgldps .column-value {
|
|
32476
|
+
color: #fff;
|
|
32477
|
+
margin-left: 8px;
|
|
32239
32478
|
}
|
|
32240
32479
|
|
|
32241
32480
|
.s1uupxds {
|
|
@@ -32422,241 +32661,80 @@ input.rrg1fkn.ant-input {
|
|
|
32422
32661
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32423
32662
|
background-color: rgba(0, 136, 255, 0.1);
|
|
32424
32663
|
}
|
|
32425
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32426
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32427
|
-
}
|
|
32428
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32429
|
-
cursor: pointer;
|
|
32430
|
-
min-width: var(--item-min-width);
|
|
32431
|
-
}
|
|
32432
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32433
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32434
|
-
min-width: var(--item-min-width);
|
|
32435
|
-
}
|
|
32436
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32437
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32438
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32439
|
-
}
|
|
32440
|
-
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32441
|
-
padding: 0;
|
|
32442
|
-
}
|
|
32443
|
-
|
|
32444
|
-
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32445
|
-
width: 138px;
|
|
32446
|
-
row-gap: 2px;
|
|
32447
|
-
}
|
|
32448
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32449
|
-
padding: 0 8px;
|
|
32450
|
-
border-radius: 4px;
|
|
32451
|
-
height: 32px;
|
|
32452
|
-
display: flex;
|
|
32453
|
-
align-items: center;
|
|
32454
|
-
}
|
|
32455
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32456
|
-
min-height: auto;
|
|
32457
|
-
white-space: nowrap;
|
|
32458
|
-
}
|
|
32459
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32460
|
-
font-size: 13px;
|
|
32461
|
-
line-height: 20px;
|
|
32462
|
-
max-width: 100%;
|
|
32463
|
-
}
|
|
32464
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32465
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32466
|
-
}
|
|
32467
|
-
|
|
32468
|
-
.h1xo7yjb {
|
|
32469
|
-
width: 100%;
|
|
32470
|
-
display: inline-flex;
|
|
32471
|
-
align-items: center;
|
|
32472
|
-
justify-content: center;
|
|
32473
|
-
column-gap: 4px;
|
|
32474
|
-
}
|
|
32475
|
-
.h1xo7yjb .step-item-prefix-container {
|
|
32476
|
-
display: inline-flex;
|
|
32477
|
-
align-items: center;
|
|
32478
|
-
width: 18px;
|
|
32479
|
-
height: 18px;
|
|
32480
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32481
|
-
justify-content: center;
|
|
32482
|
-
}
|
|
32483
|
-
|
|
32484
|
-
.v1f2f7cy {
|
|
32485
|
-
width: 100%;
|
|
32486
|
-
display: flex;
|
|
32487
|
-
align-items: center;
|
|
32488
|
-
justify-content: center;
|
|
32489
|
-
column-gap: 6px;
|
|
32490
|
-
font-size: 13px;
|
|
32491
|
-
}
|
|
32492
|
-
.v1f2f7cy .step-item-prefix-container {
|
|
32493
|
-
display: inline-flex;
|
|
32494
|
-
align-items: center;
|
|
32495
|
-
min-width: 20px;
|
|
32496
|
-
min-height: 20px;
|
|
32497
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32498
|
-
justify-content: center;
|
|
32499
|
-
}
|
|
32500
|
-
|
|
32501
|
-
.m1thnes4 {
|
|
32502
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32503
|
-
text-align: center;
|
|
32504
|
-
display: flex;
|
|
32505
|
-
align-items: center;
|
|
32506
|
-
justify-content: center;
|
|
32507
|
-
flex-direction: column;
|
|
32508
|
-
height: 100%;
|
|
32509
|
-
}
|
|
32510
|
-
.m1thnes4 .link {
|
|
32511
|
-
color: #0080ff;
|
|
32512
|
-
cursor: pointer;
|
|
32513
|
-
}
|
|
32514
|
-
|
|
32515
|
-
.m1bixfdy {
|
|
32516
|
-
width: 100%;
|
|
32517
|
-
height: 100%;
|
|
32518
|
-
display: flex;
|
|
32519
|
-
flex-direction: column;
|
|
32520
|
-
}
|
|
32521
|
-
.m1bixfdy .name-toolbar {
|
|
32522
|
-
width: 100%;
|
|
32523
|
-
display: flex;
|
|
32524
|
-
line-height: 30px;
|
|
32525
|
-
padding: 0 16px;
|
|
32526
|
-
justify-content: space-between;
|
|
32527
|
-
}
|
|
32528
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32529
|
-
display: flex;
|
|
32530
|
-
font-size: 12px;
|
|
32531
|
-
align-items: center;
|
|
32532
|
-
}
|
|
32533
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32534
|
-
color: #a3b4cc;
|
|
32535
|
-
}
|
|
32536
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32537
|
-
margin-left: 10px;
|
|
32538
|
-
}
|
|
32539
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32540
|
-
margin-left: 10px;
|
|
32541
|
-
cursor: pointer;
|
|
32542
|
-
}
|
|
32543
|
-
.m1bixfdy .content {
|
|
32544
|
-
flex: 1;
|
|
32545
|
-
width: 100%;
|
|
32546
|
-
display: flex;
|
|
32547
|
-
justify-content: center;
|
|
32548
|
-
align-items: center;
|
|
32549
|
-
}
|
|
32550
|
-
.m1bixfdy .single-content {
|
|
32551
|
-
height: 65px;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
|
-
.lfamfcw {
|
|
32555
|
-
display: flex;
|
|
32556
|
-
align-items: center;
|
|
32557
|
-
white-space: nowrap;
|
|
32558
|
-
overflow: hidden;
|
|
32559
|
-
width: 100%;
|
|
32560
|
-
}
|
|
32561
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32562
|
-
margin-left: auto;
|
|
32563
|
-
font-size: 12px;
|
|
32664
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32665
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32564
32666
|
}
|
|
32565
|
-
|
|
32566
|
-
.la6u9b4 {
|
|
32567
|
-
display: flex;
|
|
32568
|
-
justify-content: flex-start;
|
|
32569
|
-
align-items: center;
|
|
32570
|
-
font-size: 12px;
|
|
32667
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32571
32668
|
cursor: pointer;
|
|
32669
|
+
min-width: var(--item-min-width);
|
|
32572
32670
|
}
|
|
32573
|
-
.
|
|
32574
|
-
|
|
32671
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32672
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32673
|
+
min-width: var(--item-min-width);
|
|
32575
32674
|
}
|
|
32576
|
-
.
|
|
32577
|
-
|
|
32675
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32676
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32677
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32578
32678
|
}
|
|
32579
|
-
.
|
|
32580
|
-
|
|
32679
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32680
|
+
padding: 0;
|
|
32581
32681
|
}
|
|
32582
32682
|
|
|
32583
|
-
.
|
|
32584
|
-
|
|
32585
|
-
|
|
32586
|
-
width: 8px;
|
|
32587
|
-
margin-right: 8px;
|
|
32683
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32684
|
+
width: 138px;
|
|
32685
|
+
row-gap: 2px;
|
|
32588
32686
|
}
|
|
32589
|
-
|
|
32590
|
-
|
|
32687
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32688
|
+
padding: 0 8px;
|
|
32689
|
+
border-radius: 4px;
|
|
32690
|
+
height: 32px;
|
|
32591
32691
|
display: flex;
|
|
32592
32692
|
align-items: center;
|
|
32593
|
-
font-size: 12px;
|
|
32594
|
-
margin: 0;
|
|
32595
32693
|
}
|
|
32596
|
-
|
|
32597
|
-
|
|
32598
|
-
|
|
32694
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32695
|
+
min-height: auto;
|
|
32696
|
+
white-space: nowrap;
|
|
32599
32697
|
}
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32698
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32699
|
+
font-size: 13px;
|
|
32700
|
+
line-height: 20px;
|
|
32701
|
+
max-width: 100%;
|
|
32602
32702
|
}
|
|
32603
|
-
.
|
|
32604
|
-
|
|
32605
|
-
justify-content: space-between;
|
|
32606
|
-
line-height: 30px;
|
|
32607
|
-
margin: 0 16px;
|
|
32703
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32704
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32608
32705
|
}
|
|
32609
|
-
|
|
32610
|
-
|
|
32611
|
-
|
|
32706
|
+
|
|
32707
|
+
.h1xo7yjb {
|
|
32708
|
+
width: 100%;
|
|
32709
|
+
display: inline-flex;
|
|
32612
32710
|
align-items: center;
|
|
32711
|
+
justify-content: center;
|
|
32712
|
+
column-gap: 4px;
|
|
32613
32713
|
}
|
|
32614
|
-
.
|
|
32615
|
-
|
|
32616
|
-
|
|
32617
|
-
|
|
32618
|
-
|
|
32619
|
-
|
|
32620
|
-
|
|
32621
|
-
margin-left: 10px;
|
|
32622
|
-
cursor: pointer;
|
|
32623
|
-
}
|
|
32624
|
-
.m16f7gpb .recharts-xAxis {
|
|
32625
|
-
font-size: 12px;
|
|
32626
|
-
}
|
|
32627
|
-
.m16f7gpb .pointer-wrapper {
|
|
32628
|
-
position: absolute;
|
|
32629
|
-
bottom: 10px;
|
|
32630
|
-
padding: 0 8px;
|
|
32631
|
-
border-radius: 4px;
|
|
32632
|
-
font-size: 12px;
|
|
32633
|
-
color: #fff;
|
|
32634
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32635
|
-
transform: translateX(-50%);
|
|
32636
|
-
}
|
|
32637
|
-
|
|
32638
|
-
.t1ipvk51 {
|
|
32639
|
-
min-width: 200px;
|
|
32714
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32715
|
+
display: inline-flex;
|
|
32716
|
+
align-items: center;
|
|
32717
|
+
width: 18px;
|
|
32718
|
+
height: 18px;
|
|
32719
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32720
|
+
justify-content: center;
|
|
32640
32721
|
}
|
|
32641
32722
|
|
|
32642
|
-
.
|
|
32723
|
+
.v1f2f7cy {
|
|
32724
|
+
width: 100%;
|
|
32643
32725
|
display: flex;
|
|
32644
32726
|
align-items: center;
|
|
32645
|
-
justify-content:
|
|
32646
|
-
|
|
32647
|
-
|
|
32648
|
-
font-size: 12px;
|
|
32649
|
-
padding: 3px 6px;
|
|
32650
|
-
}
|
|
32651
|
-
.t1kgldps:first-child {
|
|
32652
|
-
padding-top: 3px;
|
|
32653
|
-
}
|
|
32654
|
-
.t1kgldps:last-child {
|
|
32655
|
-
padding-bottom: 3px;
|
|
32727
|
+
justify-content: center;
|
|
32728
|
+
column-gap: 6px;
|
|
32729
|
+
font-size: 13px;
|
|
32656
32730
|
}
|
|
32657
|
-
.
|
|
32658
|
-
|
|
32659
|
-
|
|
32731
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32732
|
+
display: inline-flex;
|
|
32733
|
+
align-items: center;
|
|
32734
|
+
min-width: 20px;
|
|
32735
|
+
min-height: 20px;
|
|
32736
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32737
|
+
justify-content: center;
|
|
32660
32738
|
}
|
|
32661
32739
|
|
|
32662
32740
|
.t1gz6wqf {
|
|
@@ -32690,12 +32768,12 @@ input.rrg1fkn.ant-input {
|
|
|
32690
32768
|
}
|
|
32691
32769
|
|
|
32692
32770
|
.c1k4vanq {
|
|
32693
|
-
padding: 0
|
|
32771
|
+
padding: 0 12px 14px 12px;
|
|
32694
32772
|
}
|
|
32695
32773
|
|
|
32696
32774
|
.c1udgdh2 {
|
|
32697
32775
|
color: #2d3a56;
|
|
32698
|
-
padding: 12px
|
|
32776
|
+
padding: 7px 12px;
|
|
32699
32777
|
display: flex;
|
|
32700
32778
|
justify-content: space-between;
|
|
32701
32779
|
align-items: center;
|
|
@@ -32733,23 +32811,6 @@ input.rrg1fkn.ant-input {
|
|
|
32733
32811
|
margin-right: 2px;
|
|
32734
32812
|
}
|
|
32735
32813
|
|
|
32736
|
-
.bab9xum {
|
|
32737
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32738
|
-
}
|
|
32739
|
-
|
|
32740
|
-
.cav4gt6 {
|
|
32741
|
-
border-radius: 4px;
|
|
32742
|
-
background-color: white;
|
|
32743
|
-
}
|
|
32744
|
-
.cav4gt6.hoverable {
|
|
32745
|
-
cursor: pointer;
|
|
32746
|
-
}
|
|
32747
|
-
.cav4gt6.hoverable:hover {
|
|
32748
|
-
transition: all 200ms ease;
|
|
32749
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32750
|
-
transform: translateY(-4px);
|
|
32751
|
-
}
|
|
32752
|
-
|
|
32753
32814
|
.rrwcpby {
|
|
32754
32815
|
display: flex;
|
|
32755
32816
|
align-items: center;
|
|
@@ -32766,6 +32827,37 @@ input.rrg1fkn.ant-input {
|
|
|
32766
32827
|
margin-right: 6px;
|
|
32767
32828
|
}
|
|
32768
32829
|
|
|
32830
|
+
.f1p9ti6d {
|
|
32831
|
+
width: 100%;
|
|
32832
|
+
margin-bottom: 0 !important;
|
|
32833
|
+
flex-flow: nowrap !important;
|
|
32834
|
+
line-break: auto;
|
|
32835
|
+
}
|
|
32836
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32837
|
+
text-align: left !important;
|
|
32838
|
+
padding-bottom: 0 !important;
|
|
32839
|
+
}
|
|
32840
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32841
|
+
min-height: 32px;
|
|
32842
|
+
height: auto;
|
|
32843
|
+
font-size: 13px;
|
|
32844
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32845
|
+
white-space: normal;
|
|
32846
|
+
}
|
|
32847
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32848
|
+
border-color: #ff4d4f !important;
|
|
32849
|
+
}
|
|
32850
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32851
|
+
margin-top: 4px;
|
|
32852
|
+
font-size: 12px;
|
|
32853
|
+
min-height: 0px;
|
|
32854
|
+
}
|
|
32855
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32856
|
+
font-size: 12px;
|
|
32857
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32858
|
+
min-height: 0px;
|
|
32859
|
+
}
|
|
32860
|
+
|
|
32769
32861
|
.tc40oxa {
|
|
32770
32862
|
margin-bottom: 4px;
|
|
32771
32863
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32959,35 +33051,21 @@ input.rrg1fkn.ant-input {
|
|
|
32959
33051
|
margin-right: 8px;
|
|
32960
33052
|
}
|
|
32961
33053
|
|
|
32962
|
-
.
|
|
32963
|
-
|
|
32964
|
-
margin-bottom: 0 !important;
|
|
32965
|
-
flex-flow: nowrap !important;
|
|
32966
|
-
line-break: auto;
|
|
32967
|
-
}
|
|
32968
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32969
|
-
text-align: left !important;
|
|
32970
|
-
padding-bottom: 0 !important;
|
|
32971
|
-
}
|
|
32972
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32973
|
-
min-height: 32px;
|
|
32974
|
-
height: auto;
|
|
32975
|
-
font-size: 13px;
|
|
32976
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32977
|
-
white-space: normal;
|
|
33054
|
+
.bab9xum {
|
|
33055
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32978
33056
|
}
|
|
32979
|
-
|
|
32980
|
-
|
|
33057
|
+
|
|
33058
|
+
.cav4gt6 {
|
|
33059
|
+
border-radius: 8px;
|
|
33060
|
+
background-color: white;
|
|
32981
33061
|
}
|
|
32982
|
-
.
|
|
32983
|
-
|
|
32984
|
-
font-size: 12px;
|
|
32985
|
-
min-height: 0px;
|
|
33062
|
+
.cav4gt6.hoverable {
|
|
33063
|
+
cursor: pointer;
|
|
32986
33064
|
}
|
|
32987
|
-
.
|
|
32988
|
-
|
|
32989
|
-
|
|
32990
|
-
|
|
33065
|
+
.cav4gt6.hoverable:hover {
|
|
33066
|
+
transition: all 200ms ease;
|
|
33067
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33068
|
+
transform: translateY(-4px);
|
|
32991
33069
|
}
|
|
32992
33070
|
|
|
32993
33071
|
.w1xcixj5.outside-tag {
|
|
@@ -33072,25 +33150,6 @@ input.rrg1fkn.ant-input {
|
|
|
33072
33150
|
font-size: inherit;
|
|
33073
33151
|
}
|
|
33074
33152
|
|
|
33075
|
-
.feau332.ant-form-item {
|
|
33076
|
-
margin-bottom: 0;
|
|
33077
|
-
}
|
|
33078
|
-
.feau332 .ant-form-item-explain {
|
|
33079
|
-
display: none;
|
|
33080
|
-
min-height: 18px;
|
|
33081
|
-
margin-top: 5px;
|
|
33082
|
-
font-family: "Inter";
|
|
33083
|
-
font-weight: 400;
|
|
33084
|
-
font-size: 12px;
|
|
33085
|
-
line-height: 18px;
|
|
33086
|
-
}
|
|
33087
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33088
|
-
white-space: pre-wrap;
|
|
33089
|
-
}
|
|
33090
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33091
|
-
display: block;
|
|
33092
|
-
}
|
|
33093
|
-
|
|
33094
33153
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33095
33154
|
display: var(--a6dbbkm-0);
|
|
33096
33155
|
}
|
|
@@ -33120,4 +33179,23 @@ input.rrg1fkn.ant-input {
|
|
|
33120
33179
|
margin: 0;
|
|
33121
33180
|
height: auto;
|
|
33122
33181
|
font-size: inherit;
|
|
33182
|
+
}
|
|
33183
|
+
|
|
33184
|
+
.feau332.ant-form-item {
|
|
33185
|
+
margin-bottom: 0;
|
|
33186
|
+
}
|
|
33187
|
+
.feau332 .ant-form-item-explain {
|
|
33188
|
+
display: none;
|
|
33189
|
+
min-height: 18px;
|
|
33190
|
+
margin-top: 5px;
|
|
33191
|
+
font-family: "Inter";
|
|
33192
|
+
font-weight: 400;
|
|
33193
|
+
font-size: 12px;
|
|
33194
|
+
line-height: 18px;
|
|
33195
|
+
}
|
|
33196
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33197
|
+
white-space: pre-wrap;
|
|
33198
|
+
}
|
|
33199
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33200
|
+
display: block;
|
|
33123
33201
|
}
|