@cloudtower/eagle 0.26.10 → 0.26.11
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/Tag/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Tag/index.d.ts +3 -5
- package/dist/components/Token/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/Token/index.d.ts +2 -2
- package/dist/components/Token/style.d.ts +1 -0
- package/dist/components.css +349 -337
- package/dist/esm/index.js +224 -164
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/spec/base.d.ts +10 -4
- package/dist/style.css +1005 -993
- package/dist/umd/index.js +223 -162
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1292,6 +1292,9 @@ td .ant-btn-link {
|
|
|
1292
1292
|
.ant-tag:hover {
|
|
1293
1293
|
opacity: unset;
|
|
1294
1294
|
}
|
|
1295
|
+
.ant-tag.ant-tag-hidden {
|
|
1296
|
+
display: none;
|
|
1297
|
+
}
|
|
1295
1298
|
.ant-tag.ant-tag-red {
|
|
1296
1299
|
color: #f0483e;
|
|
1297
1300
|
background-color: rgba(255, 74, 74, 0.1);
|
|
@@ -1649,19 +1652,6 @@ html body {
|
|
|
1649
1652
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1650
1653
|
}
|
|
1651
1654
|
}
|
|
1652
|
-
.iap75of {
|
|
1653
|
-
height: 18px;
|
|
1654
|
-
line-height: 18px;
|
|
1655
|
-
padding: 0 4px;
|
|
1656
|
-
border-radius: 4px;
|
|
1657
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1658
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1659
|
-
display: flex;
|
|
1660
|
-
align-items: center;
|
|
1661
|
-
white-space: nowrap;
|
|
1662
|
-
margin-right: 4px;
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
1655
|
.buj61ew.ant-btn {
|
|
1666
1656
|
height: 32px;
|
|
1667
1657
|
border-radius: 6px;
|
|
@@ -1902,17 +1892,62 @@ html body {
|
|
|
1902
1892
|
display: inline-flex;
|
|
1903
1893
|
}
|
|
1904
1894
|
.buj61ew .icon-wrapper {
|
|
1905
|
-
display:
|
|
1906
|
-
vertical-align:
|
|
1895
|
+
display: flex;
|
|
1896
|
+
vertical-align: middle;
|
|
1907
1897
|
}
|
|
1908
1898
|
|
|
1909
1899
|
.nchllas {
|
|
1910
1900
|
padding: 0;
|
|
1911
1901
|
}
|
|
1912
1902
|
|
|
1903
|
+
.bpq0js6 {
|
|
1904
|
+
padding: 4px 11px;
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
.b15sn34c {
|
|
1908
|
+
white-space: nowrap;
|
|
1909
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1910
|
+
}
|
|
1911
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1912
|
+
--color: #0080ff;
|
|
1913
|
+
}
|
|
1914
|
+
.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] {
|
|
1915
|
+
--color: #0080ff;
|
|
1916
|
+
}
|
|
1917
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1918
|
+
margin-left: 1px;
|
|
1919
|
+
}
|
|
1920
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1921
|
+
border-top-right-radius: 0;
|
|
1922
|
+
border-bottom-right-radius: 0;
|
|
1923
|
+
}
|
|
1924
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1925
|
+
border-top-left-radius: 0;
|
|
1926
|
+
border-bottom-left-radius: 0;
|
|
1927
|
+
}
|
|
1928
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1929
|
+
border-radius: unset;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.fde5mpd {
|
|
1933
|
+
width: 100%;
|
|
1934
|
+
height: 100%;
|
|
1935
|
+
min-height: 124px;
|
|
1936
|
+
display: flex;
|
|
1937
|
+
flex-direction: column;
|
|
1938
|
+
justify-content: center;
|
|
1939
|
+
align-items: center;
|
|
1940
|
+
}
|
|
1941
|
+
.fde5mpd .error-text {
|
|
1942
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1943
|
+
margin-bottom: 16px;
|
|
1944
|
+
font-size: 18px;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1913
1947
|
.i1mrf09m {
|
|
1914
1948
|
display: inline-flex;
|
|
1915
1949
|
align-items: center;
|
|
1950
|
+
vertical-align: middle;
|
|
1916
1951
|
}
|
|
1917
1952
|
.i1mrf09m .icon-inner {
|
|
1918
1953
|
display: inline-flex;
|
|
@@ -1928,694 +1963,351 @@ html body {
|
|
|
1928
1963
|
animation: rotate 680ms linear infinite;
|
|
1929
1964
|
}
|
|
1930
1965
|
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1966
|
+
.iap75of {
|
|
1967
|
+
height: 18px;
|
|
1968
|
+
line-height: 18px;
|
|
1969
|
+
padding: 0 4px;
|
|
1970
|
+
border-radius: 4px;
|
|
1971
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1972
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1973
|
+
display: flex;
|
|
1974
|
+
align-items: center;
|
|
1975
|
+
white-space: nowrap;
|
|
1976
|
+
margin-right: 4px;
|
|
1937
1977
|
}
|
|
1938
1978
|
|
|
1939
|
-
.
|
|
1940
|
-
|
|
1941
|
-
font-style: normal;
|
|
1942
|
-
font-weight: bold;
|
|
1943
|
-
font-size: 24px;
|
|
1944
|
-
line-height: 32px;
|
|
1979
|
+
.obf05yr {
|
|
1980
|
+
display: inline-block;
|
|
1945
1981
|
}
|
|
1946
1982
|
|
|
1947
|
-
.
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
font-weight: normal;
|
|
1951
|
-
font-size: 32px;
|
|
1952
|
-
line-height: 40px;
|
|
1983
|
+
.hsms1n6 {
|
|
1984
|
+
visibility: hidden;
|
|
1985
|
+
position: absolute;
|
|
1953
1986
|
}
|
|
1954
1987
|
|
|
1955
|
-
.
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1988
|
+
.p12gwtiw {
|
|
1989
|
+
display: flex;
|
|
1990
|
+
justify-content: space-between;
|
|
1991
|
+
align-items: center;
|
|
1992
|
+
padding: 10px 0;
|
|
1993
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1994
|
+
font-size: 12px;
|
|
1960
1995
|
line-height: 24px;
|
|
1961
1996
|
}
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
font-family: Inter;
|
|
1965
|
-
font-style: normal;
|
|
1966
|
-
font-weight: normal;
|
|
1967
|
-
font-size: 20px;
|
|
1968
|
-
line-height: 24px;
|
|
1997
|
+
.p12gwtiw .pagination-left {
|
|
1998
|
+
padding: 2px 8px;
|
|
1969
1999
|
}
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
line-height: 22px;
|
|
2000
|
+
.p12gwtiw .dropdown-trigger {
|
|
2001
|
+
display: flex;
|
|
2002
|
+
align-items: center;
|
|
2003
|
+
border-radius: 6px;
|
|
2004
|
+
cursor: pointer;
|
|
2005
|
+
transition: all 0.3s ease;
|
|
1977
2006
|
}
|
|
1978
|
-
|
|
1979
|
-
.
|
|
1980
|
-
|
|
1981
|
-
font-style: normal;
|
|
1982
|
-
font-weight: normal;
|
|
1983
|
-
font-size: 18px;
|
|
1984
|
-
line-height: 22px;
|
|
2007
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2008
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2009
|
+
color: #0080ff;
|
|
1985
2010
|
}
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
2011
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2012
|
+
margin-left: 4px;
|
|
2013
|
+
}
|
|
2014
|
+
.p12gwtiw .pagination-right {
|
|
2015
|
+
display: flex;
|
|
2016
|
+
align-items: center;
|
|
2017
|
+
color: #0080ff;
|
|
1990
2018
|
font-weight: bold;
|
|
1991
|
-
font-size: 16px;
|
|
1992
|
-
line-height: 22px;
|
|
1993
2019
|
}
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
font-family: Inter;
|
|
1997
|
-
font-style: normal;
|
|
1998
|
-
font-weight: normal;
|
|
1999
|
-
font-size: 16px;
|
|
2000
|
-
line-height: 22px;
|
|
2020
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2021
|
+
margin-left: 4px;
|
|
2001
2022
|
}
|
|
2002
|
-
|
|
2003
|
-
.
|
|
2004
|
-
|
|
2005
|
-
font-style: normal;
|
|
2006
|
-
font-weight: bold;
|
|
2007
|
-
font-size: 14px;
|
|
2008
|
-
line-height: 20px;
|
|
2023
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2024
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2025
|
+
padding: 0 8px;
|
|
2009
2026
|
}
|
|
2010
|
-
|
|
2011
|
-
.
|
|
2012
|
-
|
|
2013
|
-
font-style: normal;
|
|
2014
|
-
font-weight: normal;
|
|
2015
|
-
font-size: 14px;
|
|
2016
|
-
line-height: 20px;
|
|
2027
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2028
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2029
|
+
color: #0080ff;
|
|
2017
2030
|
}
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
font-family: Inter;
|
|
2021
|
-
font-style: normal;
|
|
2022
|
-
font-weight: bold;
|
|
2023
|
-
font-size: 12px;
|
|
2024
|
-
line-height: 18px;
|
|
2031
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2032
|
+
transform: rotate(180deg);
|
|
2025
2033
|
}
|
|
2026
2034
|
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
font-weight: normal;
|
|
2031
|
-
font-size: 12px;
|
|
2032
|
-
line-height: 18px;
|
|
2035
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2036
|
+
max-height: calc(100vh - 128px);
|
|
2037
|
+
overflow-y: auto;
|
|
2033
2038
|
}
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
font-family: Inter;
|
|
2037
|
-
font-style: normal;
|
|
2038
|
-
font-weight: bold;
|
|
2039
|
-
text-transform: uppercase;
|
|
2040
|
-
font-feature-settings: "cpsp" on;
|
|
2039
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2040
|
+
padding: 4px 20px;
|
|
2041
2041
|
font-size: 12px;
|
|
2042
2042
|
line-height: 18px;
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
|
-
.
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
text-transform: uppercase;
|
|
2050
|
-
font-feature-settings: "cpsp" on;
|
|
2051
|
-
font-size: 12px;
|
|
2052
|
-
line-height: 18px;
|
|
2045
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2046
|
+
display: inline-flex;
|
|
2047
|
+
align-items: baseline;
|
|
2048
|
+
white-space: pre-wrap;
|
|
2053
2049
|
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
font-style: normal;
|
|
2058
|
-
font-weight: normal;
|
|
2059
|
-
font-size: 16px;
|
|
2060
|
-
line-height: 24px;
|
|
2050
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2051
|
+
position: relative;
|
|
2052
|
+
top: 3px;
|
|
2061
2053
|
}
|
|
2062
|
-
|
|
2063
|
-
.
|
|
2064
|
-
font-family: Inter;
|
|
2065
|
-
font-style: normal;
|
|
2066
|
-
font-weight: bold;
|
|
2067
|
-
font-size: 16px;
|
|
2068
|
-
line-height: 24px;
|
|
2054
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2055
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2069
2056
|
}
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
font-family: Inter;
|
|
2073
|
-
font-style: normal;
|
|
2074
|
-
font-weight: normal;
|
|
2075
|
-
font-size: 16px;
|
|
2076
|
-
line-height: 24px;
|
|
2057
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2058
|
+
border-color: #0080ff;
|
|
2077
2059
|
}
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
font-style: normal;
|
|
2082
|
-
font-weight: bold;
|
|
2083
|
-
font-size: 16px;
|
|
2084
|
-
line-height: 24px;
|
|
2060
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2061
|
+
border-color: #0080ff;
|
|
2062
|
+
background: #0080ff;
|
|
2085
2063
|
}
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
font-feature-settings: "cpsp" on;
|
|
2093
|
-
font-size: 16px;
|
|
2094
|
-
line-height: 24px;
|
|
2064
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2065
|
+
top: 4px;
|
|
2066
|
+
left: 4px;
|
|
2067
|
+
width: 6px;
|
|
2068
|
+
height: 6px;
|
|
2069
|
+
background: #fff;
|
|
2095
2070
|
}
|
|
2096
|
-
|
|
2097
|
-
.
|
|
2098
|
-
font-family: Inter;
|
|
2099
|
-
font-style: normal;
|
|
2100
|
-
font-weight: bold;
|
|
2101
|
-
text-transform: uppercase;
|
|
2102
|
-
font-feature-settings: "cpsp" on;
|
|
2103
|
-
font-size: 16px;
|
|
2104
|
-
line-height: 24px;
|
|
2071
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2072
|
+
opacity: 0.5;
|
|
2105
2073
|
}
|
|
2106
|
-
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2109
|
-
font-style: normal;
|
|
2110
|
-
font-weight: normal;
|
|
2111
|
-
font-size: 14px;
|
|
2112
|
-
line-height: 22px;
|
|
2074
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2075
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2076
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2113
2077
|
}
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
font-family: Inter;
|
|
2117
|
-
font-style: normal;
|
|
2118
|
-
font-weight: 500;
|
|
2119
|
-
font-size: 14px;
|
|
2120
|
-
line-height: 22px;
|
|
2078
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2079
|
+
background: #00122e;
|
|
2121
2080
|
}
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
font-style: normal;
|
|
2126
|
-
font-weight: bold;
|
|
2127
|
-
font-size: 14px;
|
|
2128
|
-
line-height: 22px;
|
|
2081
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2082
|
+
color: #00122e;
|
|
2083
|
+
opacity: 0.5;
|
|
2129
2084
|
}
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
font-family: Inter;
|
|
2133
|
-
font-style: normal;
|
|
2134
|
-
font-weight: normal;
|
|
2135
|
-
font-size: 14px;
|
|
2136
|
-
line-height: 22px;
|
|
2085
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2086
|
+
color: #00122e;
|
|
2137
2087
|
}
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
font-weight: bold;
|
|
2143
|
-
font-size: 14px;
|
|
2144
|
-
line-height: 22px;
|
|
2088
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2089
|
+
display: inline-block;
|
|
2090
|
+
padding: 0;
|
|
2091
|
+
padding-left: 12px;
|
|
2145
2092
|
}
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
font-weight: normal;
|
|
2151
|
-
text-transform: uppercase;
|
|
2152
|
-
font-feature-settings: "cpsp" on;
|
|
2153
|
-
font-size: 14px;
|
|
2154
|
-
line-height: 22px;
|
|
2093
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2094
|
+
margin-bottom: 0;
|
|
2095
|
+
white-space: pre-wrap;
|
|
2096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2155
2097
|
}
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
font-family: Inter;
|
|
2159
|
-
font-style: normal;
|
|
2160
|
-
font-weight: bold;
|
|
2161
|
-
text-transform: uppercase;
|
|
2162
|
-
font-feature-settings: "cpsp" on;
|
|
2163
|
-
font-size: 14px;
|
|
2164
|
-
line-height: 22px;
|
|
2098
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2099
|
+
padding-left: 8px;
|
|
2165
2100
|
}
|
|
2166
2101
|
|
|
2167
|
-
.
|
|
2168
|
-
|
|
2169
|
-
font-style: normal;
|
|
2170
|
-
font-weight: normal;
|
|
2171
|
-
font-size: 13px;
|
|
2172
|
-
line-height: 20px;
|
|
2102
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2103
|
+
border-radius: 5px 0 0 5px;
|
|
2173
2104
|
}
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
font-family: Inter;
|
|
2177
|
-
font-style: normal;
|
|
2178
|
-
font-weight: 600;
|
|
2179
|
-
font-size: 13px;
|
|
2180
|
-
line-height: 20px;
|
|
2105
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2106
|
+
border-radius: 0 5px 5px 0;
|
|
2181
2107
|
}
|
|
2182
2108
|
|
|
2183
|
-
.
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
font-weight: bold;
|
|
2187
|
-
font-size: 13px;
|
|
2188
|
-
line-height: 20px;
|
|
2109
|
+
.r1f0aqcc {
|
|
2110
|
+
color: #00122e;
|
|
2111
|
+
border-color: #ccd4e3;
|
|
2189
2112
|
}
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
font-family: Inter;
|
|
2193
|
-
font-style: normal;
|
|
2194
|
-
font-weight: normal;
|
|
2195
|
-
font-size: 13px;
|
|
2196
|
-
line-height: 20px;
|
|
2113
|
+
.r1f0aqcc:first-child {
|
|
2114
|
+
border-color: #a3b4cc;
|
|
2197
2115
|
}
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
font-weight: 600;
|
|
2203
|
-
font-size: 13px;
|
|
2204
|
-
line-height: 20px;
|
|
2116
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2117
|
+
padding: 0 12px;
|
|
2118
|
+
line-height: 32px;
|
|
2119
|
+
height: 32px;
|
|
2205
2120
|
}
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
font-family: Inter;
|
|
2209
|
-
font-style: normal;
|
|
2210
|
-
font-weight: bold;
|
|
2211
|
-
font-size: 13px;
|
|
2212
|
-
line-height: 20px;
|
|
2121
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2122
|
+
white-space: nowrap;
|
|
2213
2123
|
}
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
font-style: normal;
|
|
2218
|
-
font-weight: normal;
|
|
2219
|
-
text-transform: uppercase;
|
|
2220
|
-
font-feature-settings: "cpsp" on;
|
|
2221
|
-
font-size: 13px;
|
|
2124
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
2125
|
+
height: 22px;
|
|
2126
|
+
padding: 0 7px;
|
|
2222
2127
|
line-height: 20px;
|
|
2223
2128
|
}
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
font-family: Inter;
|
|
2227
|
-
font-style: normal;
|
|
2228
|
-
font-weight: bold;
|
|
2229
|
-
text-transform: uppercase;
|
|
2230
|
-
font-feature-settings: "cpsp" on;
|
|
2231
|
-
font-size: 13px;
|
|
2232
|
-
line-height: 20px;
|
|
2129
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2130
|
+
background: #ccd4e3;
|
|
2233
2131
|
}
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
font-family: Inter;
|
|
2237
|
-
font-style: normal;
|
|
2238
|
-
font-weight: normal;
|
|
2239
|
-
font-size: 12px;
|
|
2240
|
-
line-height: 18px;
|
|
2132
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2133
|
+
background: #0080ff;
|
|
2241
2134
|
}
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
font-style: normal;
|
|
2246
|
-
font-weight: 500;
|
|
2247
|
-
font-size: 12px;
|
|
2248
|
-
line-height: 18px;
|
|
2135
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2136
|
+
background: #ccd4e3;
|
|
2137
|
+
opacity: 0.5;
|
|
2249
2138
|
}
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
font-family: Inter;
|
|
2253
|
-
font-style: normal;
|
|
2254
|
-
font-weight: bold;
|
|
2255
|
-
font-size: 12px;
|
|
2256
|
-
line-height: 18px;
|
|
2139
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2140
|
+
border-right-color: #0080ff;
|
|
2257
2141
|
}
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
font-family: Inter;
|
|
2261
|
-
font-style: normal;
|
|
2262
|
-
font-weight: normal;
|
|
2263
|
-
font-size: 12px;
|
|
2264
|
-
line-height: 18px;
|
|
2142
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2143
|
+
border-color: #0080ff;
|
|
2265
2144
|
}
|
|
2266
|
-
|
|
2267
|
-
.
|
|
2268
|
-
font-family: Inter;
|
|
2269
|
-
font-style: normal;
|
|
2270
|
-
font-weight: 500;
|
|
2271
|
-
font-size: 12px;
|
|
2272
|
-
line-height: 18px;
|
|
2145
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2146
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2273
2147
|
}
|
|
2274
|
-
|
|
2275
|
-
.
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
font-weight: bold;
|
|
2279
|
-
font-size: 12px;
|
|
2280
|
-
line-height: 18px;
|
|
2148
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2149
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2150
|
+
border-color: #ccd4e3;
|
|
2151
|
+
opacity: 0.5;
|
|
2281
2152
|
}
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
font-style: normal;
|
|
2286
|
-
font-weight: normal;
|
|
2287
|
-
text-transform: uppercase;
|
|
2288
|
-
font-feature-settings: "cpsp" on;
|
|
2289
|
-
font-size: 12px;
|
|
2290
|
-
line-height: 18px;
|
|
2153
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2154
|
+
color: #00122e;
|
|
2155
|
+
border-color: #ccd4e3;
|
|
2291
2156
|
}
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
font-weight: bold;
|
|
2297
|
-
text-transform: uppercase;
|
|
2298
|
-
font-feature-settings: "cpsp" on;
|
|
2299
|
-
font-size: 12px;
|
|
2300
|
-
line-height: 18px;
|
|
2157
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2158
|
+
color: #00122e;
|
|
2159
|
+
border-color: #ccd4e3;
|
|
2160
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2301
2161
|
}
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2162
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2163
|
+
margin-right: 8px;
|
|
2164
|
+
display: inline;
|
|
2165
|
+
border: none;
|
|
2166
|
+
padding: 0;
|
|
2167
|
+
width: 36px;
|
|
2168
|
+
background: transparent;
|
|
2309
2169
|
}
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
font-family: Inter;
|
|
2313
|
-
font-style: normal;
|
|
2314
|
-
font-weight: normal;
|
|
2315
|
-
font-size: 13px;
|
|
2316
|
-
line-height: 20px;
|
|
2170
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2171
|
+
box-shadow: none;
|
|
2317
2172
|
}
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
font-weight: normal;
|
|
2323
|
-
font-size: 12px;
|
|
2324
|
-
line-height: 18px;
|
|
2173
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2174
|
+
margin-right: 0;
|
|
2175
|
+
width: initial;
|
|
2176
|
+
box-shadow: none;
|
|
2325
2177
|
}
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
font-family: Inter;
|
|
2329
|
-
font-style: normal;
|
|
2330
|
-
font-weight: normal;
|
|
2331
|
-
font-size: 12px;
|
|
2332
|
-
line-height: 18px;
|
|
2178
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2179
|
+
display: none;
|
|
2333
2180
|
}
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
font-family: Inter;
|
|
2337
|
-
font-style: normal;
|
|
2338
|
-
font-weight: normal;
|
|
2339
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
2340
|
-
font-size: 13px;
|
|
2341
|
-
line-height: 20px;
|
|
2181
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2182
|
+
display: inline;
|
|
2342
2183
|
}
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
font-feature-settings: "zero" on;
|
|
2349
|
-
font-size: 13px;
|
|
2350
|
-
line-height: 20px;
|
|
2184
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2185
|
+
display: inline;
|
|
2186
|
+
margin-right: 8px;
|
|
2187
|
+
padding: 0;
|
|
2188
|
+
width: 36px;
|
|
2351
2189
|
}
|
|
2352
2190
|
|
|
2353
|
-
.
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
font-weight: normal;
|
|
2357
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
2358
|
-
font-size: 12px;
|
|
2359
|
-
line-height: 18px;
|
|
2191
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2192
|
+
flex-direction: row;
|
|
2193
|
+
justify-content: stretch;
|
|
2360
2194
|
}
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
2367
|
-
font-size: 12px;
|
|
2368
|
-
line-height: 18px;
|
|
2195
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2196
|
+
padding: 0;
|
|
2197
|
+
margin-right: 4px;
|
|
2198
|
+
flex: 1;
|
|
2199
|
+
overflow: visible;
|
|
2369
2200
|
}
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
font-family: Inter;
|
|
2373
|
-
font-style: normal;
|
|
2374
|
-
font-weight: normal;
|
|
2375
|
-
font-feature-settings: "zero" on;
|
|
2376
|
-
font-size: 12px;
|
|
2377
|
-
line-height: 18px;
|
|
2201
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2202
|
+
display: none;
|
|
2378
2203
|
}
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2204
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2205
|
+
width: 100%;
|
|
2206
|
+
min-height: unset;
|
|
2207
|
+
}
|
|
2208
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2209
|
+
height: 26px;
|
|
2210
|
+
line-height: 26px;
|
|
2211
|
+
width: 100%;
|
|
2212
|
+
text-align: center;
|
|
2213
|
+
padding: 0;
|
|
2385
2214
|
font-size: 12px;
|
|
2386
|
-
|
|
2215
|
+
font-weight: normal;
|
|
2387
2216
|
}
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
font-family: Inter;
|
|
2391
|
-
font-style: normal;
|
|
2392
|
-
font-weight: bold;
|
|
2393
|
-
font-feature-settings: "zero" on;
|
|
2394
|
-
font-size: 16px;
|
|
2395
|
-
line-height: 24px;
|
|
2217
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2218
|
+
margin-right: 10px;
|
|
2396
2219
|
}
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
font-family: Inter;
|
|
2400
|
-
font-style: normal;
|
|
2401
|
-
font-weight: normal;
|
|
2402
|
-
font-size: 10px;
|
|
2403
|
-
line-height: 12px;
|
|
2220
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2221
|
+
display: none;
|
|
2404
2222
|
}
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
padding: 4px 11px;
|
|
2223
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2224
|
+
border-radius: 4px 0 0 4px;
|
|
2408
2225
|
}
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
white-space: nowrap;
|
|
2412
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2226
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2227
|
+
margin-right: 0;
|
|
2413
2228
|
}
|
|
2414
|
-
.
|
|
2415
|
-
|
|
2229
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2230
|
+
border-radius: 0 4px 4px 0;
|
|
2416
2231
|
}
|
|
2417
|
-
.
|
|
2418
|
-
|
|
2232
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2233
|
+
content: "";
|
|
2234
|
+
width: 0;
|
|
2235
|
+
height: 0;
|
|
2236
|
+
border: 13px solid transparent;
|
|
2237
|
+
position: absolute;
|
|
2238
|
+
top: 0;
|
|
2239
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2240
|
+
right: -21px;
|
|
2241
|
+
z-index: 2;
|
|
2419
2242
|
}
|
|
2420
|
-
.
|
|
2421
|
-
|
|
2243
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2244
|
+
content: "";
|
|
2245
|
+
width: 0;
|
|
2246
|
+
height: 0;
|
|
2247
|
+
border: 13px solid transparent;
|
|
2248
|
+
position: absolute;
|
|
2249
|
+
top: 0;
|
|
2250
|
+
border-left: 8px solid #fff;
|
|
2251
|
+
left: 0;
|
|
2422
2252
|
}
|
|
2423
|
-
.
|
|
2424
|
-
|
|
2425
|
-
border-bottom-right-radius: 0;
|
|
2253
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2254
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2426
2255
|
}
|
|
2427
|
-
.
|
|
2428
|
-
border-
|
|
2429
|
-
border-bottom-left-radius: 0;
|
|
2256
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2257
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2430
2258
|
}
|
|
2431
|
-
.
|
|
2432
|
-
|
|
2259
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2260
|
+
color: #005ed1;
|
|
2261
|
+
}
|
|
2262
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2263
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2264
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2265
|
+
}
|
|
2266
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2267
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2268
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2269
|
+
}
|
|
2270
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2271
|
+
padding: 0;
|
|
2433
2272
|
}
|
|
2434
2273
|
|
|
2435
|
-
.
|
|
2436
|
-
display:
|
|
2274
|
+
.cz04yix {
|
|
2275
|
+
display: flex;
|
|
2276
|
+
flex-direction: column;
|
|
2437
2277
|
}
|
|
2438
2278
|
|
|
2439
|
-
.
|
|
2440
|
-
|
|
2441
|
-
|
|
2279
|
+
.m1if5j39 {
|
|
2280
|
+
max-width: 1120px;
|
|
2281
|
+
width: 100%;
|
|
2282
|
+
margin: 0 auto;
|
|
2283
|
+
height: 100%;
|
|
2442
2284
|
}
|
|
2443
2285
|
|
|
2444
|
-
.
|
|
2286
|
+
.w1vvwdlp {
|
|
2287
|
+
max-width: 1120px;
|
|
2288
|
+
width: 100%;
|
|
2289
|
+
margin: 0 auto;
|
|
2445
2290
|
display: flex;
|
|
2446
|
-
justify-content: space-between;
|
|
2447
|
-
align-items: center;
|
|
2448
|
-
padding: 10px 0;
|
|
2449
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2450
|
-
font-size: 12px;
|
|
2451
|
-
line-height: 24px;
|
|
2452
2291
|
}
|
|
2453
|
-
.
|
|
2454
|
-
|
|
2292
|
+
.w1vvwdlp .left,
|
|
2293
|
+
.w1vvwdlp .right {
|
|
2294
|
+
flex-grow: 0;
|
|
2295
|
+
flex-shrink: 0;
|
|
2296
|
+
flex-basis: 21%;
|
|
2455
2297
|
}
|
|
2456
|
-
.
|
|
2298
|
+
.w1vvwdlp .left {
|
|
2457
2299
|
display: flex;
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
cursor: pointer;
|
|
2461
|
-
transition: all 0.3s ease;
|
|
2300
|
+
justify-content: flex-end;
|
|
2301
|
+
padding-right: 44px;
|
|
2462
2302
|
}
|
|
2463
|
-
.
|
|
2464
|
-
|
|
2465
|
-
color: #0080ff;
|
|
2303
|
+
.w1vvwdlp .right {
|
|
2304
|
+
padding-left: 44px;
|
|
2466
2305
|
}
|
|
2467
|
-
.
|
|
2468
|
-
margin-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
align-items: center;
|
|
2473
|
-
color: #0080ff;
|
|
2474
|
-
font-weight: bold;
|
|
2475
|
-
}
|
|
2476
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2477
|
-
margin-left: 4px;
|
|
2478
|
-
}
|
|
2479
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2480
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2481
|
-
padding: 0 8px;
|
|
2482
|
-
}
|
|
2483
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2484
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2485
|
-
color: #0080ff;
|
|
2486
|
-
}
|
|
2487
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2488
|
-
transform: rotate(180deg);
|
|
2489
|
-
}
|
|
2490
|
-
|
|
2491
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2492
|
-
max-height: calc(100vh - 128px);
|
|
2493
|
-
overflow-y: auto;
|
|
2494
|
-
}
|
|
2495
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2496
|
-
padding: 4px 20px;
|
|
2497
|
-
font-size: 12px;
|
|
2498
|
-
line-height: 18px;
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
.s1fc623g {
|
|
2502
|
-
width: 430px !important;
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
.da3mx0o .ant-select-item-group {
|
|
2506
|
-
padding: 8px 16px;
|
|
2507
|
-
line-height: 18px;
|
|
2508
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2509
|
-
height: 34px;
|
|
2510
|
-
min-height: 34px;
|
|
2511
|
-
box-sizing: border-box;
|
|
2512
|
-
margin-top: 8px;
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
.onr9gzt {
|
|
2516
|
-
display: flex;
|
|
2517
|
-
flex-direction: column;
|
|
2518
|
-
margin: 1px 8px;
|
|
2519
|
-
padding: 8px;
|
|
2520
|
-
border-radius: 4px;
|
|
2521
|
-
}
|
|
2522
|
-
.onr9gzt .selected-icon {
|
|
2523
|
-
display: none;
|
|
2524
|
-
}
|
|
2525
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
2526
|
-
padding-left: 8px;
|
|
2527
|
-
}
|
|
2528
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
2529
|
-
background-color: white;
|
|
2530
|
-
}
|
|
2531
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2532
|
-
color: #0080ff;
|
|
2533
|
-
}
|
|
2534
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2535
|
-
display: block;
|
|
2536
|
-
}
|
|
2537
|
-
.onr9gzt.ant-select-item-option-active {
|
|
2538
|
-
background: rgba(0, 136, 255, 0.16);
|
|
2539
|
-
}
|
|
2540
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2541
|
-
color: #0080ff;
|
|
2542
|
-
}
|
|
2543
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2544
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2545
|
-
color: #0080ff;
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
.oiy0apc {
|
|
2549
|
-
display: flex;
|
|
2550
|
-
justify-content: space-between;
|
|
2551
|
-
height: 20px;
|
|
2552
|
-
line-height: 20px;
|
|
2553
|
-
}
|
|
2554
|
-
.oiy0apc .timezone-title {
|
|
2555
|
-
color: #2d3a56;
|
|
2556
|
-
overflow: hidden;
|
|
2557
|
-
text-overflow: ellipsis;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
.of4y382 {
|
|
2561
|
-
display: flex;
|
|
2562
|
-
justify-content: space-between;
|
|
2563
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2564
|
-
height: 18px;
|
|
2565
|
-
line-height: 18px;
|
|
2566
|
-
margin-top: 2px;
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
.t19903l9 {
|
|
2570
|
-
border: none;
|
|
2571
|
-
margin-right: 0;
|
|
2572
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
.ohwbvxu {
|
|
2576
|
-
pointer-events: none;
|
|
2577
|
-
height: 32px;
|
|
2578
|
-
width: 100%;
|
|
2579
|
-
opacity: 0;
|
|
2580
|
-
}
|
|
2581
|
-
|
|
2582
|
-
.cz04yix {
|
|
2583
|
-
display: flex;
|
|
2584
|
-
flex-direction: column;
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
.m1if5j39 {
|
|
2588
|
-
max-width: 1120px;
|
|
2589
|
-
width: 100%;
|
|
2590
|
-
margin: 0 auto;
|
|
2591
|
-
height: 100%;
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
.w1vvwdlp {
|
|
2595
|
-
max-width: 1120px;
|
|
2596
|
-
width: 100%;
|
|
2597
|
-
margin: 0 auto;
|
|
2598
|
-
display: flex;
|
|
2599
|
-
}
|
|
2600
|
-
.w1vvwdlp .left,
|
|
2601
|
-
.w1vvwdlp .right {
|
|
2602
|
-
flex-grow: 0;
|
|
2603
|
-
flex-shrink: 0;
|
|
2604
|
-
flex-basis: 21%;
|
|
2605
|
-
}
|
|
2606
|
-
.w1vvwdlp .left {
|
|
2607
|
-
display: flex;
|
|
2608
|
-
justify-content: flex-end;
|
|
2609
|
-
padding-right: 44px;
|
|
2610
|
-
}
|
|
2611
|
-
.w1vvwdlp .right {
|
|
2612
|
-
padding-left: 44px;
|
|
2613
|
-
}
|
|
2614
|
-
.w1vvwdlp .middle {
|
|
2615
|
-
margin-bottom: 40px;
|
|
2616
|
-
flex-grow: 0;
|
|
2617
|
-
flex-shrink: 0;
|
|
2618
|
-
flex-basis: 58%;
|
|
2306
|
+
.w1vvwdlp .middle {
|
|
2307
|
+
margin-bottom: 40px;
|
|
2308
|
+
flex-grow: 0;
|
|
2309
|
+
flex-shrink: 0;
|
|
2310
|
+
flex-basis: 58%;
|
|
2619
2311
|
}
|
|
2620
2312
|
.w1vvwdlp .middle .form-base-field {
|
|
2621
2313
|
width: 100%;
|
|
@@ -3244,108 +2936,6 @@ input.rrg1fkn.ant-input {
|
|
|
3244
2936
|
border-bottom-left-radius: 0;
|
|
3245
2937
|
}
|
|
3246
2938
|
|
|
3247
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3248
|
-
flex-direction: row;
|
|
3249
|
-
justify-content: stretch;
|
|
3250
|
-
}
|
|
3251
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3252
|
-
padding: 0;
|
|
3253
|
-
margin-right: 4px;
|
|
3254
|
-
flex: 1;
|
|
3255
|
-
overflow: visible;
|
|
3256
|
-
}
|
|
3257
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3258
|
-
display: none;
|
|
3259
|
-
}
|
|
3260
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3261
|
-
width: 100%;
|
|
3262
|
-
min-height: unset;
|
|
3263
|
-
}
|
|
3264
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3265
|
-
height: 26px;
|
|
3266
|
-
line-height: 26px;
|
|
3267
|
-
width: 100%;
|
|
3268
|
-
text-align: center;
|
|
3269
|
-
padding: 0;
|
|
3270
|
-
font-size: 12px;
|
|
3271
|
-
font-weight: normal;
|
|
3272
|
-
}
|
|
3273
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3274
|
-
margin-right: 10px;
|
|
3275
|
-
}
|
|
3276
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3277
|
-
display: none;
|
|
3278
|
-
}
|
|
3279
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3280
|
-
border-radius: 4px 0 0 4px;
|
|
3281
|
-
}
|
|
3282
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3283
|
-
margin-right: 0;
|
|
3284
|
-
}
|
|
3285
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3286
|
-
border-radius: 0 4px 4px 0;
|
|
3287
|
-
}
|
|
3288
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
3289
|
-
content: "";
|
|
3290
|
-
width: 0;
|
|
3291
|
-
height: 0;
|
|
3292
|
-
border: 13px solid transparent;
|
|
3293
|
-
position: absolute;
|
|
3294
|
-
top: 0;
|
|
3295
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3296
|
-
right: -21px;
|
|
3297
|
-
z-index: 2;
|
|
3298
|
-
}
|
|
3299
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
3300
|
-
content: "";
|
|
3301
|
-
width: 0;
|
|
3302
|
-
height: 0;
|
|
3303
|
-
border: 13px solid transparent;
|
|
3304
|
-
position: absolute;
|
|
3305
|
-
top: 0;
|
|
3306
|
-
border-left: 8px solid #fff;
|
|
3307
|
-
left: 0;
|
|
3308
|
-
}
|
|
3309
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3310
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
3311
|
-
}
|
|
3312
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3313
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3314
|
-
}
|
|
3315
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3316
|
-
color: #005ed1;
|
|
3317
|
-
}
|
|
3318
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3319
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3320
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
3321
|
-
}
|
|
3322
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3323
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3324
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3325
|
-
}
|
|
3326
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3327
|
-
padding: 0;
|
|
3328
|
-
}
|
|
3329
|
-
|
|
3330
|
-
.i1e4sgug {
|
|
3331
|
-
display: inline-block;
|
|
3332
|
-
}
|
|
3333
|
-
|
|
3334
|
-
.fde5mpd {
|
|
3335
|
-
width: 100%;
|
|
3336
|
-
height: 100%;
|
|
3337
|
-
min-height: 124px;
|
|
3338
|
-
display: flex;
|
|
3339
|
-
flex-direction: column;
|
|
3340
|
-
justify-content: center;
|
|
3341
|
-
align-items: center;
|
|
3342
|
-
}
|
|
3343
|
-
.fde5mpd .error-text {
|
|
3344
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3345
|
-
margin-bottom: 16px;
|
|
3346
|
-
font-size: 18px;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
2939
|
.s34f1qb.ant-switch {
|
|
3350
2940
|
min-width: 40px;
|
|
3351
2941
|
height: 24px;
|
|
@@ -3496,6 +3086,7 @@ input.rrg1fkn.ant-input {
|
|
|
3496
3086
|
color: rgba(44, 56, 82, 0.6);
|
|
3497
3087
|
}
|
|
3498
3088
|
.tta5kd2 .ant-table .ant-table-selection {
|
|
3089
|
+
position: unset;
|
|
3499
3090
|
text-align: center;
|
|
3500
3091
|
}
|
|
3501
3092
|
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
@@ -3764,150 +3355,564 @@ input.rrg1fkn.ant-input {
|
|
|
3764
3355
|
background: #fff;
|
|
3765
3356
|
}
|
|
3766
3357
|
|
|
3767
|
-
.
|
|
3768
|
-
|
|
3769
|
-
align-items: baseline;
|
|
3770
|
-
white-space: pre-wrap;
|
|
3358
|
+
.s1fc623g {
|
|
3359
|
+
width: 430px !important;
|
|
3771
3360
|
}
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3361
|
+
|
|
3362
|
+
.da3mx0o .ant-select-item-group {
|
|
3363
|
+
padding: 8px 16px;
|
|
3364
|
+
line-height: 18px;
|
|
3365
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3366
|
+
height: 34px;
|
|
3367
|
+
min-height: 34px;
|
|
3368
|
+
box-sizing: border-box;
|
|
3369
|
+
margin-top: 8px;
|
|
3775
3370
|
}
|
|
3776
|
-
|
|
3777
|
-
|
|
3371
|
+
|
|
3372
|
+
.onr9gzt {
|
|
3373
|
+
display: flex;
|
|
3374
|
+
flex-direction: column;
|
|
3375
|
+
margin: 1px 8px;
|
|
3376
|
+
padding: 8px;
|
|
3377
|
+
border-radius: 4px;
|
|
3778
3378
|
}
|
|
3779
|
-
.
|
|
3780
|
-
|
|
3379
|
+
.onr9gzt .selected-icon {
|
|
3380
|
+
display: none;
|
|
3781
3381
|
}
|
|
3782
|
-
.
|
|
3783
|
-
|
|
3784
|
-
background: #0080ff;
|
|
3382
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3383
|
+
padding-left: 8px;
|
|
3785
3384
|
}
|
|
3786
|
-
.
|
|
3787
|
-
|
|
3788
|
-
left: 4px;
|
|
3789
|
-
width: 6px;
|
|
3790
|
-
height: 6px;
|
|
3791
|
-
background: #fff;
|
|
3385
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3386
|
+
background-color: white;
|
|
3792
3387
|
}
|
|
3793
|
-
.
|
|
3794
|
-
|
|
3388
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3389
|
+
color: #0080ff;
|
|
3795
3390
|
}
|
|
3796
|
-
.
|
|
3797
|
-
|
|
3798
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3391
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3392
|
+
display: block;
|
|
3799
3393
|
}
|
|
3800
|
-
.
|
|
3801
|
-
background:
|
|
3394
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3395
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3802
3396
|
}
|
|
3803
|
-
.
|
|
3804
|
-
color: #
|
|
3805
|
-
opacity: 0.5;
|
|
3397
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3398
|
+
color: #0080ff;
|
|
3806
3399
|
}
|
|
3807
|
-
.
|
|
3808
|
-
|
|
3400
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3401
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3402
|
+
color: #0080ff;
|
|
3809
3403
|
}
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3404
|
+
|
|
3405
|
+
.oiy0apc {
|
|
3406
|
+
display: flex;
|
|
3407
|
+
justify-content: space-between;
|
|
3408
|
+
height: 20px;
|
|
3409
|
+
line-height: 20px;
|
|
3814
3410
|
}
|
|
3815
|
-
.
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3411
|
+
.oiy0apc .timezone-title {
|
|
3412
|
+
color: #2d3a56;
|
|
3413
|
+
overflow: hidden;
|
|
3414
|
+
text-overflow: ellipsis;
|
|
3819
3415
|
}
|
|
3820
|
-
|
|
3821
|
-
|
|
3416
|
+
|
|
3417
|
+
.of4y382 {
|
|
3418
|
+
display: flex;
|
|
3419
|
+
justify-content: space-between;
|
|
3420
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3421
|
+
height: 18px;
|
|
3422
|
+
line-height: 18px;
|
|
3423
|
+
margin-top: 2px;
|
|
3822
3424
|
}
|
|
3823
3425
|
|
|
3824
|
-
.
|
|
3825
|
-
border
|
|
3426
|
+
.t19903l9 {
|
|
3427
|
+
border: none;
|
|
3428
|
+
margin-right: 0;
|
|
3429
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3826
3430
|
}
|
|
3827
|
-
|
|
3828
|
-
|
|
3431
|
+
|
|
3432
|
+
.ohwbvxu {
|
|
3433
|
+
pointer-events: none;
|
|
3434
|
+
height: 32px;
|
|
3435
|
+
width: 100%;
|
|
3436
|
+
opacity: 0;
|
|
3829
3437
|
}
|
|
3830
3438
|
|
|
3831
|
-
.
|
|
3832
|
-
|
|
3833
|
-
border-color: #ccd4e3;
|
|
3439
|
+
.i1e4sgug {
|
|
3440
|
+
display: inline-block;
|
|
3834
3441
|
}
|
|
3835
|
-
|
|
3836
|
-
|
|
3442
|
+
|
|
3443
|
+
.d6j0lbj {
|
|
3444
|
+
font-family: Inter;
|
|
3445
|
+
font-style: normal;
|
|
3446
|
+
font-weight: bold;
|
|
3447
|
+
font-size: 32px;
|
|
3448
|
+
line-height: 40px;
|
|
3837
3449
|
}
|
|
3838
|
-
|
|
3839
|
-
|
|
3450
|
+
|
|
3451
|
+
.d1xhvvxe {
|
|
3452
|
+
font-family: Inter;
|
|
3453
|
+
font-style: normal;
|
|
3454
|
+
font-weight: bold;
|
|
3455
|
+
font-size: 24px;
|
|
3840
3456
|
line-height: 32px;
|
|
3841
|
-
height: 32px;
|
|
3842
3457
|
}
|
|
3843
|
-
|
|
3844
|
-
|
|
3458
|
+
|
|
3459
|
+
.dk10mxq {
|
|
3460
|
+
font-family: Inter;
|
|
3461
|
+
font-style: normal;
|
|
3462
|
+
font-weight: normal;
|
|
3463
|
+
font-size: 32px;
|
|
3464
|
+
line-height: 40px;
|
|
3845
3465
|
}
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3466
|
+
|
|
3467
|
+
.dxsait {
|
|
3468
|
+
font-family: Inter;
|
|
3469
|
+
font-style: normal;
|
|
3470
|
+
font-weight: bold;
|
|
3471
|
+
font-size: 20px;
|
|
3472
|
+
line-height: 24px;
|
|
3473
|
+
}
|
|
3474
|
+
|
|
3475
|
+
.dokn0h3 {
|
|
3476
|
+
font-family: Inter;
|
|
3477
|
+
font-style: normal;
|
|
3478
|
+
font-weight: normal;
|
|
3479
|
+
font-size: 20px;
|
|
3480
|
+
line-height: 24px;
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3483
|
+
.dobau4p {
|
|
3484
|
+
font-family: Inter;
|
|
3485
|
+
font-style: normal;
|
|
3486
|
+
font-weight: bold;
|
|
3487
|
+
font-size: 18px;
|
|
3488
|
+
line-height: 22px;
|
|
3489
|
+
}
|
|
3490
|
+
|
|
3491
|
+
.dvolwok {
|
|
3492
|
+
font-family: Inter;
|
|
3493
|
+
font-style: normal;
|
|
3494
|
+
font-weight: normal;
|
|
3495
|
+
font-size: 18px;
|
|
3496
|
+
line-height: 22px;
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
.h181qhg4 {
|
|
3500
|
+
font-family: Inter;
|
|
3501
|
+
font-style: normal;
|
|
3502
|
+
font-weight: bold;
|
|
3503
|
+
font-size: 16px;
|
|
3504
|
+
line-height: 22px;
|
|
3505
|
+
}
|
|
3506
|
+
|
|
3507
|
+
.h1phgmcq {
|
|
3508
|
+
font-family: Inter;
|
|
3509
|
+
font-style: normal;
|
|
3510
|
+
font-weight: normal;
|
|
3511
|
+
font-size: 16px;
|
|
3512
|
+
line-height: 22px;
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3515
|
+
.h173xnl1 {
|
|
3516
|
+
font-family: Inter;
|
|
3517
|
+
font-style: normal;
|
|
3518
|
+
font-weight: bold;
|
|
3519
|
+
font-size: 14px;
|
|
3849
3520
|
line-height: 20px;
|
|
3850
3521
|
}
|
|
3851
|
-
|
|
3852
|
-
|
|
3522
|
+
|
|
3523
|
+
.hedm4pz {
|
|
3524
|
+
font-family: Inter;
|
|
3525
|
+
font-style: normal;
|
|
3526
|
+
font-weight: normal;
|
|
3527
|
+
font-size: 14px;
|
|
3528
|
+
line-height: 20px;
|
|
3529
|
+
}
|
|
3530
|
+
|
|
3531
|
+
.h1kd8xld {
|
|
3532
|
+
font-family: Inter;
|
|
3533
|
+
font-style: normal;
|
|
3534
|
+
font-weight: bold;
|
|
3535
|
+
font-size: 12px;
|
|
3536
|
+
line-height: 18px;
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3539
|
+
.hp14fr {
|
|
3540
|
+
font-family: Inter;
|
|
3541
|
+
font-style: normal;
|
|
3542
|
+
font-weight: normal;
|
|
3543
|
+
font-size: 12px;
|
|
3544
|
+
line-height: 18px;
|
|
3545
|
+
}
|
|
3546
|
+
|
|
3547
|
+
.hgrg7mn {
|
|
3548
|
+
font-family: Inter;
|
|
3549
|
+
font-style: normal;
|
|
3550
|
+
font-weight: bold;
|
|
3551
|
+
text-transform: uppercase;
|
|
3552
|
+
font-feature-settings: "cpsp" on;
|
|
3553
|
+
font-size: 12px;
|
|
3554
|
+
line-height: 18px;
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3557
|
+
.h6zme9x {
|
|
3558
|
+
font-family: Inter;
|
|
3559
|
+
font-style: normal;
|
|
3560
|
+
font-weight: normal;
|
|
3561
|
+
text-transform: uppercase;
|
|
3562
|
+
font-feature-settings: "cpsp" on;
|
|
3563
|
+
font-size: 12px;
|
|
3564
|
+
line-height: 18px;
|
|
3565
|
+
}
|
|
3566
|
+
|
|
3567
|
+
.locjvsv {
|
|
3568
|
+
font-family: Inter;
|
|
3569
|
+
font-style: normal;
|
|
3570
|
+
font-weight: normal;
|
|
3571
|
+
font-size: 16px;
|
|
3572
|
+
line-height: 24px;
|
|
3573
|
+
}
|
|
3574
|
+
|
|
3575
|
+
.l13gi131 {
|
|
3576
|
+
font-family: Inter;
|
|
3577
|
+
font-style: normal;
|
|
3578
|
+
font-weight: bold;
|
|
3579
|
+
font-size: 16px;
|
|
3580
|
+
line-height: 24px;
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
.l1ynemsu {
|
|
3584
|
+
font-family: Inter;
|
|
3585
|
+
font-style: normal;
|
|
3586
|
+
font-weight: normal;
|
|
3587
|
+
font-size: 16px;
|
|
3588
|
+
line-height: 24px;
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3591
|
+
.l1cft1cx {
|
|
3592
|
+
font-family: Inter;
|
|
3593
|
+
font-style: normal;
|
|
3594
|
+
font-weight: bold;
|
|
3595
|
+
font-size: 16px;
|
|
3596
|
+
line-height: 24px;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
.l17tqc8p {
|
|
3600
|
+
font-family: Inter;
|
|
3601
|
+
font-style: normal;
|
|
3602
|
+
font-weight: normal;
|
|
3603
|
+
text-transform: uppercase;
|
|
3604
|
+
font-feature-settings: "cpsp" on;
|
|
3605
|
+
font-size: 16px;
|
|
3606
|
+
line-height: 24px;
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3609
|
+
.l1j1e5w7 {
|
|
3610
|
+
font-family: Inter;
|
|
3611
|
+
font-style: normal;
|
|
3612
|
+
font-weight: bold;
|
|
3613
|
+
text-transform: uppercase;
|
|
3614
|
+
font-feature-settings: "cpsp" on;
|
|
3615
|
+
font-size: 16px;
|
|
3616
|
+
line-height: 24px;
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3619
|
+
.l1gf91jb {
|
|
3620
|
+
font-family: Inter;
|
|
3621
|
+
font-style: normal;
|
|
3622
|
+
font-weight: normal;
|
|
3623
|
+
font-size: 14px;
|
|
3624
|
+
line-height: 22px;
|
|
3625
|
+
}
|
|
3626
|
+
|
|
3627
|
+
.lu7hlr6 {
|
|
3628
|
+
font-family: Inter;
|
|
3629
|
+
font-style: normal;
|
|
3630
|
+
font-weight: 500;
|
|
3631
|
+
font-size: 14px;
|
|
3632
|
+
line-height: 22px;
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3635
|
+
.l3l3jf0 {
|
|
3636
|
+
font-family: Inter;
|
|
3637
|
+
font-style: normal;
|
|
3638
|
+
font-weight: bold;
|
|
3639
|
+
font-size: 14px;
|
|
3640
|
+
line-height: 22px;
|
|
3641
|
+
}
|
|
3642
|
+
|
|
3643
|
+
.l12j5nqp {
|
|
3644
|
+
font-family: Inter;
|
|
3645
|
+
font-style: normal;
|
|
3646
|
+
font-weight: normal;
|
|
3647
|
+
font-size: 14px;
|
|
3648
|
+
line-height: 22px;
|
|
3649
|
+
}
|
|
3650
|
+
|
|
3651
|
+
.l1tecqht {
|
|
3652
|
+
font-family: Inter;
|
|
3653
|
+
font-style: normal;
|
|
3654
|
+
font-weight: bold;
|
|
3655
|
+
font-size: 14px;
|
|
3656
|
+
line-height: 22px;
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3659
|
+
.l6sa990 {
|
|
3660
|
+
font-family: Inter;
|
|
3661
|
+
font-style: normal;
|
|
3662
|
+
font-weight: normal;
|
|
3663
|
+
text-transform: uppercase;
|
|
3664
|
+
font-feature-settings: "cpsp" on;
|
|
3665
|
+
font-size: 14px;
|
|
3666
|
+
line-height: 22px;
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
.lckqe8j {
|
|
3670
|
+
font-family: Inter;
|
|
3671
|
+
font-style: normal;
|
|
3672
|
+
font-weight: bold;
|
|
3673
|
+
text-transform: uppercase;
|
|
3674
|
+
font-feature-settings: "cpsp" on;
|
|
3675
|
+
font-size: 14px;
|
|
3676
|
+
line-height: 22px;
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
.l1kuminb {
|
|
3680
|
+
font-family: Inter;
|
|
3681
|
+
font-style: normal;
|
|
3682
|
+
font-weight: normal;
|
|
3683
|
+
font-size: 13px;
|
|
3684
|
+
line-height: 20px;
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
.l1pbuf5j {
|
|
3688
|
+
font-family: Inter;
|
|
3689
|
+
font-style: normal;
|
|
3690
|
+
font-weight: 600;
|
|
3691
|
+
font-size: 13px;
|
|
3692
|
+
line-height: 20px;
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3695
|
+
.l1r4ztu {
|
|
3696
|
+
font-family: Inter;
|
|
3697
|
+
font-style: normal;
|
|
3698
|
+
font-weight: bold;
|
|
3699
|
+
font-size: 13px;
|
|
3700
|
+
line-height: 20px;
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3703
|
+
.ly8vzok {
|
|
3704
|
+
font-family: Inter;
|
|
3705
|
+
font-style: normal;
|
|
3706
|
+
font-weight: normal;
|
|
3707
|
+
font-size: 13px;
|
|
3708
|
+
line-height: 20px;
|
|
3709
|
+
}
|
|
3710
|
+
|
|
3711
|
+
.lumfmf {
|
|
3712
|
+
font-family: Inter;
|
|
3713
|
+
font-style: normal;
|
|
3714
|
+
font-weight: 600;
|
|
3715
|
+
font-size: 13px;
|
|
3716
|
+
line-height: 20px;
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3719
|
+
.l16ujwmv {
|
|
3720
|
+
font-family: Inter;
|
|
3721
|
+
font-style: normal;
|
|
3722
|
+
font-weight: bold;
|
|
3723
|
+
font-size: 13px;
|
|
3724
|
+
line-height: 20px;
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
.l17o1ffr {
|
|
3728
|
+
font-family: Inter;
|
|
3729
|
+
font-style: normal;
|
|
3730
|
+
font-weight: normal;
|
|
3731
|
+
text-transform: uppercase;
|
|
3732
|
+
font-feature-settings: "cpsp" on;
|
|
3733
|
+
font-size: 13px;
|
|
3734
|
+
line-height: 20px;
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
|
+
.lngllvn {
|
|
3738
|
+
font-family: Inter;
|
|
3739
|
+
font-style: normal;
|
|
3740
|
+
font-weight: bold;
|
|
3741
|
+
text-transform: uppercase;
|
|
3742
|
+
font-feature-settings: "cpsp" on;
|
|
3743
|
+
font-size: 13px;
|
|
3744
|
+
line-height: 20px;
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3747
|
+
.l2i7fo9 {
|
|
3748
|
+
font-family: Inter;
|
|
3749
|
+
font-style: normal;
|
|
3750
|
+
font-weight: normal;
|
|
3751
|
+
font-size: 12px;
|
|
3752
|
+
line-height: 18px;
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3755
|
+
.l1x7hscx {
|
|
3756
|
+
font-family: Inter;
|
|
3757
|
+
font-style: normal;
|
|
3758
|
+
font-weight: 500;
|
|
3759
|
+
font-size: 12px;
|
|
3760
|
+
line-height: 18px;
|
|
3761
|
+
}
|
|
3762
|
+
|
|
3763
|
+
.le1jwan {
|
|
3764
|
+
font-family: Inter;
|
|
3765
|
+
font-style: normal;
|
|
3766
|
+
font-weight: bold;
|
|
3767
|
+
font-size: 12px;
|
|
3768
|
+
line-height: 18px;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.lyxynfj {
|
|
3772
|
+
font-family: Inter;
|
|
3773
|
+
font-style: normal;
|
|
3774
|
+
font-weight: normal;
|
|
3775
|
+
font-size: 12px;
|
|
3776
|
+
line-height: 18px;
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3779
|
+
.lpb2nxv {
|
|
3780
|
+
font-family: Inter;
|
|
3781
|
+
font-style: normal;
|
|
3782
|
+
font-weight: 500;
|
|
3783
|
+
font-size: 12px;
|
|
3784
|
+
line-height: 18px;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
|
+
.l1r8o3vv {
|
|
3788
|
+
font-family: Inter;
|
|
3789
|
+
font-style: normal;
|
|
3790
|
+
font-weight: bold;
|
|
3791
|
+
font-size: 12px;
|
|
3792
|
+
line-height: 18px;
|
|
3853
3793
|
}
|
|
3854
|
-
|
|
3855
|
-
|
|
3794
|
+
|
|
3795
|
+
.lemnjy2 {
|
|
3796
|
+
font-family: Inter;
|
|
3797
|
+
font-style: normal;
|
|
3798
|
+
font-weight: normal;
|
|
3799
|
+
text-transform: uppercase;
|
|
3800
|
+
font-feature-settings: "cpsp" on;
|
|
3801
|
+
font-size: 12px;
|
|
3802
|
+
line-height: 18px;
|
|
3856
3803
|
}
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3804
|
+
|
|
3805
|
+
.lrc42gb {
|
|
3806
|
+
font-family: Inter;
|
|
3807
|
+
font-style: normal;
|
|
3808
|
+
font-weight: bold;
|
|
3809
|
+
text-transform: uppercase;
|
|
3810
|
+
font-feature-settings: "cpsp" on;
|
|
3811
|
+
font-size: 12px;
|
|
3812
|
+
line-height: 18px;
|
|
3860
3813
|
}
|
|
3861
|
-
|
|
3862
|
-
|
|
3814
|
+
|
|
3815
|
+
.fqaz4mb {
|
|
3816
|
+
font-family: Inter;
|
|
3817
|
+
font-style: normal;
|
|
3818
|
+
font-weight: normal;
|
|
3819
|
+
font-size: 13px;
|
|
3820
|
+
line-height: 20px;
|
|
3863
3821
|
}
|
|
3864
|
-
|
|
3865
|
-
|
|
3822
|
+
|
|
3823
|
+
.f13we5o {
|
|
3824
|
+
font-family: Inter;
|
|
3825
|
+
font-style: normal;
|
|
3826
|
+
font-weight: normal;
|
|
3827
|
+
font-size: 13px;
|
|
3828
|
+
line-height: 20px;
|
|
3866
3829
|
}
|
|
3867
|
-
|
|
3868
|
-
|
|
3830
|
+
|
|
3831
|
+
.ffmjua2 {
|
|
3832
|
+
font-family: Inter;
|
|
3833
|
+
font-style: normal;
|
|
3834
|
+
font-weight: normal;
|
|
3835
|
+
font-size: 12px;
|
|
3836
|
+
line-height: 18px;
|
|
3869
3837
|
}
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3838
|
+
|
|
3839
|
+
.fz2mxw0 {
|
|
3840
|
+
font-family: Inter;
|
|
3841
|
+
font-style: normal;
|
|
3842
|
+
font-weight: normal;
|
|
3843
|
+
font-size: 12px;
|
|
3844
|
+
line-height: 18px;
|
|
3874
3845
|
}
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3846
|
+
|
|
3847
|
+
.t1ertzoh {
|
|
3848
|
+
font-family: Inter;
|
|
3849
|
+
font-style: normal;
|
|
3850
|
+
font-weight: normal;
|
|
3851
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3852
|
+
font-size: 13px;
|
|
3853
|
+
line-height: 20px;
|
|
3878
3854
|
}
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3855
|
+
|
|
3856
|
+
.t19bge8r {
|
|
3857
|
+
font-family: Inter;
|
|
3858
|
+
font-style: normal;
|
|
3859
|
+
font-weight: normal;
|
|
3860
|
+
font-feature-settings: "zero" on;
|
|
3861
|
+
font-size: 13px;
|
|
3862
|
+
line-height: 20px;
|
|
3883
3863
|
}
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3864
|
+
|
|
3865
|
+
.tjrzfyl {
|
|
3866
|
+
font-family: Inter;
|
|
3867
|
+
font-style: normal;
|
|
3868
|
+
font-weight: normal;
|
|
3869
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3870
|
+
font-size: 12px;
|
|
3871
|
+
line-height: 18px;
|
|
3891
3872
|
}
|
|
3892
|
-
|
|
3893
|
-
|
|
3873
|
+
|
|
3874
|
+
.tm6s7bo {
|
|
3875
|
+
font-family: Inter;
|
|
3876
|
+
font-style: normal;
|
|
3877
|
+
font-weight: 500;
|
|
3878
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3879
|
+
font-size: 12px;
|
|
3880
|
+
line-height: 18px;
|
|
3894
3881
|
}
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3882
|
+
|
|
3883
|
+
.t19zq6ic {
|
|
3884
|
+
font-family: Inter;
|
|
3885
|
+
font-style: normal;
|
|
3886
|
+
font-weight: normal;
|
|
3887
|
+
font-feature-settings: "zero" on;
|
|
3888
|
+
font-size: 12px;
|
|
3889
|
+
line-height: 18px;
|
|
3899
3890
|
}
|
|
3900
|
-
|
|
3901
|
-
|
|
3891
|
+
|
|
3892
|
+
.t1gduru8 {
|
|
3893
|
+
font-family: Inter;
|
|
3894
|
+
font-style: normal;
|
|
3895
|
+
font-weight: 500;
|
|
3896
|
+
font-feature-settings: "zero" on;
|
|
3897
|
+
font-size: 12px;
|
|
3898
|
+
line-height: 18px;
|
|
3902
3899
|
}
|
|
3903
|
-
|
|
3904
|
-
|
|
3900
|
+
|
|
3901
|
+
.t55raab {
|
|
3902
|
+
font-family: Inter;
|
|
3903
|
+
font-style: normal;
|
|
3904
|
+
font-weight: bold;
|
|
3905
|
+
font-feature-settings: "zero" on;
|
|
3906
|
+
font-size: 16px;
|
|
3907
|
+
line-height: 24px;
|
|
3905
3908
|
}
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3909
|
+
|
|
3910
|
+
.u1w9abfe {
|
|
3911
|
+
font-family: Inter;
|
|
3912
|
+
font-style: normal;
|
|
3913
|
+
font-weight: normal;
|
|
3914
|
+
font-size: 10px;
|
|
3915
|
+
line-height: 12px;
|
|
3911
3916
|
}
|
|
3912
3917
|
|
|
3913
3918
|
.m15dvk92 {
|
|
@@ -3994,10 +3999,6 @@ input.rrg1fkn.ant-input {
|
|
|
3994
3999
|
margin-left: 24px;
|
|
3995
4000
|
}
|
|
3996
4001
|
|
|
3997
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3998
|
-
display: flex;
|
|
3999
|
-
}
|
|
4000
|
-
|
|
4001
4002
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4002
4003
|
border-radius: 6px;
|
|
4003
4004
|
}
|
|
@@ -4047,12 +4048,101 @@ input.rrg1fkn.ant-input {
|
|
|
4047
4048
|
.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 {
|
|
4048
4049
|
color: #1d326c;
|
|
4049
4050
|
}
|
|
4050
|
-
.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 {
|
|
4051
|
-
border-color: #0080ff;
|
|
4052
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4051
|
+
.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 {
|
|
4052
|
+
border-color: #0080ff;
|
|
4053
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4054
|
+
}
|
|
4055
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4056
|
+
transform: rotate(180deg);
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4060
|
+
display: flex;
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
.igz4le8 {
|
|
4064
|
+
height: 24px;
|
|
4065
|
+
width: 56px !important;
|
|
4066
|
+
margin-right: 4px;
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
.c1riexje {
|
|
4070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4073
|
+
.s1uupxds {
|
|
4074
|
+
padding: 0 8px;
|
|
4075
|
+
border-radius: 4px;
|
|
4076
|
+
}
|
|
4077
|
+
|
|
4078
|
+
.m10sqwut {
|
|
4079
|
+
padding: 2px 8px;
|
|
4080
|
+
border-radius: 3px;
|
|
4081
|
+
}
|
|
4082
|
+
|
|
4083
|
+
.l1d492wb {
|
|
4084
|
+
padding: 3px 8px;
|
|
4085
|
+
border-radius: 2px;
|
|
4086
|
+
}
|
|
4087
|
+
|
|
4088
|
+
.t1lzavmu.ant-tag:hover {
|
|
4089
|
+
opacity: unset;
|
|
4090
|
+
}
|
|
4091
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
4092
|
+
margin: 0;
|
|
4093
|
+
margin-right: 8px;
|
|
4094
|
+
display: inline-flex;
|
|
4095
|
+
align-items: center;
|
|
4096
|
+
border: none;
|
|
4097
|
+
}
|
|
4098
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
4099
|
+
width: 16px;
|
|
4100
|
+
height: 16px;
|
|
4101
|
+
color: inherit;
|
|
4102
|
+
margin-left: 4px;
|
|
4103
|
+
opacity: 0.6;
|
|
4104
|
+
display: inline-flex;
|
|
4105
|
+
}
|
|
4106
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
4107
|
+
opacity: 1;
|
|
4108
|
+
}
|
|
4109
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
4110
|
+
color: #0080ff;
|
|
4111
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4112
|
+
}
|
|
4113
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
4114
|
+
color: #f0483e;
|
|
4115
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
4116
|
+
}
|
|
4117
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
4118
|
+
color: #e07f00;
|
|
4119
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
4120
|
+
}
|
|
4121
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
4122
|
+
color: #008f4c;
|
|
4123
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
4124
|
+
}
|
|
4125
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
4126
|
+
color: #1d326c;
|
|
4127
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
4128
|
+
}
|
|
4129
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
4130
|
+
color: #fff;
|
|
4131
|
+
}
|
|
4132
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
4133
|
+
background-color: #f0483e;
|
|
4134
|
+
}
|
|
4135
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
4136
|
+
background-color: #fea008;
|
|
4137
|
+
}
|
|
4138
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
4139
|
+
background-color: #00ba5d;
|
|
4140
|
+
}
|
|
4141
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
4142
|
+
background-color: #0080ff;
|
|
4053
4143
|
}
|
|
4054
|
-
.
|
|
4055
|
-
|
|
4144
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
4145
|
+
background-color: #6b7d99;
|
|
4056
4146
|
}
|
|
4057
4147
|
|
|
4058
4148
|
.m1thnes4 {
|
|
@@ -4216,119 +4306,6 @@ input.rrg1fkn.ant-input {
|
|
|
4216
4306
|
margin-left: 8px;
|
|
4217
4307
|
}
|
|
4218
4308
|
|
|
4219
|
-
.igz4le8 {
|
|
4220
|
-
height: 24px;
|
|
4221
|
-
width: 56px !important;
|
|
4222
|
-
margin-right: 4px;
|
|
4223
|
-
}
|
|
4224
|
-
|
|
4225
|
-
.c1riexje {
|
|
4226
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4227
|
-
}
|
|
4228
|
-
|
|
4229
|
-
.s1uupxds {
|
|
4230
|
-
padding: 0 8px;
|
|
4231
|
-
border-radius: 4px;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
|
-
.m10sqwut {
|
|
4235
|
-
padding: 2px 8px;
|
|
4236
|
-
border-radius: 3px;
|
|
4237
|
-
}
|
|
4238
|
-
|
|
4239
|
-
.l1d492wb {
|
|
4240
|
-
padding: 3px 8px;
|
|
4241
|
-
border-radius: 2px;
|
|
4242
|
-
}
|
|
4243
|
-
|
|
4244
|
-
.t1lzavmu.ant-tag:hover {
|
|
4245
|
-
opacity: unset;
|
|
4246
|
-
}
|
|
4247
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
4248
|
-
margin: 0;
|
|
4249
|
-
display: inline-flex;
|
|
4250
|
-
align-items: center;
|
|
4251
|
-
border: none;
|
|
4252
|
-
}
|
|
4253
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
4254
|
-
width: 16px;
|
|
4255
|
-
height: 16px;
|
|
4256
|
-
color: inherit;
|
|
4257
|
-
margin-left: 4px;
|
|
4258
|
-
opacity: 0.6;
|
|
4259
|
-
}
|
|
4260
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
4261
|
-
opacity: 1;
|
|
4262
|
-
}
|
|
4263
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
4264
|
-
color: #0080ff;
|
|
4265
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
4266
|
-
}
|
|
4267
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
4268
|
-
color: #f0483e;
|
|
4269
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
4270
|
-
}
|
|
4271
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
4272
|
-
color: #fea008;
|
|
4273
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
4274
|
-
}
|
|
4275
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
4276
|
-
color: #00ba5d;
|
|
4277
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
4278
|
-
}
|
|
4279
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
4280
|
-
color: #1d326c;
|
|
4281
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
4282
|
-
}
|
|
4283
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
4284
|
-
color: #fff;
|
|
4285
|
-
}
|
|
4286
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
4287
|
-
background-color: #f0483e;
|
|
4288
|
-
}
|
|
4289
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
4290
|
-
background-color: #fea008;
|
|
4291
|
-
}
|
|
4292
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
4293
|
-
background-color: #00ba5d;
|
|
4294
|
-
}
|
|
4295
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
4296
|
-
background-color: #0080ff;
|
|
4297
|
-
}
|
|
4298
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
4299
|
-
background-color: #6b7d99;
|
|
4300
|
-
}
|
|
4301
|
-
|
|
4302
|
-
.t1gz6wqf {
|
|
4303
|
-
height: 100%;
|
|
4304
|
-
}
|
|
4305
|
-
.t1gz6wqf .table-loading-item {
|
|
4306
|
-
padding: 12px 4px;
|
|
4307
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4308
|
-
display: flex;
|
|
4309
|
-
}
|
|
4310
|
-
.t1gz6wqf .table-loading-item > * {
|
|
4311
|
-
height: 16px;
|
|
4312
|
-
margin: 4px;
|
|
4313
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4314
|
-
border-radius: 2px;
|
|
4315
|
-
}
|
|
4316
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4317
|
-
width: 16px;
|
|
4318
|
-
}
|
|
4319
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
4320
|
-
flex: 1;
|
|
4321
|
-
}
|
|
4322
|
-
.t1gz6wqf :nth-child(1) {
|
|
4323
|
-
padding: 8px 4px;
|
|
4324
|
-
}
|
|
4325
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
4326
|
-
background: rgba(107, 125, 153, 0.18);
|
|
4327
|
-
}
|
|
4328
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
4329
|
-
background: rgba(163, 180, 204, 0.18);
|
|
4330
|
-
}
|
|
4331
|
-
|
|
4332
4309
|
.c1k4vanq {
|
|
4333
4310
|
padding: 0 16px 14px 16px;
|
|
4334
4311
|
}
|
|
@@ -4373,44 +4350,43 @@ input.rrg1fkn.ant-input {
|
|
|
4373
4350
|
margin-right: 2px;
|
|
4374
4351
|
}
|
|
4375
4352
|
|
|
4376
|
-
.
|
|
4377
|
-
|
|
4353
|
+
.t1gz6wqf {
|
|
4354
|
+
height: 100%;
|
|
4378
4355
|
}
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
border-
|
|
4382
|
-
|
|
4356
|
+
.t1gz6wqf .table-loading-item {
|
|
4357
|
+
padding: 12px 4px;
|
|
4358
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4359
|
+
display: flex;
|
|
4383
4360
|
}
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
line-break: auto;
|
|
4361
|
+
.t1gz6wqf .table-loading-item > * {
|
|
4362
|
+
height: 16px;
|
|
4363
|
+
margin: 4px;
|
|
4364
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4365
|
+
border-radius: 2px;
|
|
4390
4366
|
}
|
|
4391
|
-
.
|
|
4392
|
-
|
|
4393
|
-
padding-bottom: 0 !important;
|
|
4367
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4368
|
+
width: 16px;
|
|
4394
4369
|
}
|
|
4395
|
-
.
|
|
4396
|
-
|
|
4397
|
-
height: auto;
|
|
4398
|
-
font-size: 13px;
|
|
4399
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4400
|
-
white-space: normal;
|
|
4370
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
4371
|
+
flex: 1;
|
|
4401
4372
|
}
|
|
4402
|
-
.
|
|
4403
|
-
|
|
4373
|
+
.t1gz6wqf :nth-child(1) {
|
|
4374
|
+
padding: 8px 4px;
|
|
4404
4375
|
}
|
|
4405
|
-
.
|
|
4406
|
-
|
|
4407
|
-
font-size: 12px;
|
|
4408
|
-
min-height: 0px;
|
|
4376
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4377
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4409
4378
|
}
|
|
4410
|
-
.
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4379
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4380
|
+
background: rgba(163, 180, 204, 0.18);
|
|
4381
|
+
}
|
|
4382
|
+
|
|
4383
|
+
.bab9xum {
|
|
4384
|
+
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);
|
|
4385
|
+
}
|
|
4386
|
+
|
|
4387
|
+
.cav4gt6 {
|
|
4388
|
+
border-radius: 4px;
|
|
4389
|
+
background-color: white;
|
|
4414
4390
|
}
|
|
4415
4391
|
|
|
4416
4392
|
.tc40oxa {
|
|
@@ -4634,6 +4610,42 @@ input.rrg1fkn.ant-input {
|
|
|
4634
4610
|
margin-right: 4px;
|
|
4635
4611
|
}
|
|
4636
4612
|
|
|
4613
|
+
.f1p9ti6d {
|
|
4614
|
+
width: 100%;
|
|
4615
|
+
margin-bottom: 0 !important;
|
|
4616
|
+
flex-flow: nowrap !important;
|
|
4617
|
+
line-break: auto;
|
|
4618
|
+
}
|
|
4619
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4620
|
+
text-align: left !important;
|
|
4621
|
+
padding-bottom: 0 !important;
|
|
4622
|
+
}
|
|
4623
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4624
|
+
min-height: 32px;
|
|
4625
|
+
height: auto;
|
|
4626
|
+
font-size: 13px;
|
|
4627
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4628
|
+
white-space: normal;
|
|
4629
|
+
}
|
|
4630
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4631
|
+
border-color: #ff4d4f !important;
|
|
4632
|
+
}
|
|
4633
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4634
|
+
margin-top: 4px;
|
|
4635
|
+
font-size: 12px;
|
|
4636
|
+
min-height: 0px;
|
|
4637
|
+
}
|
|
4638
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4639
|
+
font-size: 12px;
|
|
4640
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4641
|
+
min-height: 0px;
|
|
4642
|
+
}
|
|
4643
|
+
|
|
4644
|
+
.iwsze0q {
|
|
4645
|
+
margin-right: 4px;
|
|
4646
|
+
height: 16px;
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4637
4649
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4638
4650
|
display: var(--at4ovwe-0);
|
|
4639
4651
|
}
|
|
@@ -4680,6 +4692,25 @@ input.rrg1fkn.ant-input {
|
|
|
4680
4692
|
font-size: inherit;
|
|
4681
4693
|
}
|
|
4682
4694
|
|
|
4695
|
+
.feau332.ant-form-item {
|
|
4696
|
+
margin-bottom: 0;
|
|
4697
|
+
}
|
|
4698
|
+
.feau332 .ant-form-item-explain {
|
|
4699
|
+
display: none;
|
|
4700
|
+
min-height: 18px;
|
|
4701
|
+
margin-top: 5px;
|
|
4702
|
+
font-family: "Inter";
|
|
4703
|
+
font-weight: 400;
|
|
4704
|
+
font-size: 12px;
|
|
4705
|
+
line-height: 18px;
|
|
4706
|
+
}
|
|
4707
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4708
|
+
white-space: pre-wrap;
|
|
4709
|
+
}
|
|
4710
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4711
|
+
display: block;
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4683
4714
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4684
4715
|
display: var(--a6dbbkm-0);
|
|
4685
4716
|
}
|
|
@@ -4709,23 +4740,4 @@ input.rrg1fkn.ant-input {
|
|
|
4709
4740
|
margin: 0;
|
|
4710
4741
|
height: auto;
|
|
4711
4742
|
font-size: inherit;
|
|
4712
|
-
}
|
|
4713
|
-
|
|
4714
|
-
.feau332.ant-form-item {
|
|
4715
|
-
margin-bottom: 0;
|
|
4716
|
-
}
|
|
4717
|
-
.feau332 .ant-form-item-explain {
|
|
4718
|
-
display: none;
|
|
4719
|
-
min-height: 18px;
|
|
4720
|
-
margin-top: 5px;
|
|
4721
|
-
font-family: "Inter";
|
|
4722
|
-
font-weight: 400;
|
|
4723
|
-
font-size: 12px;
|
|
4724
|
-
line-height: 18px;
|
|
4725
|
-
}
|
|
4726
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4727
|
-
white-space: pre-wrap;
|
|
4728
|
-
}
|
|
4729
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4730
|
-
display: block;
|
|
4731
4743
|
}
|