@cloudtower/eagle 0.22.16 → 0.22.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -44,6 +44,14 @@
44
44
  /* dim */
45
45
  /* box shadow */
46
46
  /* fisheye */
47
+ @keyframes rotate {
48
+ from {
49
+ transform: rotate(0deg);
50
+ }
51
+ to {
52
+ transform: rotate(360deg);
53
+ }
54
+ }
47
55
  /* // basic */
48
56
  /* FishEye Color Variables and Functions */
49
57
  /*
@@ -1231,14 +1239,6 @@ body {
1231
1239
  height: 18px;
1232
1240
  }
1233
1241
 
1234
- @keyframes rotate {
1235
- from {
1236
- transform: rotate(0deg);
1237
- }
1238
- to {
1239
- transform: rotate(360deg);
1240
- }
1241
- }
1242
1242
  input:-webkit-autofill,
1243
1243
  input:-webkit-autofill:focus {
1244
1244
  -webkit-box-shadow: 0 0 0 50px white inset !important;
@@ -1597,6 +1597,68 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
+ .fde5mpd {
1601
+ width: 100%;
1602
+ height: 100%;
1603
+ min-height: 124px;
1604
+ display: flex;
1605
+ flex-direction: column;
1606
+ justify-content: center;
1607
+ align-items: center;
1608
+ }
1609
+ .fde5mpd .error-text {
1610
+ color: rgba(10, 37, 85, 0.6);
1611
+ margin-bottom: 16px;
1612
+ font-size: 18px;
1613
+ }
1614
+
1615
+ .i1mrf09m {
1616
+ display: inline-flex;
1617
+ align-items: center;
1618
+ }
1619
+ .i1mrf09m .icon-inner {
1620
+ display: inline-flex;
1621
+ align-items: center;
1622
+ justify-content: center;
1623
+ }
1624
+ .i1mrf09m .icon-inner + span,
1625
+ .i1mrf09m span + .icon-inner.suffix {
1626
+ margin-left: 4px;
1627
+ }
1628
+ .i1mrf09m.is-rotate img,
1629
+ .i1mrf09m.is-rotate svg {
1630
+ animation: rotate 680ms linear infinite;
1631
+ }
1632
+
1633
+ .bpq0js6 {
1634
+ padding: 4px 11px;
1635
+ }
1636
+
1637
+ .b15sn34c {
1638
+ white-space: nowrap;
1639
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1640
+ }
1641
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1642
+ --color: #0080ff;
1643
+ }
1644
+ .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] {
1645
+ --color: #0080ff;
1646
+ }
1647
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1648
+ margin-left: 1px;
1649
+ }
1650
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1651
+ border-top-right-radius: 0;
1652
+ border-bottom-right-radius: 0;
1653
+ }
1654
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1655
+ border-top-left-radius: 0;
1656
+ border-bottom-left-radius: 0;
1657
+ }
1658
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1659
+ border-radius: unset;
1660
+ }
1661
+
1600
1662
  .buj61ew.ant-btn {
1601
1663
  height: 32px;
1602
1664
  border-radius: 6px;
@@ -1845,67 +1907,6 @@ input[type=submit] {
1845
1907
  padding: 0;
1846
1908
  }
1847
1909
 
1848
- .i1mrf09m {
1849
- display: inline-flex;
1850
- align-items: center;
1851
- }
1852
- .i1mrf09m .icon-inner {
1853
- display: inline-flex;
1854
- align-items: center;
1855
- justify-content: center;
1856
- }
1857
- .i1mrf09m .icon-inner + span,
1858
- .i1mrf09m span + .icon-inner.suffix {
1859
- margin-left: 4px;
1860
- }
1861
- .i1mrf09m.is-rotate img {
1862
- animation: rotate 680ms linear infinite;
1863
- }
1864
-
1865
- .bpq0js6 {
1866
- padding: 4px 11px;
1867
- }
1868
-
1869
- .b15sn34c {
1870
- white-space: nowrap;
1871
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1872
- }
1873
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1874
- --color: #0080ff;
1875
- }
1876
- .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] {
1877
- --color: #0080ff;
1878
- }
1879
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1880
- margin-left: 1px;
1881
- }
1882
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1883
- border-top-right-radius: 0;
1884
- border-bottom-right-radius: 0;
1885
- }
1886
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1887
- border-top-left-radius: 0;
1888
- border-bottom-left-radius: 0;
1889
- }
1890
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1891
- border-radius: unset;
1892
- }
1893
-
1894
- .fde5mpd {
1895
- width: 100%;
1896
- height: 100%;
1897
- min-height: 124px;
1898
- display: flex;
1899
- flex-direction: column;
1900
- justify-content: center;
1901
- align-items: center;
1902
- }
1903
- .fde5mpd .error-text {
1904
- color: rgba(10, 37, 85, 0.6);
1905
- margin-bottom: 16px;
1906
- font-size: 18px;
1907
- }
1908
-
1909
1910
  .obf05yr {
1910
1911
  display: inline-block;
1911
1912
  }
@@ -1972,89 +1973,295 @@ input[type=submit] {
1972
1973
  line-height: 18px;
1973
1974
  }
1974
1975
 
1975
- .s1fc623g {
1976
- width: 430px !important;
1977
- }
1978
-
1979
- .oa3mx0o {
1980
- display: flex;
1981
- flex-direction: column;
1982
- }
1983
-
1984
- .onr9gzt {
1985
- display: flex;
1986
- justify-content: space-between;
1976
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1977
+ flex-direction: row;
1978
+ justify-content: stretch;
1987
1979
  }
1988
-
1989
- .oiy0apc {
1990
- display: flex;
1991
- color: rgba(44, 56, 82, 0.6);
1980
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1981
+ padding: 0;
1982
+ margin-right: 4px;
1983
+ flex: 1;
1984
+ overflow: visible;
1992
1985
  }
1993
-
1994
- .cz04yix {
1995
- display: flex;
1996
- flex-direction: column;
1986
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
1987
+ display: none;
1997
1988
  }
1998
-
1999
- .m1if5j39 {
2000
- max-width: 1120px;
1989
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2001
1990
  width: 100%;
2002
- margin: 0 auto;
2003
- height: 100%;
1991
+ min-height: unset;
2004
1992
  }
2005
-
2006
- .w1vvwdlp {
2007
- max-width: 1120px;
1993
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
1994
+ height: 26px;
1995
+ line-height: 26px;
2008
1996
  width: 100%;
2009
- margin: 0 auto;
2010
- display: flex;
1997
+ text-align: center;
1998
+ padding: 0;
1999
+ font-size: 12px;
2000
+ font-weight: normal;
2011
2001
  }
2012
- .w1vvwdlp .left,
2013
- .w1vvwdlp .right {
2014
- flex-grow: 0;
2015
- flex-shrink: 0;
2016
- flex-basis: 21%;
2002
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2003
+ margin-right: 10px;
2017
2004
  }
2018
- .w1vvwdlp .left {
2019
- display: flex;
2020
- justify-content: flex-end;
2021
- padding-right: 44px;
2005
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2006
+ display: none;
2022
2007
  }
2023
- .w1vvwdlp .right {
2024
- padding-left: 44px;
2008
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2009
+ border-radius: 4px 0 0 4px;
2025
2010
  }
2026
- .w1vvwdlp .middle {
2027
- margin-bottom: 40px;
2028
- flex-grow: 0;
2029
- flex-shrink: 0;
2030
- flex-basis: 58%;
2011
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2012
+ margin-right: 0;
2031
2013
  }
2032
- .w1vvwdlp .middle .form-base-field {
2033
- width: 100%;
2014
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2015
+ border-radius: 0 4px 4px 0;
2034
2016
  }
2035
- .w1vvwdlp .middle .form-base-field .form-base-field {
2036
- width: auto;
2017
+ .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 {
2018
+ content: "";
2019
+ width: 0;
2020
+ height: 0;
2021
+ border: 13px solid transparent;
2022
+ position: absolute;
2023
+ top: 0;
2024
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2025
+ right: -21px;
2026
+ z-index: 2;
2037
2027
  }
2038
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2039
- flex: initial;
2028
+ .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 {
2029
+ content: "";
2030
+ width: 0;
2031
+ height: 0;
2032
+ border: 13px solid transparent;
2033
+ position: absolute;
2034
+ top: 0;
2035
+ border-left: 8px solid #fff;
2036
+ left: 0;
2040
2037
  }
2041
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2042
- margin-top: 4px;
2038
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2039
+ background-color: rgba(0, 136, 255, 0.1);
2043
2040
  }
2044
- .w1vvwdlp .ant-steps-item-icon,
2045
- .w1vvwdlp .ant-steps-item-tail {
2046
- display: none !important;
2041
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2042
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2047
2043
  }
2048
- .w1vvwdlp .ant-steps-item-container {
2049
- padding: 0 15px;
2050
- border-radius: 4px;
2051
- height: 32px;
2052
- display: flex;
2053
- align-items: center;
2044
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2045
+ color: #005ed1;
2054
2046
  }
2055
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2056
- min-height: auto;
2057
- white-space: nowrap;
2047
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2048
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2049
+ background-color: rgba(237, 241, 250, 0.6);
2050
+ }
2051
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2052
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2053
+ color: rgba(44, 56, 82, 0.6);
2054
+ }
2055
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2056
+ padding: 0;
2057
+ }
2058
+
2059
+ .rxbeqvl.ant-radio-wrapper {
2060
+ display: inline-flex;
2061
+ align-items: baseline;
2062
+ white-space: pre-wrap;
2063
+ }
2064
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2065
+ position: relative;
2066
+ top: 3px;
2067
+ }
2068
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2069
+ border-color: rgba(107, 128, 167, 0.6);
2070
+ }
2071
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2072
+ border-color: #0080ff;
2073
+ }
2074
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2075
+ border-color: #0080ff;
2076
+ background: #0080ff;
2077
+ }
2078
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2079
+ top: 4px;
2080
+ left: 4px;
2081
+ width: 6px;
2082
+ height: 6px;
2083
+ background: #fff;
2084
+ }
2085
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2086
+ opacity: 0.5;
2087
+ }
2088
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2089
+ border-color: rgba(107, 128, 167, 0.6);
2090
+ background: rgba(211, 218, 235, 0.6);
2091
+ }
2092
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2093
+ background: #00122e;
2094
+ }
2095
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2096
+ color: #00122e;
2097
+ opacity: 0.5;
2098
+ }
2099
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2100
+ color: #00122e;
2101
+ }
2102
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2103
+ display: inline-block;
2104
+ padding: 0;
2105
+ padding-left: 12px;
2106
+ }
2107
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2108
+ margin-bottom: 0;
2109
+ white-space: pre-wrap;
2110
+ color: rgba(44, 56, 82, 0.6);
2111
+ }
2112
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2113
+ padding-left: 8px;
2114
+ }
2115
+
2116
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2117
+ border-radius: 5px 0 0 5px;
2118
+ }
2119
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2120
+ border-radius: 0 5px 5px 0;
2121
+ }
2122
+
2123
+ .r1f0aqcc {
2124
+ color: #00122e;
2125
+ border-color: #ccd4e3;
2126
+ }
2127
+ .r1f0aqcc:first-child {
2128
+ color: #00122e;
2129
+ border-color: #a3b4cc;
2130
+ }
2131
+ .r1f0aqcc.ant-radio-button-wrapper {
2132
+ padding: 0 12px;
2133
+ line-height: 32px;
2134
+ height: 32px;
2135
+ }
2136
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2137
+ white-space: nowrap;
2138
+ }
2139
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2140
+ background: #ccd4e3;
2141
+ }
2142
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2143
+ background: #0080ff;
2144
+ }
2145
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2146
+ background: #ccd4e3;
2147
+ opacity: 0.5;
2148
+ }
2149
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2150
+ border-right-color: #0080ff;
2151
+ }
2152
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2153
+ border-color: #0080ff;
2154
+ }
2155
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2156
+ background: rgba(0, 136, 255, 0.1);
2157
+ }
2158
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2159
+ background: rgba(211, 218, 235, 0.6);
2160
+ border-color: #ccd4e3;
2161
+ opacity: 0.5;
2162
+ }
2163
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2164
+ color: #00122e;
2165
+ border-color: #ccd4e3;
2166
+ }
2167
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2168
+ color: #00122e;
2169
+ border-color: #ccd4e3;
2170
+ background: rgba(172, 186, 211, 0.6);
2171
+ }
2172
+ .r1f0aqcc .ant-radio-button-input {
2173
+ margin-right: 8px;
2174
+ display: inline;
2175
+ border: none;
2176
+ padding: 0;
2177
+ width: 36px;
2178
+ background: transparent;
2179
+ }
2180
+ .r1f0aqcc .ant-radio-button-input:focus {
2181
+ box-shadow: none;
2182
+ }
2183
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2184
+ margin-right: 0;
2185
+ width: initial;
2186
+ box-shadow: none;
2187
+ }
2188
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2189
+ display: none;
2190
+ }
2191
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2192
+ display: inline;
2193
+ }
2194
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2195
+ display: inline;
2196
+ margin-right: 8px;
2197
+ padding: 0;
2198
+ width: 36px;
2199
+ }
2200
+
2201
+ .cz04yix {
2202
+ display: flex;
2203
+ flex-direction: column;
2204
+ }
2205
+
2206
+ .m1if5j39 {
2207
+ max-width: 1120px;
2208
+ width: 100%;
2209
+ margin: 0 auto;
2210
+ height: 100%;
2211
+ }
2212
+
2213
+ .w1vvwdlp {
2214
+ max-width: 1120px;
2215
+ width: 100%;
2216
+ margin: 0 auto;
2217
+ display: flex;
2218
+ }
2219
+ .w1vvwdlp .left,
2220
+ .w1vvwdlp .right {
2221
+ flex-grow: 0;
2222
+ flex-shrink: 0;
2223
+ flex-basis: 21%;
2224
+ }
2225
+ .w1vvwdlp .left {
2226
+ display: flex;
2227
+ justify-content: flex-end;
2228
+ padding-right: 44px;
2229
+ }
2230
+ .w1vvwdlp .right {
2231
+ padding-left: 44px;
2232
+ }
2233
+ .w1vvwdlp .middle {
2234
+ margin-bottom: 40px;
2235
+ flex-grow: 0;
2236
+ flex-shrink: 0;
2237
+ flex-basis: 58%;
2238
+ }
2239
+ .w1vvwdlp .middle .form-base-field {
2240
+ width: 100%;
2241
+ }
2242
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2243
+ width: auto;
2244
+ }
2245
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2246
+ flex: initial;
2247
+ }
2248
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2249
+ margin-top: 4px;
2250
+ }
2251
+ .w1vvwdlp .ant-steps-item-icon,
2252
+ .w1vvwdlp .ant-steps-item-tail {
2253
+ display: none !important;
2254
+ }
2255
+ .w1vvwdlp .ant-steps-item-container {
2256
+ padding: 0 15px;
2257
+ border-radius: 4px;
2258
+ height: 32px;
2259
+ display: flex;
2260
+ align-items: center;
2261
+ }
2262
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2263
+ min-height: auto;
2264
+ white-space: nowrap;
2058
2265
  }
2059
2266
  .w1vvwdlp .ant-steps-item-description {
2060
2267
  padding-bottom: 0px;
@@ -2612,273 +2819,122 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2612
2819
  transform: translateY(-50%);
2613
2820
  left: -16px;
2614
2821
  transition: left 150ms ease;
2615
- opacity: 0;
2616
- }
2617
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2618
- left: 8px;
2619
- opacity: 1;
2620
- }
2621
- .kypn5o5.has-focus-indicator input {
2622
- transition: margin-left 150ms ease;
2623
- margin-left: 0px;
2624
- }
2625
- .kypn5o5.has-focus-indicator input:focus {
2626
- margin-left: 16px;
2627
- }
2628
-
2629
- input.l1ki27se.ant-input {
2630
- border-top-right-radius: 0;
2631
- border-bottom-right-radius: 0;
2632
- }
2633
-
2634
- .l1ki27se.ant-input-affix-wrapper {
2635
- border-top-right-radius: 0;
2636
- border-bottom-right-radius: 0;
2637
- }
2638
-
2639
- input.rrg1fkn.ant-input {
2640
- border-top-left-radius: 0;
2641
- border-bottom-left-radius: 0;
2642
- }
2643
-
2644
- .rrg1fkn.ant-input-affix-wrapper {
2645
- border-top-left-radius: 0;
2646
- border-bottom-left-radius: 0;
2647
- }
2648
-
2649
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2650
- border-top-right-radius: 0;
2651
- border-bottom-right-radius: 0;
2652
- }
2653
-
2654
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2655
- border-top-left-radius: 0;
2656
- border-bottom-left-radius: 0;
2657
- }
2658
-
2659
- .rxbeqvl.ant-radio-wrapper {
2660
- display: inline-flex;
2661
- align-items: baseline;
2662
- white-space: pre-wrap;
2663
- }
2664
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2665
- position: relative;
2666
- top: 3px;
2667
- }
2668
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2669
- border-color: rgba(107, 128, 167, 0.6);
2670
- }
2671
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2672
- border-color: #0080ff;
2673
- }
2674
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2675
- border-color: #0080ff;
2676
- background: #0080ff;
2677
- }
2678
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2679
- top: 4px;
2680
- left: 4px;
2681
- width: 6px;
2682
- height: 6px;
2683
- background: #fff;
2684
- }
2685
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2686
- opacity: 0.5;
2687
- }
2688
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2689
- border-color: rgba(107, 128, 167, 0.6);
2690
- background: rgba(211, 218, 235, 0.6);
2691
- }
2692
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2693
- background: #00122e;
2694
- }
2695
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2696
- color: #00122e;
2697
- opacity: 0.5;
2698
- }
2699
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2700
- color: #00122e;
2701
- }
2702
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2703
- display: inline-block;
2704
- padding: 0;
2705
- padding-left: 12px;
2706
- }
2707
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2708
- margin-bottom: 0;
2709
- white-space: pre-wrap;
2710
- color: rgba(44, 56, 82, 0.6);
2711
- }
2712
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2713
- padding-left: 8px;
2714
- }
2715
-
2716
- .r5ie79y .ant-radio-button-wrapper:first-child {
2717
- border-radius: 5px 0 0 5px;
2718
- }
2719
- .r5ie79y .ant-radio-button-wrapper:last-child {
2720
- border-radius: 0 5px 5px 0;
2721
- }
2722
-
2723
- .r1f0aqcc {
2724
- color: #00122e;
2725
- border-color: #ccd4e3;
2726
- }
2727
- .r1f0aqcc:first-child {
2728
- color: #00122e;
2729
- border-color: #a3b4cc;
2730
- }
2731
- .r1f0aqcc.ant-radio-button-wrapper {
2732
- padding: 0 12px;
2733
- line-height: 32px;
2734
- height: 32px;
2735
- }
2736
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2737
- white-space: nowrap;
2738
- }
2739
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2740
- background: #ccd4e3;
2741
- }
2742
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2743
- background: #0080ff;
2744
- }
2745
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2746
- background: #ccd4e3;
2747
- opacity: 0.5;
2748
- }
2749
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2750
- border-right-color: #0080ff;
2751
- }
2752
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2753
- border-color: #0080ff;
2754
- }
2755
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2756
- background: rgba(0, 136, 255, 0.1);
2822
+ opacity: 0;
2757
2823
  }
2758
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2759
- background: rgba(211, 218, 235, 0.6);
2760
- border-color: #ccd4e3;
2761
- opacity: 0.5;
2824
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2825
+ left: 8px;
2826
+ opacity: 1;
2762
2827
  }
2763
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2764
- color: #00122e;
2765
- border-color: #ccd4e3;
2828
+ .kypn5o5.has-focus-indicator input {
2829
+ transition: margin-left 150ms ease;
2830
+ margin-left: 0px;
2766
2831
  }
2767
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2768
- color: #00122e;
2769
- border-color: #ccd4e3;
2770
- background: rgba(172, 186, 211, 0.6);
2832
+ .kypn5o5.has-focus-indicator input:focus {
2833
+ margin-left: 16px;
2771
2834
  }
2772
- .r1f0aqcc .ant-radio-button-input {
2773
- margin-right: 8px;
2774
- display: inline;
2775
- border: none;
2776
- padding: 0;
2777
- width: 36px;
2778
- background: transparent;
2835
+
2836
+ input.l1ki27se.ant-input {
2837
+ border-top-right-radius: 0;
2838
+ border-bottom-right-radius: 0;
2779
2839
  }
2780
- .r1f0aqcc .ant-radio-button-input:focus {
2781
- box-shadow: none;
2840
+
2841
+ .l1ki27se.ant-input-affix-wrapper {
2842
+ border-top-right-radius: 0;
2843
+ border-bottom-right-radius: 0;
2782
2844
  }
2783
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2784
- margin-right: 0;
2785
- width: initial;
2786
- box-shadow: none;
2845
+
2846
+ input.rrg1fkn.ant-input {
2847
+ border-top-left-radius: 0;
2848
+ border-bottom-left-radius: 0;
2787
2849
  }
2788
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2789
- display: none;
2850
+
2851
+ .rrg1fkn.ant-input-affix-wrapper {
2852
+ border-top-left-radius: 0;
2853
+ border-bottom-left-radius: 0;
2790
2854
  }
2791
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2792
- display: inline;
2855
+
2856
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2857
+ border-top-right-radius: 0;
2858
+ border-bottom-right-radius: 0;
2793
2859
  }
2794
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2795
- display: inline;
2796
- margin-right: 8px;
2797
- padding: 0;
2798
- width: 36px;
2860
+
2861
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2862
+ border-top-left-radius: 0;
2863
+ border-bottom-left-radius: 0;
2799
2864
  }
2800
2865
 
2801
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2802
- flex-direction: row;
2803
- justify-content: stretch;
2866
+ .s1fc623g {
2867
+ width: 430px !important;
2804
2868
  }
2805
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2806
- padding: 0;
2807
- margin-right: 4px;
2808
- flex: 1;
2809
- overflow: visible;
2869
+
2870
+ .oa3mx0o {
2871
+ display: flex;
2872
+ flex-direction: column;
2810
2873
  }
2811
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2812
- display: none;
2874
+
2875
+ .onr9gzt {
2876
+ display: flex;
2877
+ justify-content: space-between;
2813
2878
  }
2814
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2815
- width: 100%;
2816
- min-height: unset;
2879
+
2880
+ .oiy0apc {
2881
+ display: flex;
2882
+ color: rgba(44, 56, 82, 0.6);
2817
2883
  }
2818
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2819
- height: 26px;
2820
- line-height: 26px;
2821
- width: 100%;
2822
- text-align: center;
2823
- padding: 0;
2824
- font-size: 12px;
2825
- font-weight: normal;
2884
+
2885
+ .s34f1qb.ant-switch {
2886
+ min-width: 40px;
2887
+ height: 24px;
2888
+ background: rgba(172, 186, 211, 0.6);
2889
+ overflow: hidden;
2826
2890
  }
2827
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2828
- margin-right: 10px;
2891
+ .s34f1qb.ant-switch:focus {
2892
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2829
2893
  }
2830
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2831
- display: none;
2894
+ .s34f1qb.ant-switch-small {
2895
+ min-width: 26px;
2896
+ height: 16px;
2832
2897
  }
2833
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2834
- border-radius: 4px 0 0 4px;
2898
+ .s34f1qb.ant-switch-large {
2899
+ min-width: 52px;
2900
+ height: 32px;
2835
2901
  }
2836
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2837
- margin-right: 0;
2902
+ .s34f1qb.ant-switch .ant-switch-handle {
2903
+ height: 20px;
2904
+ width: 20px;
2838
2905
  }
2839
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2840
- border-radius: 0 4px 4px 0;
2906
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2907
+ border-radius: 10px;
2908
+ transition-delay: 120ms;
2841
2909
  }
2842
- .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 {
2843
- content: "";
2844
- width: 0;
2845
- height: 0;
2846
- border: 13px solid transparent;
2847
- position: absolute;
2848
- top: 0;
2849
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2850
- right: -21px;
2851
- z-index: 2;
2910
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2911
+ height: 14px;
2912
+ width: 14px;
2913
+ top: 1px;
2914
+ left: 1px;
2852
2915
  }
2853
- .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 {
2854
- content: "";
2855
- width: 0;
2856
- height: 0;
2857
- border: 13px solid transparent;
2858
- position: absolute;
2859
- top: 0;
2860
- border-left: 8px solid #fff;
2861
- left: 0;
2916
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2917
+ height: 28px;
2918
+ width: 28px;
2862
2919
  }
2863
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2864
- background-color: rgba(0, 136, 255, 0.1);
2920
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2921
+ border-radius: 14px;
2865
2922
  }
2866
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2867
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2923
+ .s34f1qb.ant-switch-checked {
2924
+ background-color: #00ba5d;
2868
2925
  }
2869
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2870
- color: #005ed1;
2926
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2927
+ left: calc(100% - 20px - 2px);
2871
2928
  }
2872
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2873
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2874
- background-color: rgba(237, 241, 250, 0.6);
2929
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2930
+ left: calc(100% - 14px - 1px);
2875
2931
  }
2876
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2877
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2878
- color: rgba(44, 56, 82, 0.6);
2932
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2933
+ left: calc(100% - 28px - 2px);
2879
2934
  }
2880
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2881
- padding: 0;
2935
+
2936
+ .c1to9vb9 {
2937
+ margin-left: 5px;
2882
2938
  }
2883
2939
 
2884
2940
  .t1upn1sz {
@@ -3237,65 +3293,6 @@ input.rrg1fkn.ant-input {
3237
3293
  background: #fff;
3238
3294
  }
3239
3295
 
3240
- .s34f1qb.ant-switch {
3241
- min-width: 40px;
3242
- height: 24px;
3243
- background: rgba(172, 186, 211, 0.6);
3244
- overflow: hidden;
3245
- }
3246
- .s34f1qb.ant-switch:focus {
3247
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3248
- }
3249
- .s34f1qb.ant-switch-small {
3250
- min-width: 26px;
3251
- height: 16px;
3252
- }
3253
- .s34f1qb.ant-switch-large {
3254
- min-width: 52px;
3255
- height: 32px;
3256
- }
3257
- .s34f1qb.ant-switch .ant-switch-handle {
3258
- height: 20px;
3259
- width: 20px;
3260
- }
3261
- .s34f1qb.ant-switch .ant-switch-handle::before {
3262
- border-radius: 10px;
3263
- transition-delay: 120ms;
3264
- }
3265
- .s34f1qb.ant-switch-small .ant-switch-handle {
3266
- height: 14px;
3267
- width: 14px;
3268
- top: 1px;
3269
- left: 1px;
3270
- }
3271
- .s34f1qb.ant-switch-large .ant-switch-handle {
3272
- height: 28px;
3273
- width: 28px;
3274
- }
3275
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
3276
- border-radius: 14px;
3277
- }
3278
- .s34f1qb.ant-switch-checked {
3279
- background-color: #00ba5d;
3280
- }
3281
- .s34f1qb.ant-switch-checked .ant-switch-handle {
3282
- left: calc(100% - 20px - 2px);
3283
- }
3284
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3285
- left: calc(100% - 14px - 1px);
3286
- }
3287
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3288
- left: calc(100% - 28px - 2px);
3289
- }
3290
-
3291
- .c1to9vb9 {
3292
- margin-left: 5px;
3293
- }
3294
-
3295
- .i1e4sgug {
3296
- display: inline-block;
3297
- }
3298
-
3299
3296
  .d6j0lbj {
3300
3297
  font-family: Inter;
3301
3298
  font-style: normal;
@@ -3771,6 +3768,10 @@ input.rrg1fkn.ant-input {
3771
3768
  line-height: 12px;
3772
3769
  }
3773
3770
 
3771
+ .i1e4sgug {
3772
+ display: inline-block;
3773
+ }
3774
+
3774
3775
  .c198s9j3 {
3775
3776
  color: #2d3a56;
3776
3777
  line-height: 22px;
@@ -3842,6 +3843,10 @@ input.rrg1fkn.ant-input {
3842
3843
  margin-left: 24px;
3843
3844
  }
3844
3845
 
3846
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3847
+ display: flex;
3848
+ }
3849
+
3845
3850
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3846
3851
  border-radius: 6px;
3847
3852
  }
@@ -3907,10 +3912,6 @@ input.rrg1fkn.ant-input {
3907
3912
  color: rgba(44, 56, 82, 0.6);
3908
3913
  }
3909
3914
 
3910
- .iiqau4c.ant-input-group.ant-input-group-compact {
3911
- display: flex;
3912
- }
3913
-
3914
3915
  .m1thnes4 {
3915
3916
  color: rgba(44, 56, 82, 0.6);
3916
3917
  text-align: center;