@cloudtower/eagle 0.22.38 → 0.22.40
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/esm/index.js +73 -28
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/type.d.ts +2 -0
- package/dist/style.css +1014 -964
- package/dist/umd/index.js +71 -26
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1845,6 +1845,21 @@ input[type=submit] {
|
|
|
1845
1845
|
padding: 0;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
+
.fde5mpd {
|
|
1849
|
+
width: 100%;
|
|
1850
|
+
height: 100%;
|
|
1851
|
+
min-height: 124px;
|
|
1852
|
+
display: flex;
|
|
1853
|
+
flex-direction: column;
|
|
1854
|
+
justify-content: center;
|
|
1855
|
+
align-items: center;
|
|
1856
|
+
}
|
|
1857
|
+
.fde5mpd .error-text {
|
|
1858
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1859
|
+
margin-bottom: 16px;
|
|
1860
|
+
font-size: 18px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1848
1863
|
.bpq0js6 {
|
|
1849
1864
|
padding: 4px 11px;
|
|
1850
1865
|
}
|
|
@@ -1874,21 +1889,6 @@ input[type=submit] {
|
|
|
1874
1889
|
border-radius: unset;
|
|
1875
1890
|
}
|
|
1876
1891
|
|
|
1877
|
-
.fde5mpd {
|
|
1878
|
-
width: 100%;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
min-height: 124px;
|
|
1881
|
-
display: flex;
|
|
1882
|
-
flex-direction: column;
|
|
1883
|
-
justify-content: center;
|
|
1884
|
-
align-items: center;
|
|
1885
|
-
}
|
|
1886
|
-
.fde5mpd .error-text {
|
|
1887
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
1892
|
.i1mrf09m {
|
|
1893
1893
|
display: inline-flex;
|
|
1894
1894
|
align-items: center;
|
|
@@ -1986,6 +1986,89 @@ input[type=submit] {
|
|
|
1986
1986
|
line-height: 18px;
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1990
|
+
flex-direction: row;
|
|
1991
|
+
justify-content: stretch;
|
|
1992
|
+
}
|
|
1993
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1994
|
+
padding: 0;
|
|
1995
|
+
margin-right: 4px;
|
|
1996
|
+
flex: 1;
|
|
1997
|
+
overflow: visible;
|
|
1998
|
+
}
|
|
1999
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2000
|
+
display: none;
|
|
2001
|
+
}
|
|
2002
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2003
|
+
width: 100%;
|
|
2004
|
+
min-height: unset;
|
|
2005
|
+
}
|
|
2006
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2007
|
+
height: 26px;
|
|
2008
|
+
line-height: 26px;
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
text-align: center;
|
|
2011
|
+
padding: 0;
|
|
2012
|
+
font-size: 12px;
|
|
2013
|
+
font-weight: normal;
|
|
2014
|
+
}
|
|
2015
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2016
|
+
margin-right: 10px;
|
|
2017
|
+
}
|
|
2018
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2019
|
+
display: none;
|
|
2020
|
+
}
|
|
2021
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2022
|
+
border-radius: 4px 0 0 4px;
|
|
2023
|
+
}
|
|
2024
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2025
|
+
margin-right: 0;
|
|
2026
|
+
}
|
|
2027
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2028
|
+
border-radius: 0 4px 4px 0;
|
|
2029
|
+
}
|
|
2030
|
+
.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 {
|
|
2031
|
+
content: "";
|
|
2032
|
+
width: 0;
|
|
2033
|
+
height: 0;
|
|
2034
|
+
border: 13px solid transparent;
|
|
2035
|
+
position: absolute;
|
|
2036
|
+
top: 0;
|
|
2037
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2038
|
+
right: -21px;
|
|
2039
|
+
z-index: 2;
|
|
2040
|
+
}
|
|
2041
|
+
.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 {
|
|
2042
|
+
content: "";
|
|
2043
|
+
width: 0;
|
|
2044
|
+
height: 0;
|
|
2045
|
+
border: 13px solid transparent;
|
|
2046
|
+
position: absolute;
|
|
2047
|
+
top: 0;
|
|
2048
|
+
border-left: 8px solid #fff;
|
|
2049
|
+
left: 0;
|
|
2050
|
+
}
|
|
2051
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2052
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2053
|
+
}
|
|
2054
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2055
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2056
|
+
}
|
|
2057
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2058
|
+
color: #005ed1;
|
|
2059
|
+
}
|
|
2060
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2061
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2062
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2063
|
+
}
|
|
2064
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2065
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2066
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2067
|
+
}
|
|
2068
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2069
|
+
padding: 0;
|
|
2070
|
+
}
|
|
2071
|
+
|
|
1989
2072
|
.rxbeqvl.ant-radio-wrapper {
|
|
1990
2073
|
display: inline-flex;
|
|
1991
2074
|
align-items: baseline;
|
|
@@ -2128,87 +2211,59 @@ input[type=submit] {
|
|
|
2128
2211
|
width: 36px;
|
|
2129
2212
|
}
|
|
2130
2213
|
|
|
2131
|
-
.
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
padding: 0;
|
|
2137
|
-
margin-right: 4px;
|
|
2138
|
-
flex: 1;
|
|
2139
|
-
overflow: visible;
|
|
2140
|
-
}
|
|
2141
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2142
|
-
display: none;
|
|
2143
|
-
}
|
|
2144
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2145
|
-
width: 100%;
|
|
2146
|
-
min-height: unset;
|
|
2147
|
-
}
|
|
2148
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2149
|
-
height: 26px;
|
|
2150
|
-
line-height: 26px;
|
|
2151
|
-
width: 100%;
|
|
2152
|
-
text-align: center;
|
|
2153
|
-
padding: 0;
|
|
2154
|
-
font-size: 12px;
|
|
2155
|
-
font-weight: normal;
|
|
2214
|
+
.s34f1qb.ant-switch {
|
|
2215
|
+
min-width: 40px;
|
|
2216
|
+
height: 24px;
|
|
2217
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2218
|
+
overflow: hidden;
|
|
2156
2219
|
}
|
|
2157
|
-
.
|
|
2158
|
-
|
|
2220
|
+
.s34f1qb.ant-switch:focus {
|
|
2221
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2159
2222
|
}
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2223
|
+
.s34f1qb.ant-switch-small {
|
|
2224
|
+
min-width: 26px;
|
|
2225
|
+
height: 16px;
|
|
2162
2226
|
}
|
|
2163
|
-
.
|
|
2164
|
-
|
|
2227
|
+
.s34f1qb.ant-switch-large {
|
|
2228
|
+
min-width: 52px;
|
|
2229
|
+
height: 32px;
|
|
2165
2230
|
}
|
|
2166
|
-
.
|
|
2167
|
-
|
|
2231
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2232
|
+
height: 20px;
|
|
2233
|
+
width: 20px;
|
|
2168
2234
|
}
|
|
2169
|
-
.
|
|
2170
|
-
border-radius:
|
|
2235
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2236
|
+
border-radius: 10px;
|
|
2237
|
+
transition-delay: 120ms;
|
|
2171
2238
|
}
|
|
2172
|
-
.
|
|
2173
|
-
|
|
2174
|
-
width:
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
position: absolute;
|
|
2178
|
-
top: 0;
|
|
2179
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2180
|
-
right: -21px;
|
|
2181
|
-
z-index: 2;
|
|
2239
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2240
|
+
height: 14px;
|
|
2241
|
+
width: 14px;
|
|
2242
|
+
top: 1px;
|
|
2243
|
+
left: 1px;
|
|
2182
2244
|
}
|
|
2183
|
-
.
|
|
2184
|
-
|
|
2185
|
-
width:
|
|
2186
|
-
height: 0;
|
|
2187
|
-
border: 13px solid transparent;
|
|
2188
|
-
position: absolute;
|
|
2189
|
-
top: 0;
|
|
2190
|
-
border-left: 8px solid #fff;
|
|
2191
|
-
left: 0;
|
|
2245
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2246
|
+
height: 28px;
|
|
2247
|
+
width: 28px;
|
|
2192
2248
|
}
|
|
2193
|
-
.
|
|
2194
|
-
|
|
2249
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2250
|
+
border-radius: 14px;
|
|
2195
2251
|
}
|
|
2196
|
-
.
|
|
2197
|
-
|
|
2252
|
+
.s34f1qb.ant-switch-checked {
|
|
2253
|
+
background-color: #00ba5d;
|
|
2198
2254
|
}
|
|
2199
|
-
.
|
|
2200
|
-
|
|
2255
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2256
|
+
left: calc(100% - 20px - 2px);
|
|
2201
2257
|
}
|
|
2202
|
-
.
|
|
2203
|
-
|
|
2204
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2258
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2259
|
+
left: calc(100% - 14px - 1px);
|
|
2205
2260
|
}
|
|
2206
|
-
.
|
|
2207
|
-
|
|
2208
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2261
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2262
|
+
left: calc(100% - 28px - 2px);
|
|
2209
2263
|
}
|
|
2210
|
-
|
|
2211
|
-
|
|
2264
|
+
|
|
2265
|
+
.c1to9vb9 {
|
|
2266
|
+
margin-left: 5px;
|
|
2212
2267
|
}
|
|
2213
2268
|
|
|
2214
2269
|
.cz04yix {
|
|
@@ -2876,920 +2931,915 @@ input.rrg1fkn.ant-input {
|
|
|
2876
2931
|
border-bottom-left-radius: 0;
|
|
2877
2932
|
}
|
|
2878
2933
|
|
|
2879
|
-
.
|
|
2880
|
-
|
|
2881
|
-
height: 24px;
|
|
2882
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2883
|
-
overflow: hidden;
|
|
2934
|
+
.t1upn1sz {
|
|
2935
|
+
height: 100%;
|
|
2884
2936
|
}
|
|
2885
|
-
|
|
2886
|
-
|
|
2937
|
+
|
|
2938
|
+
.tta5kd2 {
|
|
2939
|
+
height: 100%;
|
|
2887
2940
|
}
|
|
2888
|
-
.
|
|
2889
|
-
|
|
2890
|
-
height:
|
|
2941
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2942
|
+
overflow: visible !important;
|
|
2943
|
+
height: 100%;
|
|
2891
2944
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2894
|
-
height: 32px;
|
|
2945
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2946
|
+
height: 100%;
|
|
2895
2947
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
|
|
2948
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
2949
|
+
width: 100% !important;
|
|
2950
|
+
height: 100%;
|
|
2899
2951
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2902
|
-
transition-delay: 120ms;
|
|
2952
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2953
|
+
padding: 15px 0;
|
|
2903
2954
|
}
|
|
2904
|
-
.
|
|
2905
|
-
|
|
2906
|
-
width: 14px;
|
|
2907
|
-
top: 1px;
|
|
2908
|
-
left: 1px;
|
|
2955
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2956
|
+
display: none;
|
|
2909
2957
|
}
|
|
2910
|
-
.
|
|
2911
|
-
|
|
2912
|
-
width: 28px;
|
|
2958
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
2959
|
+
font-weight: 700;
|
|
2913
2960
|
}
|
|
2914
|
-
.
|
|
2915
|
-
|
|
2961
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2962
|
+
font-weight: 700;
|
|
2916
2963
|
}
|
|
2917
|
-
.
|
|
2918
|
-
|
|
2964
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
2965
|
+
height: 100%;
|
|
2919
2966
|
}
|
|
2920
|
-
.
|
|
2921
|
-
|
|
2967
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2968
|
+
height: 100%;
|
|
2969
|
+
overflow: visible;
|
|
2922
2970
|
}
|
|
2923
|
-
.
|
|
2924
|
-
|
|
2971
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2972
|
+
max-height: none;
|
|
2925
2973
|
}
|
|
2926
|
-
.
|
|
2927
|
-
|
|
2974
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2975
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
2976
|
+
display: none;
|
|
2928
2977
|
}
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
margin-left: 5px;
|
|
2978
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
2979
|
+
background: transparent;
|
|
2932
2980
|
}
|
|
2933
|
-
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
font-weight: bold;
|
|
2938
|
-
font-size: 32px;
|
|
2939
|
-
line-height: 40px;
|
|
2981
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
2982
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
2983
|
+
background: #fff;
|
|
2984
|
+
padding: 0 !important;
|
|
2940
2985
|
}
|
|
2941
|
-
|
|
2942
|
-
.
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
line-height: 32px;
|
|
2986
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
2987
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
2988
|
+
display: flex;
|
|
2989
|
+
align-items: center;
|
|
2990
|
+
height: 100%;
|
|
2991
|
+
padding: 8px;
|
|
2948
2992
|
}
|
|
2949
|
-
|
|
2950
|
-
.
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
font-size: 32px;
|
|
2955
|
-
line-height: 40px;
|
|
2993
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
2994
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
2995
|
+
overflow: hidden;
|
|
2996
|
+
text-overflow: ellipsis;
|
|
2997
|
+
width: 100%;
|
|
2956
2998
|
}
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
font-family: Inter;
|
|
2960
|
-
font-style: normal;
|
|
2961
|
-
font-weight: bold;
|
|
2962
|
-
font-size: 20px;
|
|
2963
|
-
line-height: 24px;
|
|
2999
|
+
.tta5kd2 .ant-table-container {
|
|
3000
|
+
height: 100%;
|
|
2964
3001
|
}
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
font-family: Inter;
|
|
2968
|
-
font-style: normal;
|
|
2969
|
-
font-weight: normal;
|
|
2970
|
-
font-size: 20px;
|
|
2971
|
-
line-height: 24px;
|
|
3002
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3003
|
+
box-shadow: none !important;
|
|
2972
3004
|
}
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
3005
|
+
.tta5kd2 .ant-table {
|
|
3006
|
+
border-radius: 0px;
|
|
3007
|
+
border-left: none;
|
|
3008
|
+
border-right: none;
|
|
3009
|
+
border-bottom: none;
|
|
3010
|
+
height: 100%;
|
|
3011
|
+
font-size: 12px;
|
|
3012
|
+
background: transparent;
|
|
2980
3013
|
}
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
font-size: 18px;
|
|
2987
|
-
line-height: 22px;
|
|
3014
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3015
|
+
position: relative;
|
|
3016
|
+
z-index: 3;
|
|
3017
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3018
|
+
margin-bottom: -1px;
|
|
2988
3019
|
}
|
|
2989
|
-
|
|
2990
|
-
.
|
|
2991
|
-
|
|
2992
|
-
font-style: normal;
|
|
2993
|
-
font-weight: bold;
|
|
2994
|
-
font-size: 16px;
|
|
2995
|
-
line-height: 22px;
|
|
3020
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3021
|
+
.tta5kd2 .ant-table .value {
|
|
3022
|
+
color: #2d3a56;
|
|
2996
3023
|
}
|
|
2997
|
-
|
|
2998
|
-
.
|
|
2999
|
-
|
|
3000
|
-
font-style: normal;
|
|
3001
|
-
font-weight: normal;
|
|
3002
|
-
font-size: 16px;
|
|
3003
|
-
line-height: 22px;
|
|
3024
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3025
|
+
.tta5kd2 .ant-table .unit {
|
|
3026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3004
3027
|
}
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
font-family: Inter;
|
|
3008
|
-
font-style: normal;
|
|
3009
|
-
font-weight: bold;
|
|
3010
|
-
font-size: 14px;
|
|
3011
|
-
line-height: 20px;
|
|
3028
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3029
|
+
text-align: center;
|
|
3012
3030
|
}
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
font-family: Inter;
|
|
3016
|
-
font-style: normal;
|
|
3017
|
-
font-weight: normal;
|
|
3018
|
-
font-size: 14px;
|
|
3019
|
-
line-height: 20px;
|
|
3031
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3032
|
+
background: #fff;
|
|
3020
3033
|
}
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
line-height: 18px;
|
|
3034
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3035
|
+
cursor: pointer;
|
|
3036
|
+
position: absolute;
|
|
3037
|
+
top: 50%;
|
|
3038
|
+
right: 12px;
|
|
3039
|
+
transform: translateY(-50%);
|
|
3028
3040
|
}
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
font-weight: normal;
|
|
3034
|
-
font-size: 12px;
|
|
3035
|
-
line-height: 18px;
|
|
3041
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3042
|
+
box-shadow: none;
|
|
3043
|
+
width: 1px;
|
|
3044
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3036
3045
|
}
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
font-weight: bold;
|
|
3042
|
-
text-transform: uppercase;
|
|
3043
|
-
font-feature-settings: "cpsp" on;
|
|
3044
|
-
font-size: 12px;
|
|
3045
|
-
line-height: 18px;
|
|
3046
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3047
|
+
box-shadow: none;
|
|
3048
|
+
width: 1px;
|
|
3049
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3046
3050
|
}
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
font-family: Inter;
|
|
3050
|
-
font-style: normal;
|
|
3051
|
-
font-weight: normal;
|
|
3052
|
-
text-transform: uppercase;
|
|
3053
|
-
font-feature-settings: "cpsp" on;
|
|
3054
|
-
font-size: 12px;
|
|
3055
|
-
line-height: 18px;
|
|
3051
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3052
|
+
position: relative;
|
|
3056
3053
|
}
|
|
3057
|
-
|
|
3058
|
-
.
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3054
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3055
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3056
|
+
border-bottom: 1px solid white;
|
|
3057
|
+
height: 40px;
|
|
3058
|
+
vertical-align: middle;
|
|
3059
|
+
transition: background 0ms;
|
|
3060
|
+
color: #00122e;
|
|
3064
3061
|
}
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
font-style: normal;
|
|
3069
|
-
font-weight: bold;
|
|
3070
|
-
font-size: 16px;
|
|
3071
|
-
line-height: 24px;
|
|
3062
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3063
|
+
background: #f2f5fa;
|
|
3064
|
+
border-bottom-color: #f2f5fa;
|
|
3072
3065
|
}
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
font-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3066
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3067
|
+
height: auto;
|
|
3068
|
+
color: #00122e;
|
|
3069
|
+
font-size: 12px;
|
|
3070
|
+
text-align: left;
|
|
3071
|
+
transition: none;
|
|
3072
|
+
overflow: hidden;
|
|
3073
|
+
text-overflow: ellipsis;
|
|
3074
|
+
white-space: nowrap;
|
|
3080
3075
|
}
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
font-family: Inter;
|
|
3084
|
-
font-style: normal;
|
|
3085
|
-
font-weight: bold;
|
|
3086
|
-
font-size: 16px;
|
|
3087
|
-
line-height: 24px;
|
|
3076
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3077
|
+
color: #0096ff;
|
|
3088
3078
|
}
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
text-transform: uppercase;
|
|
3095
|
-
font-feature-settings: "cpsp" on;
|
|
3096
|
-
font-size: 16px;
|
|
3097
|
-
line-height: 24px;
|
|
3098
|
-
}
|
|
3099
|
-
|
|
3100
|
-
.l1j1e5w7 {
|
|
3101
|
-
font-family: Inter;
|
|
3102
|
-
font-style: normal;
|
|
3103
|
-
font-weight: bold;
|
|
3104
|
-
text-transform: uppercase;
|
|
3105
|
-
font-feature-settings: "cpsp" on;
|
|
3106
|
-
font-size: 16px;
|
|
3107
|
-
line-height: 24px;
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
|
-
.l1gf91jb {
|
|
3111
|
-
font-family: Inter;
|
|
3112
|
-
font-style: normal;
|
|
3113
|
-
font-weight: normal;
|
|
3114
|
-
font-size: 14px;
|
|
3115
|
-
line-height: 22px;
|
|
3116
|
-
}
|
|
3117
|
-
|
|
3118
|
-
.lu7hlr6 {
|
|
3119
|
-
font-family: Inter;
|
|
3120
|
-
font-style: normal;
|
|
3121
|
-
font-weight: 500;
|
|
3122
|
-
font-size: 14px;
|
|
3123
|
-
line-height: 22px;
|
|
3124
|
-
}
|
|
3125
|
-
|
|
3126
|
-
.l3l3jf0 {
|
|
3127
|
-
font-family: Inter;
|
|
3128
|
-
font-style: normal;
|
|
3129
|
-
font-weight: bold;
|
|
3130
|
-
font-size: 14px;
|
|
3131
|
-
line-height: 22px;
|
|
3132
|
-
}
|
|
3133
|
-
|
|
3134
|
-
.l12j5nqp {
|
|
3135
|
-
font-family: Inter;
|
|
3136
|
-
font-style: normal;
|
|
3137
|
-
font-weight: normal;
|
|
3138
|
-
font-size: 14px;
|
|
3139
|
-
line-height: 22px;
|
|
3140
|
-
}
|
|
3141
|
-
|
|
3142
|
-
.l1tecqht {
|
|
3143
|
-
font-family: Inter;
|
|
3144
|
-
font-style: normal;
|
|
3145
|
-
font-weight: bold;
|
|
3146
|
-
font-size: 14px;
|
|
3147
|
-
line-height: 22px;
|
|
3079
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3080
|
+
overflow: hidden;
|
|
3081
|
+
text-overflow: ellipsis;
|
|
3082
|
+
width: 100%;
|
|
3083
|
+
vertical-align: middle;
|
|
3148
3084
|
}
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
font-family: Inter;
|
|
3152
|
-
font-style: normal;
|
|
3153
|
-
font-weight: normal;
|
|
3154
|
-
text-transform: uppercase;
|
|
3155
|
-
font-feature-settings: "cpsp" on;
|
|
3156
|
-
font-size: 14px;
|
|
3157
|
-
line-height: 22px;
|
|
3085
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3086
|
+
line-height: 0px;
|
|
3158
3087
|
}
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
font-family: Inter;
|
|
3162
|
-
font-style: normal;
|
|
3163
|
-
font-weight: bold;
|
|
3164
|
-
text-transform: uppercase;
|
|
3165
|
-
font-feature-settings: "cpsp" on;
|
|
3166
|
-
font-size: 14px;
|
|
3167
|
-
line-height: 22px;
|
|
3088
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3089
|
+
padding-right: 25px;
|
|
3168
3090
|
}
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
font-family: Inter;
|
|
3172
|
-
font-style: normal;
|
|
3173
|
-
font-weight: normal;
|
|
3174
|
-
font-size: 13px;
|
|
3175
|
-
line-height: 20px;
|
|
3091
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3092
|
+
border-top-color: transparent;
|
|
3176
3093
|
}
|
|
3177
|
-
|
|
3178
|
-
.
|
|
3179
|
-
|
|
3180
|
-
font-style: normal;
|
|
3181
|
-
font-weight: 600;
|
|
3182
|
-
font-size: 13px;
|
|
3183
|
-
line-height: 20px;
|
|
3094
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3095
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3096
|
+
border-color: transparent transparent white;
|
|
3184
3097
|
}
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
font-family: Inter;
|
|
3188
|
-
font-style: normal;
|
|
3189
|
-
font-weight: bold;
|
|
3190
|
-
font-size: 13px;
|
|
3191
|
-
line-height: 20px;
|
|
3098
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3099
|
+
border-radius: 8px 0 0 8px;
|
|
3192
3100
|
}
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
font-family: Inter;
|
|
3196
|
-
font-style: normal;
|
|
3197
|
-
font-weight: normal;
|
|
3198
|
-
font-size: 13px;
|
|
3199
|
-
line-height: 20px;
|
|
3101
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3102
|
+
border-radius: 8px 0 0 8px;
|
|
3200
3103
|
}
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
line-height: 20px;
|
|
3104
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3105
|
+
content: "";
|
|
3106
|
+
width: 4px;
|
|
3107
|
+
top: -1px;
|
|
3108
|
+
bottom: -1px;
|
|
3109
|
+
background: white;
|
|
3208
3110
|
}
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
font-family: Inter;
|
|
3212
|
-
font-style: normal;
|
|
3213
|
-
font-weight: bold;
|
|
3214
|
-
font-size: 13px;
|
|
3215
|
-
line-height: 20px;
|
|
3111
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3112
|
+
border-radius: 0 8px 8px 0;
|
|
3216
3113
|
}
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
font-weight: normal;
|
|
3222
|
-
text-transform: uppercase;
|
|
3223
|
-
font-feature-settings: "cpsp" on;
|
|
3224
|
-
font-size: 13px;
|
|
3225
|
-
line-height: 20px;
|
|
3114
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3115
|
+
border-radius: 0;
|
|
3116
|
+
background: white;
|
|
3117
|
+
border-top: none;
|
|
3226
3118
|
}
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
font-weight: bold;
|
|
3232
|
-
text-transform: uppercase;
|
|
3233
|
-
font-feature-settings: "cpsp" on;
|
|
3234
|
-
font-size: 13px;
|
|
3235
|
-
line-height: 20px;
|
|
3119
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3120
|
+
border-top: 1px solid transparent;
|
|
3121
|
+
border-radius: 0 8px 8px 0;
|
|
3122
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3236
3123
|
}
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
font-style: normal;
|
|
3241
|
-
font-weight: normal;
|
|
3242
|
-
font-size: 12px;
|
|
3243
|
-
line-height: 18px;
|
|
3124
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3125
|
+
background: white;
|
|
3126
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3244
3127
|
}
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
font-size: 12px;
|
|
3251
|
-
line-height: 18px;
|
|
3128
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3129
|
+
display: flex;
|
|
3130
|
+
align-items: center;
|
|
3131
|
+
height: 100%;
|
|
3132
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3252
3133
|
}
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
font-style: normal;
|
|
3257
|
-
font-weight: bold;
|
|
3258
|
-
font-size: 12px;
|
|
3259
|
-
line-height: 18px;
|
|
3134
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3135
|
+
background: white;
|
|
3136
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3260
3137
|
}
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
font-size: 12px;
|
|
3267
|
-
line-height: 18px;
|
|
3138
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3139
|
+
display: flex;
|
|
3140
|
+
align-items: center;
|
|
3141
|
+
height: 100%;
|
|
3142
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3268
3143
|
}
|
|
3269
|
-
|
|
3270
|
-
.
|
|
3271
|
-
font-family: Inter;
|
|
3272
|
-
font-style: normal;
|
|
3273
|
-
font-weight: 500;
|
|
3274
|
-
font-size: 12px;
|
|
3275
|
-
line-height: 18px;
|
|
3144
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3145
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3276
3146
|
}
|
|
3277
|
-
|
|
3278
|
-
.
|
|
3279
|
-
|
|
3280
|
-
font-style: normal;
|
|
3281
|
-
font-weight: bold;
|
|
3282
|
-
font-size: 12px;
|
|
3283
|
-
line-height: 18px;
|
|
3147
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3148
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3149
|
+
border-radius: 8px;
|
|
3284
3150
|
}
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
font-family: Inter;
|
|
3288
|
-
font-style: normal;
|
|
3289
|
-
font-weight: normal;
|
|
3290
|
-
text-transform: uppercase;
|
|
3291
|
-
font-feature-settings: "cpsp" on;
|
|
3292
|
-
font-size: 12px;
|
|
3293
|
-
line-height: 18px;
|
|
3151
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3152
|
+
border-top-color: white;
|
|
3294
3153
|
}
|
|
3295
|
-
|
|
3296
|
-
.
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
font-weight: bold;
|
|
3300
|
-
text-transform: uppercase;
|
|
3301
|
-
font-feature-settings: "cpsp" on;
|
|
3302
|
-
font-size: 12px;
|
|
3303
|
-
line-height: 18px;
|
|
3154
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3155
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3156
|
+
border-bottom-color: transparent;
|
|
3157
|
+
border-top-color: transparent;
|
|
3304
3158
|
}
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
font-family: Inter;
|
|
3308
|
-
font-style: normal;
|
|
3309
|
-
font-weight: normal;
|
|
3310
|
-
font-size: 13px;
|
|
3311
|
-
line-height: 20px;
|
|
3159
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3160
|
+
border-radius: 8px 0 0 8px;
|
|
3312
3161
|
}
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
font-family: Inter;
|
|
3316
|
-
font-style: normal;
|
|
3317
|
-
font-weight: normal;
|
|
3318
|
-
font-size: 13px;
|
|
3319
|
-
line-height: 20px;
|
|
3162
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3163
|
+
border-radius: 0 8px 8px 0;
|
|
3320
3164
|
}
|
|
3321
|
-
|
|
3322
|
-
.
|
|
3323
|
-
font-family: Inter;
|
|
3324
|
-
font-style: normal;
|
|
3325
|
-
font-weight: normal;
|
|
3326
|
-
font-size: 12px;
|
|
3327
|
-
line-height: 18px;
|
|
3165
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3166
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3328
3167
|
}
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
font-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3168
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3169
|
+
background: #fff;
|
|
3170
|
+
font-weight: 400;
|
|
3171
|
+
position: relative;
|
|
3172
|
+
border-bottom: none;
|
|
3173
|
+
color: #00122e;
|
|
3174
|
+
transition: none;
|
|
3175
|
+
padding: 15px 8px 15px 8px;
|
|
3336
3176
|
}
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3177
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3178
|
+
content: "";
|
|
3179
|
+
width: 1px;
|
|
3180
|
+
top: 0;
|
|
3181
|
+
bottom: 0;
|
|
3182
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3183
|
+
position: absolute;
|
|
3184
|
+
right: 0;
|
|
3345
3185
|
}
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
font-family: Inter;
|
|
3349
|
-
font-style: normal;
|
|
3350
|
-
font-weight: normal;
|
|
3351
|
-
font-feature-settings: "zero" on;
|
|
3352
|
-
font-size: 13px;
|
|
3353
|
-
line-height: 20px;
|
|
3186
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3187
|
+
padding: unset;
|
|
3354
3188
|
}
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
font-family: Inter;
|
|
3358
|
-
font-style: normal;
|
|
3359
|
-
font-weight: normal;
|
|
3360
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3361
|
-
font-size: 12px;
|
|
3362
|
-
line-height: 18px;
|
|
3189
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3190
|
+
display: none;
|
|
3363
3191
|
}
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3370
|
-
font-size: 12px;
|
|
3371
|
-
line-height: 18px;
|
|
3192
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3193
|
+
width: 100%;
|
|
3194
|
+
overflow: hidden;
|
|
3195
|
+
white-space: nowrap;
|
|
3196
|
+
text-overflow: ellipsis;
|
|
3372
3197
|
}
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
font-weight: normal;
|
|
3378
|
-
font-feature-settings: "zero" on;
|
|
3379
|
-
font-size: 12px;
|
|
3380
|
-
line-height: 18px;
|
|
3198
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3199
|
+
overflow: hidden;
|
|
3200
|
+
text-overflow: ellipsis;
|
|
3201
|
+
flex: 1;
|
|
3381
3202
|
}
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
font-family: Inter;
|
|
3385
|
-
font-style: normal;
|
|
3386
|
-
font-weight: 500;
|
|
3387
|
-
font-feature-settings: "zero" on;
|
|
3388
|
-
font-size: 12px;
|
|
3389
|
-
line-height: 18px;
|
|
3203
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3204
|
+
padding: 15px 25px 15px 8px;
|
|
3390
3205
|
}
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
font-family: Inter;
|
|
3394
|
-
font-style: normal;
|
|
3395
|
-
font-weight: bold;
|
|
3396
|
-
font-feature-settings: "zero" on;
|
|
3397
|
-
font-size: 16px;
|
|
3398
|
-
line-height: 24px;
|
|
3206
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3207
|
+
padding: 0;
|
|
3399
3208
|
}
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3209
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3210
|
+
position: absolute;
|
|
3211
|
+
right: 6px;
|
|
3212
|
+
top: 50%;
|
|
3213
|
+
transform: translateY(-50%);
|
|
3214
|
+
height: 16px;
|
|
3215
|
+
display: none;
|
|
3216
|
+
transition: transform 320ms ease;
|
|
3407
3217
|
}
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3218
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3219
|
+
display: block;
|
|
3220
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3411
3221
|
}
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
height: 100%;
|
|
3222
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3223
|
+
display: block;
|
|
3415
3224
|
}
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
height: 100%;
|
|
3225
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3226
|
+
display: none;
|
|
3419
3227
|
}
|
|
3420
|
-
.tta5kd2.
|
|
3421
|
-
|
|
3422
|
-
height: 100%;
|
|
3228
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3229
|
+
transform: translateY(-50%);
|
|
3423
3230
|
}
|
|
3424
|
-
.tta5kd2.
|
|
3425
|
-
|
|
3231
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3232
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3426
3233
|
}
|
|
3427
|
-
.tta5kd2.
|
|
3428
|
-
|
|
3429
|
-
height: 100%;
|
|
3234
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3235
|
+
background: #f2f5fa;
|
|
3430
3236
|
}
|
|
3431
|
-
.tta5kd2.
|
|
3432
|
-
|
|
3237
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3238
|
+
display: block;
|
|
3433
3239
|
}
|
|
3434
|
-
.tta5kd2.
|
|
3435
|
-
|
|
3240
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3241
|
+
padding-right: 25px;
|
|
3436
3242
|
}
|
|
3437
|
-
.tta5kd2 .
|
|
3438
|
-
|
|
3243
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3244
|
+
padding: 0 !important;
|
|
3439
3245
|
}
|
|
3440
|
-
.tta5kd2.
|
|
3441
|
-
|
|
3246
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3247
|
+
position: absolute;
|
|
3248
|
+
left: 50%;
|
|
3249
|
+
top: 50%;
|
|
3250
|
+
transform: translate(-50%, -50%);
|
|
3442
3251
|
}
|
|
3443
|
-
.tta5kd2 .ant-
|
|
3444
|
-
|
|
3252
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3253
|
+
display: none;
|
|
3445
3254
|
}
|
|
3446
|
-
.tta5kd2 .ant-
|
|
3447
|
-
|
|
3448
|
-
overflow: visible;
|
|
3255
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3256
|
+
background: #fff;
|
|
3449
3257
|
}
|
|
3450
|
-
.tta5kd2 .ant-
|
|
3451
|
-
|
|
3258
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3259
|
+
background: inherit;
|
|
3452
3260
|
}
|
|
3453
|
-
.tta5kd2.table
|
|
3454
|
-
|
|
3455
|
-
|
|
3261
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3262
|
+
position: static;
|
|
3263
|
+
border: none;
|
|
3264
|
+
background: inherit !important;
|
|
3265
|
+
height: 100px;
|
|
3266
|
+
vertical-align: middle;
|
|
3456
3267
|
}
|
|
3457
|
-
.tta5kd2
|
|
3458
|
-
|
|
3268
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3269
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3270
|
+
font-weight: bold;
|
|
3271
|
+
font-size: 20px;
|
|
3272
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3459
3273
|
}
|
|
3460
|
-
.tta5kd2
|
|
3461
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3462
|
-
background: #fff;
|
|
3274
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3463
3275
|
padding: 0 !important;
|
|
3276
|
+
position: relative;
|
|
3277
|
+
background: #fff;
|
|
3464
3278
|
}
|
|
3465
|
-
.tta5kd2
|
|
3466
|
-
|
|
3279
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3280
|
+
height: 100%;
|
|
3467
3281
|
display: flex;
|
|
3468
3282
|
align-items: center;
|
|
3469
|
-
|
|
3470
|
-
padding: 8px;
|
|
3283
|
+
justify-content: flex-end;
|
|
3284
|
+
padding-right: 8px;
|
|
3471
3285
|
}
|
|
3472
|
-
.tta5kd2
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3286
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3287
|
+
width: 24px;
|
|
3288
|
+
height: 24px;
|
|
3289
|
+
cursor: pointer;
|
|
3290
|
+
justify-content: center;
|
|
3291
|
+
border-radius: 4px;
|
|
3477
3292
|
}
|
|
3478
|
-
.tta5kd2 .ant-table-
|
|
3479
|
-
|
|
3293
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3294
|
+
background: #fff;
|
|
3480
3295
|
}
|
|
3481
|
-
|
|
3482
|
-
|
|
3296
|
+
|
|
3297
|
+
.s1fc623g {
|
|
3298
|
+
width: 430px !important;
|
|
3483
3299
|
}
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
border-
|
|
3489
|
-
height:
|
|
3490
|
-
|
|
3491
|
-
|
|
3300
|
+
|
|
3301
|
+
.da3mx0o .ant-select-item-group {
|
|
3302
|
+
padding: 8px 16px;
|
|
3303
|
+
line-height: 18px;
|
|
3304
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3305
|
+
height: 34px;
|
|
3306
|
+
min-height: 34px;
|
|
3307
|
+
box-sizing: border-box;
|
|
3308
|
+
margin-top: 8px;
|
|
3492
3309
|
}
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
margin
|
|
3310
|
+
|
|
3311
|
+
.onr9gzt {
|
|
3312
|
+
display: flex;
|
|
3313
|
+
flex-direction: column;
|
|
3314
|
+
margin: 1px 8px;
|
|
3315
|
+
padding: 8px;
|
|
3316
|
+
border-radius: 4px;
|
|
3498
3317
|
}
|
|
3499
|
-
.
|
|
3500
|
-
|
|
3501
|
-
color: #2d3a56;
|
|
3318
|
+
.onr9gzt .selected-icon {
|
|
3319
|
+
display: none;
|
|
3502
3320
|
}
|
|
3503
|
-
.
|
|
3504
|
-
|
|
3505
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3321
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3322
|
+
padding-left: 8px;
|
|
3506
3323
|
}
|
|
3507
|
-
.
|
|
3508
|
-
|
|
3324
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3325
|
+
background-color: white;
|
|
3509
3326
|
}
|
|
3510
|
-
.
|
|
3511
|
-
|
|
3327
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3328
|
+
color: #0080ff;
|
|
3512
3329
|
}
|
|
3513
|
-
.
|
|
3514
|
-
|
|
3515
|
-
position: absolute;
|
|
3516
|
-
top: 50%;
|
|
3517
|
-
right: 12px;
|
|
3518
|
-
transform: translateY(-50%);
|
|
3330
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3331
|
+
display: block;
|
|
3519
3332
|
}
|
|
3520
|
-
.
|
|
3521
|
-
|
|
3522
|
-
width: 1px;
|
|
3523
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3333
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3334
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3524
3335
|
}
|
|
3525
|
-
.
|
|
3526
|
-
|
|
3527
|
-
width: 1px;
|
|
3528
|
-
background: rgba(213, 219, 227, 0.6);
|
|
3336
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3337
|
+
color: #0080ff;
|
|
3529
3338
|
}
|
|
3530
|
-
.
|
|
3531
|
-
|
|
3339
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3340
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3341
|
+
color: #0080ff;
|
|
3532
3342
|
}
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
color: #00122e;
|
|
3343
|
+
|
|
3344
|
+
.oiy0apc {
|
|
3345
|
+
display: flex;
|
|
3346
|
+
justify-content: space-between;
|
|
3347
|
+
height: 20px;
|
|
3348
|
+
line-height: 20px;
|
|
3540
3349
|
}
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3350
|
+
|
|
3351
|
+
.of4y382 {
|
|
3352
|
+
display: flex;
|
|
3353
|
+
justify-content: space-between;
|
|
3354
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3355
|
+
height: 18px;
|
|
3356
|
+
line-height: 18px;
|
|
3357
|
+
margin-top: 2px;
|
|
3544
3358
|
}
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
transition: none;
|
|
3551
|
-
overflow: hidden;
|
|
3552
|
-
text-overflow: ellipsis;
|
|
3553
|
-
white-space: nowrap;
|
|
3359
|
+
|
|
3360
|
+
.t19903l9 {
|
|
3361
|
+
border: none;
|
|
3362
|
+
margin-right: 0;
|
|
3363
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3554
3364
|
}
|
|
3555
|
-
|
|
3556
|
-
|
|
3365
|
+
|
|
3366
|
+
.i1e4sgug {
|
|
3367
|
+
display: inline-block;
|
|
3557
3368
|
}
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3369
|
+
|
|
3370
|
+
.d6j0lbj {
|
|
3371
|
+
font-family: Inter;
|
|
3372
|
+
font-style: normal;
|
|
3373
|
+
font-weight: bold;
|
|
3374
|
+
font-size: 32px;
|
|
3375
|
+
line-height: 40px;
|
|
3563
3376
|
}
|
|
3564
|
-
|
|
3565
|
-
|
|
3377
|
+
|
|
3378
|
+
.d1xhvvxe {
|
|
3379
|
+
font-family: Inter;
|
|
3380
|
+
font-style: normal;
|
|
3381
|
+
font-weight: bold;
|
|
3382
|
+
font-size: 24px;
|
|
3383
|
+
line-height: 32px;
|
|
3566
3384
|
}
|
|
3567
|
-
|
|
3568
|
-
|
|
3385
|
+
|
|
3386
|
+
.dk10mxq {
|
|
3387
|
+
font-family: Inter;
|
|
3388
|
+
font-style: normal;
|
|
3389
|
+
font-weight: normal;
|
|
3390
|
+
font-size: 32px;
|
|
3391
|
+
line-height: 40px;
|
|
3569
3392
|
}
|
|
3570
|
-
|
|
3571
|
-
|
|
3393
|
+
|
|
3394
|
+
.dxsait {
|
|
3395
|
+
font-family: Inter;
|
|
3396
|
+
font-style: normal;
|
|
3397
|
+
font-weight: bold;
|
|
3398
|
+
font-size: 20px;
|
|
3399
|
+
line-height: 24px;
|
|
3572
3400
|
}
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3401
|
+
|
|
3402
|
+
.dokn0h3 {
|
|
3403
|
+
font-family: Inter;
|
|
3404
|
+
font-style: normal;
|
|
3405
|
+
font-weight: normal;
|
|
3406
|
+
font-size: 20px;
|
|
3407
|
+
line-height: 24px;
|
|
3576
3408
|
}
|
|
3577
|
-
|
|
3578
|
-
|
|
3409
|
+
|
|
3410
|
+
.dobau4p {
|
|
3411
|
+
font-family: Inter;
|
|
3412
|
+
font-style: normal;
|
|
3413
|
+
font-weight: bold;
|
|
3414
|
+
font-size: 18px;
|
|
3415
|
+
line-height: 22px;
|
|
3579
3416
|
}
|
|
3580
|
-
|
|
3581
|
-
|
|
3417
|
+
|
|
3418
|
+
.dvolwok {
|
|
3419
|
+
font-family: Inter;
|
|
3420
|
+
font-style: normal;
|
|
3421
|
+
font-weight: normal;
|
|
3422
|
+
font-size: 18px;
|
|
3423
|
+
line-height: 22px;
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3426
|
+
.h181qhg4 {
|
|
3427
|
+
font-family: Inter;
|
|
3428
|
+
font-style: normal;
|
|
3429
|
+
font-weight: bold;
|
|
3430
|
+
font-size: 16px;
|
|
3431
|
+
line-height: 22px;
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
.h1phgmcq {
|
|
3435
|
+
font-family: Inter;
|
|
3436
|
+
font-style: normal;
|
|
3437
|
+
font-weight: normal;
|
|
3438
|
+
font-size: 16px;
|
|
3439
|
+
line-height: 22px;
|
|
3582
3440
|
}
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3441
|
+
|
|
3442
|
+
.h173xnl1 {
|
|
3443
|
+
font-family: Inter;
|
|
3444
|
+
font-style: normal;
|
|
3445
|
+
font-weight: bold;
|
|
3446
|
+
font-size: 14px;
|
|
3447
|
+
line-height: 20px;
|
|
3589
3448
|
}
|
|
3590
|
-
|
|
3591
|
-
|
|
3449
|
+
|
|
3450
|
+
.hedm4pz {
|
|
3451
|
+
font-family: Inter;
|
|
3452
|
+
font-style: normal;
|
|
3453
|
+
font-weight: normal;
|
|
3454
|
+
font-size: 14px;
|
|
3455
|
+
line-height: 20px;
|
|
3592
3456
|
}
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3457
|
+
|
|
3458
|
+
.h1kd8xld {
|
|
3459
|
+
font-family: Inter;
|
|
3460
|
+
font-style: normal;
|
|
3461
|
+
font-weight: bold;
|
|
3462
|
+
font-size: 12px;
|
|
3463
|
+
line-height: 18px;
|
|
3597
3464
|
}
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3465
|
+
|
|
3466
|
+
.hp14fr {
|
|
3467
|
+
font-family: Inter;
|
|
3468
|
+
font-style: normal;
|
|
3469
|
+
font-weight: normal;
|
|
3470
|
+
font-size: 12px;
|
|
3471
|
+
line-height: 18px;
|
|
3602
3472
|
}
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3473
|
+
|
|
3474
|
+
.hgrg7mn {
|
|
3475
|
+
font-family: Inter;
|
|
3476
|
+
font-style: normal;
|
|
3477
|
+
font-weight: bold;
|
|
3478
|
+
text-transform: uppercase;
|
|
3479
|
+
font-feature-settings: "cpsp" on;
|
|
3480
|
+
font-size: 12px;
|
|
3481
|
+
line-height: 18px;
|
|
3606
3482
|
}
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3483
|
+
|
|
3484
|
+
.h6zme9x {
|
|
3485
|
+
font-family: Inter;
|
|
3486
|
+
font-style: normal;
|
|
3487
|
+
font-weight: normal;
|
|
3488
|
+
text-transform: uppercase;
|
|
3489
|
+
font-feature-settings: "cpsp" on;
|
|
3490
|
+
font-size: 12px;
|
|
3491
|
+
line-height: 18px;
|
|
3612
3492
|
}
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3493
|
+
|
|
3494
|
+
.locjvsv {
|
|
3495
|
+
font-family: Inter;
|
|
3496
|
+
font-style: normal;
|
|
3497
|
+
font-weight: normal;
|
|
3498
|
+
font-size: 16px;
|
|
3499
|
+
line-height: 24px;
|
|
3616
3500
|
}
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3501
|
+
|
|
3502
|
+
.l13gi131 {
|
|
3503
|
+
font-family: Inter;
|
|
3504
|
+
font-style: normal;
|
|
3505
|
+
font-weight: bold;
|
|
3506
|
+
font-size: 16px;
|
|
3507
|
+
line-height: 24px;
|
|
3622
3508
|
}
|
|
3623
|
-
|
|
3624
|
-
|
|
3509
|
+
|
|
3510
|
+
.l1ynemsu {
|
|
3511
|
+
font-family: Inter;
|
|
3512
|
+
font-style: normal;
|
|
3513
|
+
font-weight: normal;
|
|
3514
|
+
font-size: 16px;
|
|
3515
|
+
line-height: 24px;
|
|
3625
3516
|
}
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3517
|
+
|
|
3518
|
+
.l1cft1cx {
|
|
3519
|
+
font-family: Inter;
|
|
3520
|
+
font-style: normal;
|
|
3521
|
+
font-weight: bold;
|
|
3522
|
+
font-size: 16px;
|
|
3523
|
+
line-height: 24px;
|
|
3629
3524
|
}
|
|
3630
|
-
|
|
3631
|
-
|
|
3525
|
+
|
|
3526
|
+
.l17tqc8p {
|
|
3527
|
+
font-family: Inter;
|
|
3528
|
+
font-style: normal;
|
|
3529
|
+
font-weight: normal;
|
|
3530
|
+
text-transform: uppercase;
|
|
3531
|
+
font-feature-settings: "cpsp" on;
|
|
3532
|
+
font-size: 16px;
|
|
3533
|
+
line-height: 24px;
|
|
3632
3534
|
}
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3535
|
+
|
|
3536
|
+
.l1j1e5w7 {
|
|
3537
|
+
font-family: Inter;
|
|
3538
|
+
font-style: normal;
|
|
3539
|
+
font-weight: bold;
|
|
3540
|
+
text-transform: uppercase;
|
|
3541
|
+
font-feature-settings: "cpsp" on;
|
|
3542
|
+
font-size: 16px;
|
|
3543
|
+
line-height: 24px;
|
|
3637
3544
|
}
|
|
3638
|
-
|
|
3639
|
-
|
|
3545
|
+
|
|
3546
|
+
.l1gf91jb {
|
|
3547
|
+
font-family: Inter;
|
|
3548
|
+
font-style: normal;
|
|
3549
|
+
font-weight: normal;
|
|
3550
|
+
font-size: 14px;
|
|
3551
|
+
line-height: 22px;
|
|
3640
3552
|
}
|
|
3641
|
-
|
|
3642
|
-
|
|
3553
|
+
|
|
3554
|
+
.lu7hlr6 {
|
|
3555
|
+
font-family: Inter;
|
|
3556
|
+
font-style: normal;
|
|
3557
|
+
font-weight: 500;
|
|
3558
|
+
font-size: 14px;
|
|
3559
|
+
line-height: 22px;
|
|
3643
3560
|
}
|
|
3644
|
-
|
|
3645
|
-
|
|
3561
|
+
|
|
3562
|
+
.l3l3jf0 {
|
|
3563
|
+
font-family: Inter;
|
|
3564
|
+
font-style: normal;
|
|
3565
|
+
font-weight: bold;
|
|
3566
|
+
font-size: 14px;
|
|
3567
|
+
line-height: 22px;
|
|
3646
3568
|
}
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
font-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
padding: 15px 8px 15px 8px;
|
|
3569
|
+
|
|
3570
|
+
.l12j5nqp {
|
|
3571
|
+
font-family: Inter;
|
|
3572
|
+
font-style: normal;
|
|
3573
|
+
font-weight: normal;
|
|
3574
|
+
font-size: 14px;
|
|
3575
|
+
line-height: 22px;
|
|
3655
3576
|
}
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
right: 0;
|
|
3577
|
+
|
|
3578
|
+
.l1tecqht {
|
|
3579
|
+
font-family: Inter;
|
|
3580
|
+
font-style: normal;
|
|
3581
|
+
font-weight: bold;
|
|
3582
|
+
font-size: 14px;
|
|
3583
|
+
line-height: 22px;
|
|
3664
3584
|
}
|
|
3665
|
-
|
|
3666
|
-
|
|
3585
|
+
|
|
3586
|
+
.l6sa990 {
|
|
3587
|
+
font-family: Inter;
|
|
3588
|
+
font-style: normal;
|
|
3589
|
+
font-weight: normal;
|
|
3590
|
+
text-transform: uppercase;
|
|
3591
|
+
font-feature-settings: "cpsp" on;
|
|
3592
|
+
font-size: 14px;
|
|
3593
|
+
line-height: 22px;
|
|
3667
3594
|
}
|
|
3668
|
-
|
|
3669
|
-
|
|
3595
|
+
|
|
3596
|
+
.lckqe8j {
|
|
3597
|
+
font-family: Inter;
|
|
3598
|
+
font-style: normal;
|
|
3599
|
+
font-weight: bold;
|
|
3600
|
+
text-transform: uppercase;
|
|
3601
|
+
font-feature-settings: "cpsp" on;
|
|
3602
|
+
font-size: 14px;
|
|
3603
|
+
line-height: 22px;
|
|
3670
3604
|
}
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3605
|
+
|
|
3606
|
+
.l1kuminb {
|
|
3607
|
+
font-family: Inter;
|
|
3608
|
+
font-style: normal;
|
|
3609
|
+
font-weight: normal;
|
|
3610
|
+
font-size: 13px;
|
|
3611
|
+
line-height: 20px;
|
|
3676
3612
|
}
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3613
|
+
|
|
3614
|
+
.l1pbuf5j {
|
|
3615
|
+
font-family: Inter;
|
|
3616
|
+
font-style: normal;
|
|
3617
|
+
font-weight: 600;
|
|
3618
|
+
font-size: 13px;
|
|
3619
|
+
line-height: 20px;
|
|
3681
3620
|
}
|
|
3682
|
-
|
|
3683
|
-
|
|
3621
|
+
|
|
3622
|
+
.l1r4ztu {
|
|
3623
|
+
font-family: Inter;
|
|
3624
|
+
font-style: normal;
|
|
3625
|
+
font-weight: bold;
|
|
3626
|
+
font-size: 13px;
|
|
3627
|
+
line-height: 20px;
|
|
3684
3628
|
}
|
|
3685
|
-
|
|
3686
|
-
|
|
3629
|
+
|
|
3630
|
+
.ly8vzok {
|
|
3631
|
+
font-family: Inter;
|
|
3632
|
+
font-style: normal;
|
|
3633
|
+
font-weight: normal;
|
|
3634
|
+
font-size: 13px;
|
|
3635
|
+
line-height: 20px;
|
|
3687
3636
|
}
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
transition: transform 320ms ease;
|
|
3637
|
+
|
|
3638
|
+
.lumfmf {
|
|
3639
|
+
font-family: Inter;
|
|
3640
|
+
font-style: normal;
|
|
3641
|
+
font-weight: 600;
|
|
3642
|
+
font-size: 13px;
|
|
3643
|
+
line-height: 20px;
|
|
3696
3644
|
}
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3645
|
+
|
|
3646
|
+
.l16ujwmv {
|
|
3647
|
+
font-family: Inter;
|
|
3648
|
+
font-style: normal;
|
|
3649
|
+
font-weight: bold;
|
|
3650
|
+
font-size: 13px;
|
|
3651
|
+
line-height: 20px;
|
|
3700
3652
|
}
|
|
3701
|
-
|
|
3702
|
-
|
|
3653
|
+
|
|
3654
|
+
.l17o1ffr {
|
|
3655
|
+
font-family: Inter;
|
|
3656
|
+
font-style: normal;
|
|
3657
|
+
font-weight: normal;
|
|
3658
|
+
text-transform: uppercase;
|
|
3659
|
+
font-feature-settings: "cpsp" on;
|
|
3660
|
+
font-size: 13px;
|
|
3661
|
+
line-height: 20px;
|
|
3703
3662
|
}
|
|
3704
|
-
|
|
3705
|
-
|
|
3663
|
+
|
|
3664
|
+
.lngllvn {
|
|
3665
|
+
font-family: Inter;
|
|
3666
|
+
font-style: normal;
|
|
3667
|
+
font-weight: bold;
|
|
3668
|
+
text-transform: uppercase;
|
|
3669
|
+
font-feature-settings: "cpsp" on;
|
|
3670
|
+
font-size: 13px;
|
|
3671
|
+
line-height: 20px;
|
|
3706
3672
|
}
|
|
3707
|
-
|
|
3708
|
-
|
|
3673
|
+
|
|
3674
|
+
.l2i7fo9 {
|
|
3675
|
+
font-family: Inter;
|
|
3676
|
+
font-style: normal;
|
|
3677
|
+
font-weight: normal;
|
|
3678
|
+
font-size: 12px;
|
|
3679
|
+
line-height: 18px;
|
|
3709
3680
|
}
|
|
3710
|
-
|
|
3711
|
-
|
|
3681
|
+
|
|
3682
|
+
.l1x7hscx {
|
|
3683
|
+
font-family: Inter;
|
|
3684
|
+
font-style: normal;
|
|
3685
|
+
font-weight: 500;
|
|
3686
|
+
font-size: 12px;
|
|
3687
|
+
line-height: 18px;
|
|
3712
3688
|
}
|
|
3713
|
-
|
|
3714
|
-
|
|
3689
|
+
|
|
3690
|
+
.le1jwan {
|
|
3691
|
+
font-family: Inter;
|
|
3692
|
+
font-style: normal;
|
|
3693
|
+
font-weight: bold;
|
|
3694
|
+
font-size: 12px;
|
|
3695
|
+
line-height: 18px;
|
|
3715
3696
|
}
|
|
3716
|
-
|
|
3717
|
-
|
|
3697
|
+
|
|
3698
|
+
.lyxynfj {
|
|
3699
|
+
font-family: Inter;
|
|
3700
|
+
font-style: normal;
|
|
3701
|
+
font-weight: normal;
|
|
3702
|
+
font-size: 12px;
|
|
3703
|
+
line-height: 18px;
|
|
3718
3704
|
}
|
|
3719
|
-
|
|
3720
|
-
|
|
3705
|
+
|
|
3706
|
+
.lpb2nxv {
|
|
3707
|
+
font-family: Inter;
|
|
3708
|
+
font-style: normal;
|
|
3709
|
+
font-weight: 500;
|
|
3710
|
+
font-size: 12px;
|
|
3711
|
+
line-height: 18px;
|
|
3721
3712
|
}
|
|
3722
|
-
|
|
3723
|
-
|
|
3713
|
+
|
|
3714
|
+
.l1r8o3vv {
|
|
3715
|
+
font-family: Inter;
|
|
3716
|
+
font-style: normal;
|
|
3717
|
+
font-weight: bold;
|
|
3718
|
+
font-size: 12px;
|
|
3719
|
+
line-height: 18px;
|
|
3724
3720
|
}
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3721
|
+
|
|
3722
|
+
.lemnjy2 {
|
|
3723
|
+
font-family: Inter;
|
|
3724
|
+
font-style: normal;
|
|
3725
|
+
font-weight: normal;
|
|
3726
|
+
text-transform: uppercase;
|
|
3727
|
+
font-feature-settings: "cpsp" on;
|
|
3728
|
+
font-size: 12px;
|
|
3729
|
+
line-height: 18px;
|
|
3730
3730
|
}
|
|
3731
|
-
|
|
3732
|
-
|
|
3731
|
+
|
|
3732
|
+
.lrc42gb {
|
|
3733
|
+
font-family: Inter;
|
|
3734
|
+
font-style: normal;
|
|
3735
|
+
font-weight: bold;
|
|
3736
|
+
text-transform: uppercase;
|
|
3737
|
+
font-feature-settings: "cpsp" on;
|
|
3738
|
+
font-size: 12px;
|
|
3739
|
+
line-height: 18px;
|
|
3733
3740
|
}
|
|
3734
|
-
|
|
3735
|
-
|
|
3741
|
+
|
|
3742
|
+
.fqaz4mb {
|
|
3743
|
+
font-family: Inter;
|
|
3744
|
+
font-style: normal;
|
|
3745
|
+
font-weight: normal;
|
|
3746
|
+
font-size: 13px;
|
|
3747
|
+
line-height: 20px;
|
|
3736
3748
|
}
|
|
3737
|
-
|
|
3738
|
-
|
|
3749
|
+
|
|
3750
|
+
.f13we5o {
|
|
3751
|
+
font-family: Inter;
|
|
3752
|
+
font-style: normal;
|
|
3753
|
+
font-weight: normal;
|
|
3754
|
+
font-size: 13px;
|
|
3755
|
+
line-height: 20px;
|
|
3739
3756
|
}
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3757
|
+
|
|
3758
|
+
.ffmjua2 {
|
|
3759
|
+
font-family: Inter;
|
|
3760
|
+
font-style: normal;
|
|
3761
|
+
font-weight: normal;
|
|
3762
|
+
font-size: 12px;
|
|
3763
|
+
line-height: 18px;
|
|
3746
3764
|
}
|
|
3747
|
-
|
|
3748
|
-
.
|
|
3749
|
-
font-
|
|
3750
|
-
font-
|
|
3751
|
-
|
|
3765
|
+
|
|
3766
|
+
.fz2mxw0 {
|
|
3767
|
+
font-family: Inter;
|
|
3768
|
+
font-style: normal;
|
|
3769
|
+
font-weight: normal;
|
|
3770
|
+
font-size: 12px;
|
|
3771
|
+
line-height: 18px;
|
|
3752
3772
|
}
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3773
|
+
|
|
3774
|
+
.t1ertzoh {
|
|
3775
|
+
font-family: Inter;
|
|
3776
|
+
font-style: normal;
|
|
3777
|
+
font-weight: normal;
|
|
3778
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3779
|
+
font-size: 13px;
|
|
3780
|
+
line-height: 20px;
|
|
3757
3781
|
}
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3782
|
+
|
|
3783
|
+
.t19bge8r {
|
|
3784
|
+
font-family: Inter;
|
|
3785
|
+
font-style: normal;
|
|
3786
|
+
font-weight: normal;
|
|
3787
|
+
font-feature-settings: "zero" on;
|
|
3788
|
+
font-size: 13px;
|
|
3789
|
+
line-height: 20px;
|
|
3764
3790
|
}
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3791
|
+
|
|
3792
|
+
.tjrzfyl {
|
|
3793
|
+
font-family: Inter;
|
|
3794
|
+
font-style: normal;
|
|
3795
|
+
font-weight: normal;
|
|
3796
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3797
|
+
font-size: 12px;
|
|
3798
|
+
line-height: 18px;
|
|
3771
3799
|
}
|
|
3772
|
-
|
|
3773
|
-
|
|
3800
|
+
|
|
3801
|
+
.tm6s7bo {
|
|
3802
|
+
font-family: Inter;
|
|
3803
|
+
font-style: normal;
|
|
3804
|
+
font-weight: 500;
|
|
3805
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3806
|
+
font-size: 12px;
|
|
3807
|
+
line-height: 18px;
|
|
3774
3808
|
}
|
|
3775
3809
|
|
|
3776
|
-
.
|
|
3777
|
-
|
|
3810
|
+
.t19zq6ic {
|
|
3811
|
+
font-family: Inter;
|
|
3812
|
+
font-style: normal;
|
|
3813
|
+
font-weight: normal;
|
|
3814
|
+
font-feature-settings: "zero" on;
|
|
3815
|
+
font-size: 12px;
|
|
3816
|
+
line-height: 18px;
|
|
3778
3817
|
}
|
|
3779
3818
|
|
|
3780
|
-
.
|
|
3781
|
-
|
|
3782
|
-
|
|
3819
|
+
.t1gduru8 {
|
|
3820
|
+
font-family: Inter;
|
|
3821
|
+
font-style: normal;
|
|
3822
|
+
font-weight: 500;
|
|
3823
|
+
font-feature-settings: "zero" on;
|
|
3824
|
+
font-size: 12px;
|
|
3825
|
+
line-height: 18px;
|
|
3783
3826
|
}
|
|
3784
3827
|
|
|
3785
|
-
.
|
|
3786
|
-
|
|
3787
|
-
|
|
3828
|
+
.t55raab {
|
|
3829
|
+
font-family: Inter;
|
|
3830
|
+
font-style: normal;
|
|
3831
|
+
font-weight: bold;
|
|
3832
|
+
font-feature-settings: "zero" on;
|
|
3833
|
+
font-size: 16px;
|
|
3834
|
+
line-height: 24px;
|
|
3788
3835
|
}
|
|
3789
3836
|
|
|
3790
|
-
.
|
|
3791
|
-
|
|
3792
|
-
|
|
3837
|
+
.u1w9abfe {
|
|
3838
|
+
font-family: Inter;
|
|
3839
|
+
font-style: normal;
|
|
3840
|
+
font-weight: normal;
|
|
3841
|
+
font-size: 10px;
|
|
3842
|
+
line-height: 12px;
|
|
3793
3843
|
}
|
|
3794
3844
|
|
|
3795
3845
|
.c198s9j3 {
|
|
@@ -3863,6 +3913,71 @@ input.rrg1fkn.ant-input {
|
|
|
3863
3913
|
margin-left: 24px;
|
|
3864
3914
|
}
|
|
3865
3915
|
|
|
3916
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3917
|
+
border-radius: 6px;
|
|
3918
|
+
}
|
|
3919
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
3920
|
+
width: 100%;
|
|
3921
|
+
height: 30px;
|
|
3922
|
+
color: #2d3a56;
|
|
3923
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
3924
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3925
|
+
font-size: 13px;
|
|
3926
|
+
}
|
|
3927
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3928
|
+
height: 38px;
|
|
3929
|
+
font-size: 13px;
|
|
3930
|
+
}
|
|
3931
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3932
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3933
|
+
transition: 160ms ease;
|
|
3934
|
+
}
|
|
3935
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3936
|
+
color: #0080ff;
|
|
3937
|
+
}
|
|
3938
|
+
.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 {
|
|
3939
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3940
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3941
|
+
}
|
|
3942
|
+
.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 {
|
|
3943
|
+
color: #0080ff;
|
|
3944
|
+
}
|
|
3945
|
+
.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 {
|
|
3946
|
+
border-color: #0080ff;
|
|
3947
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3948
|
+
}
|
|
3949
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3950
|
+
transform: rotate(180deg);
|
|
3951
|
+
}
|
|
3952
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3953
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3954
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3955
|
+
cursor: "not-allowed";
|
|
3956
|
+
}
|
|
3957
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3958
|
+
border-color: #f0483e !important;
|
|
3959
|
+
}
|
|
3960
|
+
.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 {
|
|
3961
|
+
color: #1d326c;
|
|
3962
|
+
}
|
|
3963
|
+
.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 {
|
|
3964
|
+
border-color: #0080ff;
|
|
3965
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3966
|
+
}
|
|
3967
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3968
|
+
transform: rotate(180deg);
|
|
3969
|
+
}
|
|
3970
|
+
|
|
3971
|
+
.igz4le8 {
|
|
3972
|
+
height: 24px;
|
|
3973
|
+
width: 56px !important;
|
|
3974
|
+
margin-right: 4px;
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
.c1riexje {
|
|
3978
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3866
3981
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3867
3982
|
display: flex;
|
|
3868
3983
|
}
|
|
@@ -4028,71 +4143,6 @@ input.rrg1fkn.ant-input {
|
|
|
4028
4143
|
margin-left: 8px;
|
|
4029
4144
|
}
|
|
4030
4145
|
|
|
4031
|
-
.igz4le8 {
|
|
4032
|
-
height: 24px;
|
|
4033
|
-
width: 56px !important;
|
|
4034
|
-
margin-right: 4px;
|
|
4035
|
-
}
|
|
4036
|
-
|
|
4037
|
-
.c1riexje {
|
|
4038
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4039
|
-
}
|
|
4040
|
-
|
|
4041
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4042
|
-
border-radius: 6px;
|
|
4043
|
-
}
|
|
4044
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
4045
|
-
width: 100%;
|
|
4046
|
-
height: 30px;
|
|
4047
|
-
color: #2d3a56;
|
|
4048
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
4049
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4050
|
-
font-size: 13px;
|
|
4051
|
-
}
|
|
4052
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4053
|
-
height: 38px;
|
|
4054
|
-
font-size: 13px;
|
|
4055
|
-
}
|
|
4056
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4057
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4058
|
-
transition: 160ms ease;
|
|
4059
|
-
}
|
|
4060
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4061
|
-
color: #0080ff;
|
|
4062
|
-
}
|
|
4063
|
-
.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 {
|
|
4064
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
4065
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4066
|
-
}
|
|
4067
|
-
.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 {
|
|
4068
|
-
color: #0080ff;
|
|
4069
|
-
}
|
|
4070
|
-
.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 {
|
|
4071
|
-
border-color: #0080ff;
|
|
4072
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4073
|
-
}
|
|
4074
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4075
|
-
transform: rotate(180deg);
|
|
4076
|
-
}
|
|
4077
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4078
|
-
background: rgba(211, 218, 235, 0.6);
|
|
4079
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
4080
|
-
cursor: "not-allowed";
|
|
4081
|
-
}
|
|
4082
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4083
|
-
border-color: #f0483e !important;
|
|
4084
|
-
}
|
|
4085
|
-
.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 {
|
|
4086
|
-
color: #1d326c;
|
|
4087
|
-
}
|
|
4088
|
-
.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 {
|
|
4089
|
-
border-color: #0080ff;
|
|
4090
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4091
|
-
}
|
|
4092
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4093
|
-
transform: rotate(180deg);
|
|
4094
|
-
}
|
|
4095
|
-
|
|
4096
4146
|
.t1gz6wqf {
|
|
4097
4147
|
height: 100%;
|
|
4098
4148
|
}
|
|
@@ -4123,6 +4173,52 @@ input.rrg1fkn.ant-input {
|
|
|
4123
4173
|
background: rgba(163, 180, 204, 0.18);
|
|
4124
4174
|
}
|
|
4125
4175
|
|
|
4176
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4177
|
+
display: var(--at4ovwe-0);
|
|
4178
|
+
}
|
|
4179
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4180
|
+
padding: 5px 12px;
|
|
4181
|
+
display: inline-flex;
|
|
4182
|
+
line-height: 1.5715;
|
|
4183
|
+
height: 100%;
|
|
4184
|
+
width: 100%;
|
|
4185
|
+
}
|
|
4186
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4187
|
+
content: var(--at4ovwe-1);
|
|
4188
|
+
display: var(--at4ovwe-2);
|
|
4189
|
+
flex: none;
|
|
4190
|
+
align-items: center;
|
|
4191
|
+
margin-left: 4px;
|
|
4192
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4193
|
+
}
|
|
4194
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4195
|
+
content: var(--at4ovwe-3);
|
|
4196
|
+
display: var(--at4ovwe-4);
|
|
4197
|
+
flex: none;
|
|
4198
|
+
align-items: center;
|
|
4199
|
+
margin-right: 4px;
|
|
4200
|
+
cursor: auto;
|
|
4201
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4202
|
+
}
|
|
4203
|
+
.at4ovwe.ant-input-number {
|
|
4204
|
+
width: 100%;
|
|
4205
|
+
border-radius: 6px;
|
|
4206
|
+
}
|
|
4207
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4208
|
+
border-color: #0096ff;
|
|
4209
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4210
|
+
}
|
|
4211
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4212
|
+
border-color: #e75a3a;
|
|
4213
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4214
|
+
}
|
|
4215
|
+
.at4ovwe .ant-input-number-input {
|
|
4216
|
+
padding: 0;
|
|
4217
|
+
margin: 0;
|
|
4218
|
+
height: auto;
|
|
4219
|
+
font-size: inherit;
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4126
4222
|
.tc40oxa {
|
|
4127
4223
|
margin-bottom: 4px;
|
|
4128
4224
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4299,50 +4395,23 @@ input.rrg1fkn.ant-input {
|
|
|
4299
4395
|
margin-right: 8px;
|
|
4300
4396
|
}
|
|
4301
4397
|
|
|
4302
|
-
.
|
|
4303
|
-
|
|
4304
|
-
}
|
|
4305
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4306
|
-
padding: 5px 12px;
|
|
4307
|
-
display: inline-flex;
|
|
4308
|
-
line-height: 1.5715;
|
|
4309
|
-
height: 100%;
|
|
4310
|
-
width: 100%;
|
|
4311
|
-
}
|
|
4312
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4313
|
-
content: var(--at4ovwe-1);
|
|
4314
|
-
display: var(--at4ovwe-2);
|
|
4315
|
-
flex: none;
|
|
4316
|
-
align-items: center;
|
|
4317
|
-
margin-left: 4px;
|
|
4318
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4319
|
-
}
|
|
4320
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4321
|
-
content: var(--at4ovwe-3);
|
|
4322
|
-
display: var(--at4ovwe-4);
|
|
4323
|
-
flex: none;
|
|
4324
|
-
align-items: center;
|
|
4325
|
-
margin-right: 4px;
|
|
4326
|
-
cursor: auto;
|
|
4327
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4328
|
-
}
|
|
4329
|
-
.at4ovwe.ant-input-number {
|
|
4330
|
-
width: 100%;
|
|
4331
|
-
border-radius: 6px;
|
|
4398
|
+
.feau332.ant-form-item {
|
|
4399
|
+
margin-bottom: 0;
|
|
4332
4400
|
}
|
|
4333
|
-
.
|
|
4334
|
-
|
|
4335
|
-
|
|
4401
|
+
.feau332 .ant-form-item-explain {
|
|
4402
|
+
display: none;
|
|
4403
|
+
min-height: 18px;
|
|
4404
|
+
margin-top: 5px;
|
|
4405
|
+
font-family: "Inter";
|
|
4406
|
+
font-weight: 400;
|
|
4407
|
+
font-size: 12px;
|
|
4408
|
+
line-height: 18px;
|
|
4336
4409
|
}
|
|
4337
|
-
.
|
|
4338
|
-
|
|
4339
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4410
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4411
|
+
white-space: pre-wrap;
|
|
4340
4412
|
}
|
|
4341
|
-
.
|
|
4342
|
-
|
|
4343
|
-
margin: 0;
|
|
4344
|
-
height: auto;
|
|
4345
|
-
font-size: inherit;
|
|
4413
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4414
|
+
display: block;
|
|
4346
4415
|
}
|
|
4347
4416
|
|
|
4348
4417
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -4374,23 +4443,4 @@ input.rrg1fkn.ant-input {
|
|
|
4374
4443
|
margin: 0;
|
|
4375
4444
|
height: auto;
|
|
4376
4445
|
font-size: inherit;
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
|
-
.feau332.ant-form-item {
|
|
4380
|
-
margin-bottom: 0;
|
|
4381
|
-
}
|
|
4382
|
-
.feau332 .ant-form-item-explain {
|
|
4383
|
-
display: none;
|
|
4384
|
-
min-height: 18px;
|
|
4385
|
-
margin-top: 5px;
|
|
4386
|
-
font-family: "Inter";
|
|
4387
|
-
font-weight: 400;
|
|
4388
|
-
font-size: 12px;
|
|
4389
|
-
line-height: 18px;
|
|
4390
|
-
}
|
|
4391
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4392
|
-
white-space: pre-wrap;
|
|
4393
|
-
}
|
|
4394
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4395
|
-
display: block;
|
|
4396
4446
|
}
|