@cloudtower/eagle 0.22.4 → 0.22.6

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
@@ -1614,6 +1614,23 @@ input[type=submit] {
1614
1614
  cursor: pointer;
1615
1615
  }
1616
1616
 
1617
+ .i1mrf09m {
1618
+ display: inline-flex;
1619
+ align-items: center;
1620
+ }
1621
+ .i1mrf09m .icon-inner {
1622
+ display: inline-flex;
1623
+ align-items: center;
1624
+ justify-content: center;
1625
+ }
1626
+ .i1mrf09m .icon-inner + span,
1627
+ .i1mrf09m span + .icon-inner.suffix {
1628
+ margin-left: 4px;
1629
+ }
1630
+ .i1mrf09m.is-rotate img {
1631
+ animation: rotate 680ms linear infinite;
1632
+ }
1633
+
1617
1634
  .buj61ew.ant-btn {
1618
1635
  height: 32px;
1619
1636
  border-radius: 6px;
@@ -1862,6 +1879,35 @@ input[type=submit] {
1862
1879
  padding: 0;
1863
1880
  }
1864
1881
 
1882
+ .bpq0js6 {
1883
+ padding: 4px 11px;
1884
+ }
1885
+
1886
+ .b15sn34c {
1887
+ white-space: nowrap;
1888
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1889
+ }
1890
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1891
+ --color: #0080ff;
1892
+ }
1893
+ .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] {
1894
+ --color: #0080ff;
1895
+ }
1896
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1897
+ margin-left: 1px;
1898
+ }
1899
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1900
+ border-top-right-radius: 0;
1901
+ border-bottom-right-radius: 0;
1902
+ }
1903
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1904
+ border-top-left-radius: 0;
1905
+ border-bottom-left-radius: 0;
1906
+ }
1907
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1908
+ border-radius: unset;
1909
+ }
1910
+
1865
1911
  .fde5mpd {
1866
1912
  width: 100%;
1867
1913
  height: 100%;
@@ -1877,752 +1923,369 @@ input[type=submit] {
1877
1923
  font-size: 18px;
1878
1924
  }
1879
1925
 
1880
- .i1mrf09m {
1881
- display: inline-flex;
1926
+ .p12gwtiw {
1927
+ display: flex;
1928
+ justify-content: space-between;
1882
1929
  align-items: center;
1930
+ padding: 10px 0;
1931
+ color: rgba(44, 56, 82, 0.6);
1932
+ font-size: 12px;
1933
+ line-height: 24px;
1883
1934
  }
1884
- .i1mrf09m .icon-inner {
1885
- display: inline-flex;
1935
+ .p12gwtiw .pagination-left {
1936
+ padding: 2px 8px;
1937
+ }
1938
+ .p12gwtiw .dropdown-trigger {
1939
+ display: flex;
1886
1940
  align-items: center;
1887
- justify-content: center;
1941
+ border-radius: 6px;
1942
+ cursor: pointer;
1943
+ transition: all 0.3s ease;
1888
1944
  }
1889
- .i1mrf09m .icon-inner + span,
1890
- .i1mrf09m span + .icon-inner.suffix {
1945
+ .p12gwtiw .dropdown-trigger:hover {
1946
+ background: rgba(211, 218, 235, 0.6);
1947
+ color: #0080ff;
1948
+ }
1949
+ .p12gwtiw .dropdown-trigger .icon-inner {
1891
1950
  margin-left: 4px;
1892
1951
  }
1893
- .i1mrf09m.is-rotate img {
1894
- animation: rotate 680ms linear infinite;
1952
+ .p12gwtiw .pagination-right {
1953
+ display: flex;
1954
+ align-items: center;
1955
+ color: #0080ff;
1956
+ font-weight: bold;
1895
1957
  }
1896
-
1897
- .obf05yr {
1898
- display: inline-block;
1958
+ .p12gwtiw .pagination-right .icon-inner {
1959
+ margin-left: 4px;
1899
1960
  }
1900
-
1901
- .hsms1n6 {
1902
- visibility: hidden;
1903
- position: absolute;
1961
+ .p12gwtiw .pagination-right .prev-btn,
1962
+ .p12gwtiw .pagination-right .next-btn {
1963
+ padding: 0 8px;
1904
1964
  }
1905
-
1906
- .cz04yix {
1907
- display: flex;
1908
- flex-direction: column;
1965
+ .p12gwtiw .pagination-right .prev-btn > span,
1966
+ .p12gwtiw .pagination-right .next-btn > span {
1967
+ color: #0080ff;
1909
1968
  }
1910
-
1911
- .m1if5j39 {
1912
- max-width: 1120px;
1913
- width: 100%;
1914
- margin: 0 auto;
1915
- height: 100%;
1969
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1970
+ transform: rotate(180deg);
1916
1971
  }
1917
1972
 
1918
- .w1vvwdlp {
1919
- max-width: 1120px;
1920
- width: 100%;
1921
- margin: 0 auto;
1922
- display: flex;
1923
- }
1924
- .w1vvwdlp .left,
1925
- .w1vvwdlp .right {
1926
- flex-grow: 0;
1927
- flex-shrink: 0;
1928
- flex-basis: 21%;
1973
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1974
+ max-height: calc(100vh - 128px);
1975
+ overflow-y: auto;
1929
1976
  }
1930
- .w1vvwdlp .left {
1931
- display: flex;
1932
- justify-content: flex-end;
1933
- padding-right: 44px;
1977
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1978
+ padding: 4px 20px;
1979
+ font-size: 12px;
1980
+ line-height: 18px;
1934
1981
  }
1935
- .w1vvwdlp .right {
1936
- padding-left: 44px;
1982
+
1983
+ .rxbeqvl.ant-radio-wrapper {
1984
+ display: inline-flex;
1985
+ align-items: baseline;
1986
+ white-space: pre-wrap;
1937
1987
  }
1938
- .w1vvwdlp .middle {
1939
- margin-bottom: 40px;
1940
- flex-grow: 0;
1941
- flex-shrink: 0;
1942
- flex-basis: 58%;
1988
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1989
+ position: relative;
1990
+ top: 3px;
1943
1991
  }
1944
- .w1vvwdlp .middle .form-base-field {
1945
- width: 100%;
1992
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1993
+ border-color: rgba(107, 128, 167, 0.6);
1946
1994
  }
1947
- .w1vvwdlp .middle .form-base-field .form-base-field {
1948
- width: auto;
1995
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1996
+ border-color: #0080ff;
1949
1997
  }
1950
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1951
- flex: initial;
1998
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1999
+ border-color: #0080ff;
2000
+ background: #0080ff;
1952
2001
  }
1953
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
1954
- margin-top: 4px;
2002
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2003
+ top: 4px;
2004
+ left: 4px;
2005
+ width: 6px;
2006
+ height: 6px;
2007
+ background: #fff;
1955
2008
  }
1956
- .w1vvwdlp .ant-steps-item-icon,
1957
- .w1vvwdlp .ant-steps-item-tail {
1958
- display: none !important;
2009
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2010
+ opacity: 0.5;
1959
2011
  }
1960
- .w1vvwdlp .ant-steps-item-container {
1961
- padding: 0 15px;
1962
- border-radius: 4px;
1963
- height: 32px;
1964
- display: flex;
1965
- align-items: center;
2012
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2013
+ border-color: rgba(107, 128, 167, 0.6);
2014
+ background: rgba(211, 218, 235, 0.6);
1966
2015
  }
1967
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1968
- min-height: auto;
1969
- white-space: nowrap;
2016
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2017
+ background: #00122e;
1970
2018
  }
1971
- .w1vvwdlp .ant-steps-item-description {
1972
- padding-bottom: 0px;
2019
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2020
+ color: #00122e;
2021
+ opacity: 0.5;
1973
2022
  }
1974
- .w1vvwdlp .ant-steps-item-title {
1975
- font-size: 13px !important;
1976
- line-height: 20px !important;
2023
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2024
+ color: #00122e;
1977
2025
  }
1978
- .w1vvwdlp .ant-steps-item-title .step-index {
2026
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1979
2027
  display: inline-block;
1980
- text-align: center;
1981
- width: 13px;
1982
- margin-right: 12px;
2028
+ padding: 0;
2029
+ padding-left: 12px;
1983
2030
  }
1984
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
1985
- background: rgba(0, 128, 255, 0.1);
2031
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2032
+ margin-bottom: 0;
2033
+ white-space: pre-wrap;
2034
+ color: rgba(44, 56, 82, 0.6);
1986
2035
  }
1987
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1988
- color: #005ed1;
2036
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2037
+ padding-left: 8px;
1989
2038
  }
1990
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
1991
- background: rgba(237, 241, 250, 0.6);
2039
+
2040
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2041
+ border-radius: 5px 0 0 5px;
1992
2042
  }
1993
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
1994
- color: rgba(10, 37, 85, 0.6) !important;
2043
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2044
+ border-radius: 0 5px 5px 0;
1995
2045
  }
1996
- .w1vvwdlp .ant-steps-item-disabled {
1997
- cursor: not-allowed;
2046
+
2047
+ .r1f0aqcc {
2048
+ color: #00122e;
2049
+ border-color: #ccd4e3;
1998
2050
  }
1999
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2000
- background: rgba(237, 241, 250, 0.6);
2051
+ .r1f0aqcc:first-child {
2052
+ color: #00122e;
2053
+ border-color: #a3b4cc;
2001
2054
  }
2002
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2003
- color: #2d3a56;
2055
+ .r1f0aqcc.ant-radio-button-wrapper {
2056
+ padding: 0 12px;
2057
+ line-height: 32px;
2058
+ height: 32px;
2004
2059
  }
2005
-
2006
- .h1cuopx7 .ant-modal-header {
2007
- margin: 0 auto;
2008
- width: 100%;
2009
- max-width: 648px;
2060
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2061
+ white-space: nowrap;
2010
2062
  }
2011
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2012
- margin-left: 0;
2063
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2064
+ background: #ccd4e3;
2013
2065
  }
2014
- .h1cuopx7 .ant-modal-body {
2015
- margin: 0 auto;
2016
- padding: 0;
2017
- width: 100%;
2018
- max-width: 648px;
2019
- overflow: hidden;
2066
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2067
+ background: #0080ff;
2020
2068
  }
2021
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2022
- margin-bottom: 40px;
2069
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2070
+ background: #ccd4e3;
2071
+ opacity: 0.5;
2023
2072
  }
2024
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2025
- height: calc(100vh - 225px);
2026
- overflow-y: auto;
2073
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2074
+ border-right-color: #0080ff;
2027
2075
  }
2028
- .h1cuopx7 .ant-modal-footer .footer-content {
2029
- margin: 0 auto;
2030
- max-width: 648px;
2076
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2077
+ border-color: #0080ff;
2031
2078
  }
2032
-
2033
- .h1p6d3y3 .ant-modal-header {
2034
- margin: 0 auto;
2035
- width: 100%;
2036
- max-width: 1024px;
2079
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2080
+ background: rgba(0, 136, 255, 0.1);
2037
2081
  }
2038
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2039
- margin-left: 0;
2082
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2083
+ background: rgba(211, 218, 235, 0.6);
2084
+ border-color: #ccd4e3;
2085
+ opacity: 0.5;
2040
2086
  }
2041
- .h1p6d3y3 .ant-modal-body {
2042
- margin: 0 auto;
2043
- padding: 0;
2044
- width: 100%;
2045
- max-width: 1024px;
2046
- overflow: hidden;
2087
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2088
+ color: #00122e;
2089
+ border-color: #ccd4e3;
2047
2090
  }
2048
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2049
- margin-bottom: 40px;
2091
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2092
+ color: #00122e;
2093
+ border-color: #ccd4e3;
2094
+ background: rgba(172, 186, 211, 0.6);
2050
2095
  }
2051
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2052
- height: calc(100vh - 225px);
2053
- overflow-y: auto;
2096
+ .r1f0aqcc .ant-radio-button-input {
2097
+ margin-right: 8px;
2098
+ display: inline;
2099
+ border: none;
2100
+ padding: 0;
2101
+ width: 36px;
2102
+ background: transparent;
2054
2103
  }
2055
- .h1p6d3y3 .ant-modal-footer .footer-content {
2056
- margin: 0 auto;
2057
- max-width: 1024px;
2104
+ .r1f0aqcc .ant-radio-button-input:focus {
2105
+ box-shadow: none;
2058
2106
  }
2059
-
2060
- .fxgckuk {
2061
- flex: 1;
2107
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2108
+ margin-right: 0;
2109
+ width: initial;
2110
+ box-shadow: none;
2062
2111
  }
2063
- .fxgckuk label {
2064
- font-size: 13px;
2065
- line-height: 20px;
2066
- color: rgba(44, 56, 82, 0.6);
2112
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2113
+ display: none;
2067
2114
  }
2068
- .fxgckuk .title {
2069
- font-size: 14px;
2070
- line-height: 20px;
2071
- color: #2d3a56;
2072
- margin-bottom: 12px;
2115
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2116
+ display: inline;
2073
2117
  }
2074
- .fxgckuk.connect-cluster .title {
2075
- padding-bottom: 26px;
2118
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2119
+ display: inline;
2120
+ margin-right: 8px;
2121
+ padding: 0;
2122
+ width: 36px;
2076
2123
  }
2077
2124
 
2078
- .f1d0vek1 {
2079
- padding: 25px 0 15px 0;
2080
- border-bottom: 1px solid #e1e5eb;
2081
- margin-bottom: 16px;
2125
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2126
+ flex-direction: row;
2127
+ justify-content: stretch;
2082
2128
  }
2083
-
2084
- .f4u402y {
2085
- display: flex;
2086
- align-items: center;
2087
- margin-bottom: 8px;
2129
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2130
+ padding: 0;
2131
+ margin-right: 4px;
2132
+ flex: 1;
2133
+ overflow: visible;
2088
2134
  }
2089
- .f4u402y > label {
2090
- width: 216px;
2135
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2136
+ display: none;
2091
2137
  }
2092
- .f4u402y > label + * {
2138
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2093
2139
  width: 100%;
2140
+ min-height: unset;
2094
2141
  }
2095
- .f4u402y .ant-select {
2142
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2143
+ height: 26px;
2144
+ line-height: 26px;
2096
2145
  width: 100%;
2146
+ text-align: center;
2147
+ padding: 0;
2148
+ font-size: 12px;
2149
+ font-weight: normal;
2097
2150
  }
2098
-
2099
- .e1pldf6v {
2100
- color: #e75a3a;
2151
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2101
2152
  margin-right: 10px;
2102
2153
  }
2103
-
2104
- .dq0gblh {
2105
- width: 100%;
2106
- height: 1px;
2107
- background: rgba(213, 219, 227, 0.6);
2108
- margin: 24px 0;
2154
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2155
+ display: none;
2109
2156
  }
2110
-
2111
- .l1v7sr0n {
2112
- display: flex;
2113
- justify-content: center;
2114
- align-items: center;
2115
- height: 100%;
2157
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2158
+ border-radius: 4px 0 0 4px;
2116
2159
  }
2117
-
2118
- .d1i4ou6o {
2119
- display: inline-block;
2120
- width: 4px;
2121
- height: 4px;
2122
- background: #8e9aa9;
2123
- opacity: 0.4;
2124
- border-radius: 50%;
2125
- margin: 0 4px;
2160
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2161
+ margin-right: 0;
2126
2162
  }
2127
-
2128
- .m1jy87hk .ant-modal-header,
2129
- .m1jy87hk .ant-modal-footer .footer-content {
2130
- width: 648px;
2131
- margin: 0 auto;
2163
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2164
+ border-radius: 0 4px 4px 0;
2132
2165
  }
2133
- .m1jy87hk .ant-modal-header {
2134
- padding: 35px 0 24px;
2135
- border: none;
2166
+ .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 {
2167
+ content: "";
2168
+ width: 0;
2169
+ height: 0;
2170
+ border: 13px solid transparent;
2171
+ position: absolute;
2172
+ top: 0;
2173
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2174
+ right: -21px;
2175
+ z-index: 2;
2136
2176
  }
2137
- .m1jy87hk .ant-modal-header .ant-modal-title {
2138
- font-size: 30px;
2177
+ .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 {
2178
+ content: "";
2179
+ width: 0;
2180
+ height: 0;
2181
+ border: 13px solid transparent;
2182
+ position: absolute;
2183
+ top: 0;
2184
+ border-left: 8px solid #fff;
2185
+ left: 0;
2139
2186
  }
2140
- .m1jy87hk .ant-modal-body {
2141
- padding: 4px 0 2px;
2187
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2188
+ background-color: rgba(0, 136, 255, 0.1);
2142
2189
  }
2143
- .m1jy87hk .ant-modal-footer {
2144
- border: none;
2190
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2191
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2192
+ }
2193
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2194
+ color: #005ed1;
2195
+ }
2196
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2197
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2198
+ background-color: rgba(237, 241, 250, 0.6);
2199
+ }
2200
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2201
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2202
+ color: rgba(44, 56, 82, 0.6);
2203
+ }
2204
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2205
+ padding: 0;
2145
2206
  }
2146
2207
 
2147
- .ti7fpyu {
2148
- font-size: 12px;
2149
- line-height: 18px;
2150
- font-weight: bold;
2151
- color: #fff;
2152
- padding: 0 4px;
2153
- border-radius: 4px;
2208
+ .obf05yr {
2154
2209
  display: inline-block;
2155
- background: var(--ti7fpyu-0);
2156
2210
  }
2157
- .ti7fpyu:not(:first-child) {
2158
- margin-left: 4px;
2211
+
2212
+ .hsms1n6 {
2213
+ visibility: hidden;
2214
+ position: absolute;
2159
2215
  }
2160
2216
 
2161
- .f1rest1f {
2162
- width: 100%;
2163
- height: 100%;
2217
+ .s1fc623g {
2218
+ width: 430px !important;
2219
+ }
2220
+
2221
+ .oa3mx0o {
2164
2222
  display: flex;
2165
- align-items: center;
2166
- justify-content: center;
2223
+ flex-direction: column;
2167
2224
  }
2168
2225
 
2169
- .n1kbdoln {
2170
- font-size: 90%;
2171
- font-weight: bold;
2172
- background-color: rgba(240, 243, 247, 0.6);
2173
- padding: 1px 4px 1px;
2174
- margin-left: 2px;
2175
- margin-right: 2px;
2176
- border: 1px solid rgba(213, 219, 227, 0.6);
2177
- border-radius: 4px;
2226
+ .onr9gzt {
2227
+ display: flex;
2228
+ justify-content: space-between;
2178
2229
  }
2179
2230
 
2180
- .f1y3gta0.form-item-general {
2181
- width: 640px;
2231
+ .oiy0apc {
2232
+ display: flex;
2233
+ color: rgba(44, 56, 82, 0.6);
2182
2234
  }
2183
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2184
- margin-top: 16px;
2235
+
2236
+ .s34f1qb.ant-switch {
2237
+ min-width: 40px;
2238
+ height: 24px;
2239
+ background: rgba(172, 186, 211, 0.6);
2240
+ overflow: hidden;
2185
2241
  }
2186
- .f1y3gta0.form-item-compact {
2187
- width: 412px;
2242
+ .s34f1qb.ant-switch:focus {
2243
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2188
2244
  }
2189
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2190
- margin-top: 8px;
2191
- }
2192
- .f1y3gta0 .form-item {
2193
- width: auto;
2194
- }
2195
- .f1y3gta0 .form-item-main {
2196
- position: relative;
2197
- display: flex;
2198
- }
2199
- .f1y3gta0 .form-item-extra {
2200
- margin-top: 4px;
2201
- width: 100%;
2202
- padding: 14px;
2203
- background: #f2f4f6;
2204
- font-size: 13px;
2205
- line-height: 1.8;
2206
- color: #8e9aa9;
2207
- }
2208
- .f1y3gta0 .form-item-label {
2209
- padding-right: 12px;
2210
- font-size: 13px;
2211
- color: rgba(44, 56, 82, 0.6);
2212
- }
2213
- .f1y3gta0 .form-item-label.label-right {
2214
- text-align: right;
2215
- }
2216
- .f1y3gta0 .form-item-label,
2217
- .f1y3gta0 .form-item-control {
2218
- line-height: 32px;
2219
- }
2220
- .f1y3gta0 .form-item-control .form-item-error {
2221
- line-height: 18px;
2222
- }
2223
- .f1y3gta0 .form-item-children {
2224
- width: 100%;
2225
- }
2226
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2227
- width: 100%;
2228
- }
2229
- .f1y3gta0 .form-item-error {
2230
- color: #e75a3a;
2231
- height: 0;
2232
- overflow: hidden;
2233
- }
2234
- .f1y3gta0 .form-item-error-enter-done {
2235
- margin-top: 4px;
2236
- height: auto;
2237
- overflow: auto;
2238
- }
2239
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2240
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2241
- border: 1px solid #e75a3a;
2242
- color: #e75a3a;
2243
- }
2244
-
2245
- .fujbm7g {
2246
- color: #2d3a56;
2247
- font-weight: bold;
2248
- padding-bottom: 6px;
2249
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2250
- margin-bottom: 16px;
2251
- }
2252
- .fujbm7g:not(:first-of-type) {
2253
- margin-top: 16px;
2254
- }
2255
-
2256
- .e5fsw5s {
2257
- width: 8px;
2258
- height: 24px;
2259
- display: flex;
2260
- justify-content: center;
2261
- align-items: center;
2262
- cursor: pointer;
2263
- transition: all 200ms ease-out 40ms;
2264
- }
2265
- .e5fsw5s:before, .e5fsw5s:after {
2266
- content: "";
2267
- width: 1px;
2268
- height: 6px;
2269
- border-radius: 1px;
2270
- background: #ccd4e3;
2271
- position: relative;
2272
- right: 2px;
2273
- transform: rotate(-45deg);
2274
- }
2275
- .e5fsw5s:after {
2276
- transform: rotate(45deg);
2277
- left: 1px;
2278
- }
2279
-
2280
- .w18knsg4.ant-alert-warning {
2281
- border: 0;
2282
- background: rgba(255, 187, 0, 0.1);
2283
- border-radius: 6px;
2284
- }
2285
- .w18knsg4.ant-alert,
2286
- .w18knsg4 .ant-alert-message {
2287
- color: #e07f00;
2288
- }
2289
- .w18knsg4.ant-alert .dashed-border-bottom,
2290
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2291
- border-bottom-color: #e07f00;
2292
- }
2293
-
2294
- .ng31n2o {
2295
- display: flex;
2296
- flex-direction: row;
2297
- padding: 7px 12px;
2298
- background: rgba(255, 187, 0, 0.1);
2299
- border-radius: 6px;
2300
- color: #e07f00;
2301
- font-size: 12px;
2302
- line-height: 18px;
2303
- }
2304
- .ng31n2o .icon-wrapper {
2305
- margin-right: 10px;
2306
- height: 18px;
2307
- }
2308
-
2309
- .n15x5f5y {
2310
- display: flex;
2311
- flex-direction: row;
2312
- padding: 7px 12px;
2313
- background: rgba(225, 230, 241, 0.6);
2314
- border-radius: 6px;
2315
- color: rgba(44, 56, 82, 0.6);
2316
- font-size: 12px;
2317
- line-height: 18px;
2318
- }
2319
- .n15x5f5y .icon-wrapper {
2320
- margin-right: 10px;
2321
- height: 18px;
2322
- }
2323
-
2324
- .i16ozz3f {
2325
- display: flex;
2326
- flex-direction: row;
2327
- padding: 7px 12px;
2328
- background: rgba(0, 136, 255, 0.1);
2329
- border-radius: 6px;
2330
- color: #005ed1;
2331
- font-size: 12px;
2332
- line-height: 18px;
2333
- }
2334
- .i16ozz3f .icon-wrapper {
2335
- margin-right: 10px;
2336
- height: 18px;
2337
- }
2338
-
2339
- .dszu9qr {
2340
- color: rgba(44, 56, 82, 0.6);
2341
- margin-top: 5px;
2342
- font-size: 12px;
2343
- line-height: 18px;
2344
- }
2345
-
2346
- .snxzgx {
2347
- color: #f0483e;
2348
- font-size: 12px;
2349
- white-space: pre-wrap;
2350
- }
2351
-
2352
- .o1i4orqw {
2353
- display: flex;
2354
- align-items: center;
2355
- justify-content: flex-end;
2356
- }
2357
- .o1i4orqw .icon-wrapper {
2358
- margin-right: 16px;
2359
- }
2360
-
2361
- .t79k8o2 {
2362
- color: rgba(0, 21, 64, 0.3);
2363
- }
2364
-
2365
- .ipd9bk.ant-input {
2366
- padding: 5px 12px;
2367
- line-height: 20px;
2368
- color: #2d3a56;
2369
- border-radius: 6px;
2370
- border-color: rgba(172, 186, 211, 0.6);
2371
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2372
- }
2373
- .ipd9bk.ant-input.ant-input-lg {
2374
- padding: 8px 16px;
2375
- line-height: 22px;
2376
- }
2377
- .ipd9bk.ant-input.ant-input-sm {
2378
- padding: 2px 8px;
2379
- line-height: 18px;
2380
- }
2381
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
2382
- border-color: rgba(107, 128, 167, 0.6);
2383
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2384
- }
2385
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
2386
- border-color: #0096ff;
2387
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2388
- }
2389
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2390
- border-color: #e75a3a;
2391
- color: #e75a3a;
2392
- }
2393
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
2394
- border-color: #e75a3a;
2395
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2396
- }
2397
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
2398
- border-color: #e75a3a;
2399
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2400
- }
2401
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2402
- background: rgba(211, 218, 235, 0.6);
2403
- color: rgba(0, 21, 64, 0.3);
2404
- border-color: rgba(172, 186, 211, 0.6);
2405
- }
2406
- .ipd9bk.ant-input-affix-wrapper {
2407
- padding: 5px 12px;
2408
- border-radius: 6px;
2409
- border-color: rgba(172, 186, 211, 0.6);
2410
- line-height: 20px;
2411
- color: #2d3a56;
2412
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2413
- }
2414
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2415
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2416
- color: rgba(44, 56, 82, 0.6);
2417
- }
2418
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2419
- padding: 8px 16px;
2420
- line-height: 22px;
2421
- }
2422
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2423
- padding: 2px 8px;
2424
- line-height: 18px;
2425
- }
2426
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2427
- border-color: rgba(107, 128, 167, 0.6);
2428
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2429
- }
2430
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2431
- border-color: #0096ff;
2432
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2433
- }
2434
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2435
- border-color: #e75a3a;
2436
- }
2437
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2438
- color: #e75a3a;
2439
- }
2440
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
2441
- border-color: #e75a3a;
2442
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2443
- }
2444
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
2445
- border-color: #e75a3a;
2446
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2447
- }
2448
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2449
- background: rgba(211, 218, 235, 0.6);
2450
- color: rgba(0, 21, 64, 0.3);
2451
- border-color: rgba(172, 186, 211, 0.6);
2452
- }
2453
- textarea.ipd9bk.ant-input {
2454
- transition-property: height;
2455
- transition-delay: 50ms;
2456
- }
2457
- textarea.ipd9bk.ant-input.textarea-large {
2458
- min-height: 40px;
2459
- height: 40px;
2460
- }
2461
- textarea.ipd9bk.ant-input.textarea-large:focus {
2462
- height: 80px;
2463
- }
2464
- textarea.ipd9bk.ant-input.textarea-middle {
2465
- min-height: 32px;
2466
- height: 32px;
2467
- }
2468
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2469
- height: 64px;
2470
- }
2471
- textarea.ipd9bk.ant-input.textarea-small {
2472
- min-height: 24px;
2473
- height: 24px;
2474
- }
2475
- textarea.ipd9bk.ant-input.textarea-small:focus {
2476
- height: 40px;
2477
- }
2478
-
2479
- .kypn5o5 input, .kypn5o5.input-tags {
2480
- border: 1px solid rgba(213, 219, 227, 0.6);
2481
- border-radius: 4px;
2245
+ .s34f1qb.ant-switch-small {
2246
+ min-width: 26px;
2247
+ height: 16px;
2482
2248
  }
2483
- .kypn5o5.input-tags {
2484
- position: relative;
2485
- padding: 6px;
2249
+ .s34f1qb.ant-switch-large {
2250
+ min-width: 52px;
2486
2251
  height: 32px;
2487
- cursor: pointer;
2488
- transition: border 150ms;
2489
- }
2490
- .kypn5o5.input-tags:hover {
2491
- border-color: #0080ff;
2492
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2493
2252
  }
2494
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2495
- padding-right: 30px;
2496
- }
2497
- .kypn5o5.input-tags .input-tags-inner {
2498
- display: flex;
2499
- }
2500
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2501
- display: flex;
2502
- }
2503
- .kypn5o5.input-tags .input-tag-suffix {
2504
- position: absolute;
2505
- right: 12px;
2506
- top: 50%;
2507
- transform: translateY(-50%);
2508
- }
2509
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2510
- color: rgba(0, 0, 0, 0.25);
2511
- font-size: 12px;
2512
- cursor: pointer;
2513
- }
2514
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2515
- color: rgba(0, 0, 0, 0.45);
2516
- }
2517
- .kypn5o5.has-focus-indicator {
2518
- position: relative;
2519
- overflow: hidden;
2520
- }
2521
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2522
- position: absolute;
2523
- top: 50%;
2524
- transform: translateY(-50%);
2525
- left: -16px;
2526
- transition: left 150ms ease;
2527
- opacity: 0;
2528
- }
2529
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2530
- left: 8px;
2531
- opacity: 1;
2532
- }
2533
- .kypn5o5.has-focus-indicator input {
2534
- transition: margin-left 150ms ease;
2535
- margin-left: 0px;
2536
- }
2537
- .kypn5o5.has-focus-indicator input:focus {
2538
- margin-left: 16px;
2539
- }
2540
-
2541
- input.l1ki27se.ant-input {
2542
- border-top-right-radius: 0;
2543
- border-bottom-right-radius: 0;
2544
- }
2545
-
2546
- .l1ki27se.ant-input-affix-wrapper {
2547
- border-top-right-radius: 0;
2548
- border-bottom-right-radius: 0;
2549
- }
2550
-
2551
- input.rrg1fkn.ant-input {
2552
- border-top-left-radius: 0;
2553
- border-bottom-left-radius: 0;
2554
- }
2555
-
2556
- .rrg1fkn.ant-input-affix-wrapper {
2557
- border-top-left-radius: 0;
2558
- border-bottom-left-radius: 0;
2559
- }
2560
-
2561
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2562
- border-top-right-radius: 0;
2563
- border-bottom-right-radius: 0;
2564
- }
2565
-
2566
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2567
- border-top-left-radius: 0;
2568
- border-bottom-left-radius: 0;
2569
- }
2570
-
2571
- .p12gwtiw {
2572
- display: flex;
2573
- justify-content: space-between;
2574
- align-items: center;
2575
- padding: 10px 0;
2576
- color: rgba(44, 56, 82, 0.6);
2577
- font-size: 12px;
2578
- line-height: 24px;
2579
- }
2580
- .p12gwtiw .pagination-left {
2581
- padding: 2px 8px;
2582
- }
2583
- .p12gwtiw .dropdown-trigger {
2584
- display: flex;
2585
- align-items: center;
2586
- border-radius: 6px;
2587
- cursor: pointer;
2588
- transition: all 0.3s ease;
2253
+ .s34f1qb.ant-switch .ant-switch-handle {
2254
+ height: 20px;
2255
+ width: 20px;
2589
2256
  }
2590
- .p12gwtiw .dropdown-trigger:hover {
2591
- background: rgba(211, 218, 235, 0.6);
2592
- color: #0080ff;
2257
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2258
+ border-radius: 10px;
2259
+ transition-delay: 120ms;
2593
2260
  }
2594
- .p12gwtiw .dropdown-trigger .icon-inner {
2595
- margin-left: 4px;
2261
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2262
+ height: 14px;
2263
+ width: 14px;
2264
+ top: 1px;
2265
+ left: 1px;
2596
2266
  }
2597
- .p12gwtiw .pagination-right {
2598
- display: flex;
2599
- align-items: center;
2600
- color: #0080ff;
2601
- font-weight: bold;
2267
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2268
+ height: 28px;
2269
+ width: 28px;
2602
2270
  }
2603
- .p12gwtiw .pagination-right .icon-inner {
2604
- margin-left: 4px;
2271
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2272
+ border-radius: 14px;
2605
2273
  }
2606
- .p12gwtiw .pagination-right .prev-btn,
2607
- .p12gwtiw .pagination-right .next-btn {
2608
- padding: 0 8px;
2274
+ .s34f1qb.ant-switch-checked {
2275
+ background-color: #00ba5d;
2609
2276
  }
2610
- .p12gwtiw .pagination-right .prev-btn > span,
2611
- .p12gwtiw .pagination-right .next-btn > span {
2612
- color: #0080ff;
2277
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2278
+ left: calc(100% - 20px - 2px);
2613
2279
  }
2614
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2615
- transform: rotate(180deg);
2280
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2281
+ left: calc(100% - 14px - 1px);
2616
2282
  }
2617
-
2618
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2619
- max-height: calc(100vh - 128px);
2620
- overflow-y: auto;
2283
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2284
+ left: calc(100% - 28px - 2px);
2621
2285
  }
2622
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2623
- padding: 4px 20px;
2624
- font-size: 12px;
2625
- line-height: 18px;
2286
+
2287
+ .c1to9vb9 {
2288
+ margin-left: 5px;
2626
2289
  }
2627
2290
 
2628
2291
  .t1upn1sz {
@@ -2792,521 +2455,858 @@ input.rrg1fkn.ant-input {
2792
2455
  .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
2793
2456
  border-radius: 8px 0 0 8px;
2794
2457
  }
2795
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2796
- content: "";
2797
- width: 4px;
2798
- top: -1px;
2799
- bottom: -1px;
2800
- background: white;
2458
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
2459
+ content: "";
2460
+ width: 4px;
2461
+ top: -1px;
2462
+ bottom: -1px;
2463
+ background: white;
2464
+ }
2465
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2466
+ border-radius: 0 8px 8px 0;
2467
+ }
2468
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2469
+ border-radius: 0;
2470
+ background: white;
2471
+ border-top: none;
2472
+ }
2473
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2474
+ border-top: 1px solid transparent;
2475
+ border-radius: 0 8px 8px 0;
2476
+ background: rgba(225, 230, 241, 0.6);
2477
+ }
2478
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2479
+ background: white;
2480
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2481
+ }
2482
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2483
+ display: flex;
2484
+ align-items: center;
2485
+ height: 100%;
2486
+ background: rgba(225, 230, 241, 0.6);
2487
+ }
2488
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2489
+ background: white;
2490
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2491
+ }
2492
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2493
+ display: flex;
2494
+ align-items: center;
2495
+ height: 100%;
2496
+ background: rgba(225, 230, 241, 0.6);
2497
+ }
2498
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2499
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2500
+ }
2501
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2502
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2503
+ border-radius: 8px;
2504
+ }
2505
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2506
+ border-top-color: white;
2507
+ }
2508
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2509
+ background: rgba(0, 136, 255, 0.1);
2510
+ border-bottom-color: transparent;
2511
+ border-top-color: transparent;
2512
+ }
2513
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2514
+ border-radius: 8px 0 0 8px;
2515
+ }
2516
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2517
+ border-radius: 0 8px 8px 0;
2518
+ }
2519
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2520
+ background: rgba(0, 136, 255, 0.1);
2521
+ }
2522
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
2523
+ background: #fff;
2524
+ font-weight: 400;
2525
+ position: relative;
2526
+ border-bottom: none;
2527
+ color: #00122e;
2528
+ transition: none;
2529
+ padding: 15px 8px 15px 8px;
2530
+ }
2531
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2532
+ content: "";
2533
+ width: 1px;
2534
+ top: 0;
2535
+ bottom: 0;
2536
+ background: rgba(211, 218, 235, 0.6);
2537
+ position: absolute;
2538
+ right: 0;
2539
+ }
2540
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2541
+ padding: unset;
2542
+ }
2543
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2544
+ display: none;
2545
+ }
2546
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2547
+ width: 100%;
2548
+ overflow: hidden;
2549
+ white-space: nowrap;
2550
+ text-overflow: ellipsis;
2551
+ }
2552
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2553
+ overflow: hidden;
2554
+ text-overflow: ellipsis;
2555
+ }
2556
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2557
+ padding: 15px 28px 15px 8px;
2558
+ }
2559
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2560
+ padding: 0;
2561
+ }
2562
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2563
+ position: absolute;
2564
+ right: 10px;
2565
+ top: 50%;
2566
+ transform: translateY(-50%);
2567
+ height: 16px;
2568
+ display: none;
2569
+ transition: transform 320ms ease;
2570
+ }
2571
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2572
+ display: block;
2573
+ transform: translateY(-50%) rotateX(180deg);
2574
+ }
2575
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2576
+ display: block;
2577
+ }
2578
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2579
+ display: none;
2580
+ }
2581
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2582
+ transform: translateY(-50%);
2583
+ }
2584
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2585
+ transform: translateY(-50%) rotateX(180deg);
2586
+ }
2587
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2588
+ background: #f2f5fa;
2589
+ }
2590
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2591
+ display: block;
2592
+ }
2593
+ .tta5kd2 .ant-table .ant-table-selection-column {
2594
+ padding: 0 !important;
2595
+ }
2596
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2597
+ position: absolute;
2598
+ left: 50%;
2599
+ top: 50%;
2600
+ transform: translate(-50%, -50%);
2601
+ }
2602
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
2603
+ display: none;
2604
+ }
2605
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2606
+ background: #fff;
2607
+ }
2608
+ .tta5kd2 .ant-table .ant-table-placeholder {
2609
+ background: inherit;
2610
+ }
2611
+ .tta5kd2 .ant-table .ant-table-placeholder td {
2612
+ position: static;
2613
+ border: none;
2614
+ background: inherit !important;
2615
+ height: 100px;
2616
+ vertical-align: middle;
2617
+ }
2618
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2619
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2620
+ font-weight: bold;
2621
+ font-size: 20px;
2622
+ color: rgba(10, 37, 85, 0.6);
2623
+ }
2624
+ .tta5kd2 .ant-table td.cell__action_ {
2625
+ padding: 0 !important;
2626
+ position: relative;
2627
+ background: #fff;
2628
+ }
2629
+ .tta5kd2 .ant-table td.cell__action_ > * {
2630
+ height: 100%;
2631
+ display: flex;
2632
+ align-items: center;
2633
+ justify-content: flex-end;
2634
+ padding-right: 8px;
2635
+ }
2636
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
2637
+ width: 24px;
2638
+ height: 24px;
2639
+ cursor: pointer;
2640
+ justify-content: center;
2641
+ border-radius: 4px;
2642
+ }
2643
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2644
+ background: #fff;
2645
+ }
2646
+
2647
+ .cz04yix {
2648
+ display: flex;
2649
+ flex-direction: column;
2650
+ }
2651
+
2652
+ .m1if5j39 {
2653
+ max-width: 1120px;
2654
+ width: 100%;
2655
+ margin: 0 auto;
2656
+ height: 100%;
2657
+ }
2658
+
2659
+ .w1vvwdlp {
2660
+ max-width: 1120px;
2661
+ width: 100%;
2662
+ margin: 0 auto;
2663
+ display: flex;
2664
+ }
2665
+ .w1vvwdlp .left,
2666
+ .w1vvwdlp .right {
2667
+ flex-grow: 0;
2668
+ flex-shrink: 0;
2669
+ flex-basis: 21%;
2670
+ }
2671
+ .w1vvwdlp .left {
2672
+ display: flex;
2673
+ justify-content: flex-end;
2674
+ padding-right: 44px;
2675
+ }
2676
+ .w1vvwdlp .right {
2677
+ padding-left: 44px;
2678
+ }
2679
+ .w1vvwdlp .middle {
2680
+ margin-bottom: 40px;
2681
+ flex-grow: 0;
2682
+ flex-shrink: 0;
2683
+ flex-basis: 58%;
2684
+ }
2685
+ .w1vvwdlp .middle .form-base-field {
2686
+ width: 100%;
2801
2687
  }
2802
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
2803
- border-radius: 0 8px 8px 0;
2688
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2689
+ width: auto;
2804
2690
  }
2805
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
2806
- border-radius: 0;
2807
- background: white;
2808
- border-top: none;
2691
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2692
+ flex: initial;
2809
2693
  }
2810
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
2811
- border-top: 1px solid transparent;
2812
- border-radius: 0 8px 8px 0;
2813
- background: rgba(225, 230, 241, 0.6);
2694
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2695
+ margin-top: 4px;
2814
2696
  }
2815
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
2816
- background: white;
2817
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2697
+ .w1vvwdlp .ant-steps-item-icon,
2698
+ .w1vvwdlp .ant-steps-item-tail {
2699
+ display: none !important;
2818
2700
  }
2819
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
2701
+ .w1vvwdlp .ant-steps-item-container {
2702
+ padding: 0 15px;
2703
+ border-radius: 4px;
2704
+ height: 32px;
2820
2705
  display: flex;
2821
2706
  align-items: center;
2822
- height: 100%;
2823
- background: rgba(225, 230, 241, 0.6);
2824
2707
  }
2825
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
2826
- background: white;
2827
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2708
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2709
+ min-height: auto;
2710
+ white-space: nowrap;
2828
2711
  }
2829
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
2830
- display: flex;
2831
- align-items: center;
2832
- height: 100%;
2833
- background: rgba(225, 230, 241, 0.6);
2712
+ .w1vvwdlp .ant-steps-item-description {
2713
+ padding-bottom: 0px;
2834
2714
  }
2835
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
2836
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
2715
+ .w1vvwdlp .ant-steps-item-title {
2716
+ font-size: 13px !important;
2717
+ line-height: 20px !important;
2837
2718
  }
2838
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
2839
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
2840
- border-radius: 8px;
2719
+ .w1vvwdlp .ant-steps-item-title .step-index {
2720
+ display: inline-block;
2721
+ text-align: center;
2722
+ width: 13px;
2723
+ margin-right: 12px;
2841
2724
  }
2842
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
2843
- border-top-color: white;
2725
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2726
+ background: rgba(0, 128, 255, 0.1);
2844
2727
  }
2845
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2846
- background: rgba(0, 136, 255, 0.1);
2847
- border-bottom-color: transparent;
2848
- border-top-color: transparent;
2728
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2729
+ color: #005ed1;
2849
2730
  }
2850
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
2851
- border-radius: 8px 0 0 8px;
2731
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2732
+ background: rgba(237, 241, 250, 0.6);
2852
2733
  }
2853
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
2854
- border-radius: 0 8px 8px 0;
2734
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2735
+ color: rgba(10, 37, 85, 0.6) !important;
2855
2736
  }
2856
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
2857
- background: rgba(0, 136, 255, 0.1);
2737
+ .w1vvwdlp .ant-steps-item-disabled {
2738
+ cursor: not-allowed;
2858
2739
  }
2859
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
2860
- background: #fff;
2861
- font-weight: 400;
2862
- position: relative;
2863
- border-bottom: none;
2864
- color: #00122e;
2865
- transition: none;
2866
- padding: 15px 8px 15px 8px;
2740
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2741
+ background: rgba(237, 241, 250, 0.6);
2867
2742
  }
2868
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
2869
- content: "";
2870
- width: 1px;
2871
- top: 0;
2872
- bottom: 0;
2873
- background: rgba(211, 218, 235, 0.6);
2874
- position: absolute;
2875
- right: 0;
2743
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2744
+ color: #2d3a56;
2876
2745
  }
2877
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
2878
- padding: unset;
2746
+
2747
+ .h1cuopx7 .ant-modal-header {
2748
+ margin: 0 auto;
2749
+ width: 100%;
2750
+ max-width: 648px;
2879
2751
  }
2880
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2881
- display: none;
2752
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2753
+ margin-left: 0;
2882
2754
  }
2883
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
2755
+ .h1cuopx7 .ant-modal-body {
2756
+ margin: 0 auto;
2757
+ padding: 0;
2884
2758
  width: 100%;
2759
+ max-width: 648px;
2885
2760
  overflow: hidden;
2886
- white-space: nowrap;
2887
- text-overflow: ellipsis;
2888
2761
  }
2889
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
2890
- overflow: hidden;
2891
- text-overflow: ellipsis;
2762
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2763
+ margin-bottom: 40px;
2892
2764
  }
2893
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
2894
- padding: 15px 28px 15px 8px;
2765
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2766
+ height: calc(100vh - 225px);
2767
+ overflow-y: auto;
2895
2768
  }
2896
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2769
+ .h1cuopx7 .ant-modal-footer .footer-content {
2770
+ margin: 0 auto;
2771
+ max-width: 648px;
2772
+ }
2773
+
2774
+ .h1p6d3y3 .ant-modal-header {
2775
+ margin: 0 auto;
2776
+ width: 100%;
2777
+ max-width: 1024px;
2778
+ }
2779
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2780
+ margin-left: 0;
2781
+ }
2782
+ .h1p6d3y3 .ant-modal-body {
2783
+ margin: 0 auto;
2897
2784
  padding: 0;
2785
+ width: 100%;
2786
+ max-width: 1024px;
2787
+ overflow: hidden;
2898
2788
  }
2899
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
2900
- position: absolute;
2901
- right: 10px;
2902
- top: 50%;
2903
- transform: translateY(-50%);
2904
- height: 16px;
2905
- display: none;
2906
- transition: transform 320ms ease;
2789
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2790
+ margin-bottom: 40px;
2907
2791
  }
2908
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
2909
- display: block;
2910
- transform: translateY(-50%) rotateX(180deg);
2792
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2793
+ height: calc(100vh - 225px);
2794
+ overflow-y: auto;
2911
2795
  }
2912
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
2913
- display: block;
2796
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2797
+ margin: 0 auto;
2798
+ max-width: 1024px;
2914
2799
  }
2915
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2916
- display: none;
2800
+
2801
+ .fxgckuk {
2802
+ flex: 1;
2917
2803
  }
2918
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
2919
- transform: translateY(-50%);
2804
+ .fxgckuk label {
2805
+ font-size: 13px;
2806
+ line-height: 20px;
2807
+ color: rgba(44, 56, 82, 0.6);
2920
2808
  }
2921
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
2922
- transform: translateY(-50%) rotateX(180deg);
2809
+ .fxgckuk .title {
2810
+ font-size: 14px;
2811
+ line-height: 20px;
2812
+ color: #2d3a56;
2813
+ margin-bottom: 12px;
2923
2814
  }
2924
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
2925
- background: #f2f5fa;
2815
+ .fxgckuk.connect-cluster .title {
2816
+ padding-bottom: 26px;
2926
2817
  }
2927
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2928
- display: block;
2818
+
2819
+ .f1d0vek1 {
2820
+ padding: 25px 0 15px 0;
2821
+ border-bottom: 1px solid #e1e5eb;
2822
+ margin-bottom: 16px;
2929
2823
  }
2930
- .tta5kd2 .ant-table .ant-table-selection-column {
2931
- padding: 0 !important;
2824
+
2825
+ .f4u402y {
2826
+ display: flex;
2827
+ align-items: center;
2828
+ margin-bottom: 8px;
2932
2829
  }
2933
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
2934
- position: absolute;
2935
- left: 50%;
2936
- top: 50%;
2937
- transform: translate(-50%, -50%);
2830
+ .f4u402y > label {
2831
+ width: 216px;
2832
+ }
2833
+ .f4u402y > label + * {
2834
+ width: 100%;
2835
+ }
2836
+ .f4u402y .ant-select {
2837
+ width: 100%;
2838
+ }
2839
+
2840
+ .e1pldf6v {
2841
+ color: #e75a3a;
2842
+ margin-right: 10px;
2843
+ }
2844
+
2845
+ .dq0gblh {
2846
+ width: 100%;
2847
+ height: 1px;
2848
+ background: rgba(213, 219, 227, 0.6);
2849
+ margin: 24px 0;
2850
+ }
2851
+
2852
+ .l1v7sr0n {
2853
+ display: flex;
2854
+ justify-content: center;
2855
+ align-items: center;
2856
+ height: 100%;
2857
+ }
2858
+
2859
+ .d1i4ou6o {
2860
+ display: inline-block;
2861
+ width: 4px;
2862
+ height: 4px;
2863
+ background: #8e9aa9;
2864
+ opacity: 0.4;
2865
+ border-radius: 50%;
2866
+ margin: 0 4px;
2867
+ }
2868
+
2869
+ .m1jy87hk .ant-modal-header,
2870
+ .m1jy87hk .ant-modal-footer .footer-content {
2871
+ width: 648px;
2872
+ margin: 0 auto;
2938
2873
  }
2939
- .tta5kd2 .ant-table .ant-table-selection-column:after {
2940
- display: none;
2874
+ .m1jy87hk .ant-modal-header {
2875
+ padding: 35px 0 24px;
2876
+ border: none;
2941
2877
  }
2942
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
2943
- background: #fff;
2878
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2879
+ font-size: 30px;
2944
2880
  }
2945
- .tta5kd2 .ant-table .ant-table-placeholder {
2946
- background: inherit;
2881
+ .m1jy87hk .ant-modal-body {
2882
+ padding: 4px 0 2px;
2947
2883
  }
2948
- .tta5kd2 .ant-table .ant-table-placeholder td {
2949
- position: static;
2884
+ .m1jy87hk .ant-modal-footer {
2950
2885
  border: none;
2951
- background: inherit !important;
2952
- height: 100px;
2953
- vertical-align: middle;
2954
2886
  }
2955
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
2956
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
2887
+
2888
+ .ti7fpyu {
2889
+ font-size: 12px;
2890
+ line-height: 18px;
2957
2891
  font-weight: bold;
2958
- font-size: 20px;
2959
- color: rgba(10, 37, 85, 0.6);
2892
+ color: #fff;
2893
+ padding: 0 4px;
2894
+ border-radius: 4px;
2895
+ display: inline-block;
2896
+ background: var(--ti7fpyu-0);
2960
2897
  }
2961
- .tta5kd2 .ant-table td.cell__action_ {
2962
- padding: 0 !important;
2963
- position: relative;
2964
- background: #fff;
2898
+ .ti7fpyu:not(:first-child) {
2899
+ margin-left: 4px;
2965
2900
  }
2966
- .tta5kd2 .ant-table td.cell__action_ > * {
2901
+
2902
+ .f1rest1f {
2903
+ width: 100%;
2967
2904
  height: 100%;
2968
2905
  display: flex;
2969
2906
  align-items: center;
2970
- justify-content: flex-end;
2971
- padding-right: 8px;
2972
- }
2973
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
2974
- width: 24px;
2975
- height: 24px;
2976
- cursor: pointer;
2977
2907
  justify-content: center;
2978
- border-radius: 4px;
2979
2908
  }
2980
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
2981
- background: #fff;
2909
+
2910
+ .n1kbdoln {
2911
+ font-size: 90%;
2912
+ font-weight: bold;
2913
+ background-color: rgba(240, 243, 247, 0.6);
2914
+ padding: 1px 4px 1px;
2915
+ margin-left: 2px;
2916
+ margin-right: 2px;
2917
+ border: 1px solid rgba(213, 219, 227, 0.6);
2918
+ border-radius: 4px;
2982
2919
  }
2983
2920
 
2984
- .rxbeqvl.ant-radio-wrapper {
2985
- display: inline-flex;
2986
- align-items: baseline;
2987
- white-space: pre-wrap;
2921
+ .f1y3gta0.form-item-general {
2922
+ width: 640px;
2988
2923
  }
2989
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2990
- position: relative;
2991
- top: 3px;
2924
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2925
+ margin-top: 16px;
2992
2926
  }
2993
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2994
- border-color: rgba(107, 128, 167, 0.6);
2927
+ .f1y3gta0.form-item-compact {
2928
+ width: 412px;
2995
2929
  }
2996
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2997
- border-color: #0080ff;
2930
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2931
+ margin-top: 8px;
2998
2932
  }
2999
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
3000
- border-color: #0080ff;
3001
- background: #0080ff;
2933
+ .f1y3gta0 .form-item {
2934
+ width: auto;
3002
2935
  }
3003
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
3004
- top: 4px;
3005
- left: 4px;
3006
- width: 6px;
3007
- height: 6px;
3008
- background: #fff;
2936
+ .f1y3gta0 .form-item-main {
2937
+ position: relative;
2938
+ display: flex;
3009
2939
  }
3010
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
3011
- opacity: 0.5;
2940
+ .f1y3gta0 .form-item-extra {
2941
+ margin-top: 4px;
2942
+ width: 100%;
2943
+ padding: 14px;
2944
+ background: #f2f4f6;
2945
+ font-size: 13px;
2946
+ line-height: 1.8;
2947
+ color: #8e9aa9;
3012
2948
  }
3013
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
3014
- border-color: rgba(107, 128, 167, 0.6);
3015
- background: rgba(211, 218, 235, 0.6);
2949
+ .f1y3gta0 .form-item-label {
2950
+ padding-right: 12px;
2951
+ font-size: 13px;
2952
+ color: rgba(44, 56, 82, 0.6);
3016
2953
  }
3017
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
3018
- background: #00122e;
2954
+ .f1y3gta0 .form-item-label.label-right {
2955
+ text-align: right;
3019
2956
  }
3020
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
3021
- color: #00122e;
3022
- opacity: 0.5;
2957
+ .f1y3gta0 .form-item-label,
2958
+ .f1y3gta0 .form-item-control {
2959
+ line-height: 32px;
3023
2960
  }
3024
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3025
- color: #00122e;
2961
+ .f1y3gta0 .form-item-control .form-item-error {
2962
+ line-height: 18px;
3026
2963
  }
3027
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
3028
- display: inline-block;
3029
- padding: 0;
3030
- padding-left: 12px;
2964
+ .f1y3gta0 .form-item-children {
2965
+ width: 100%;
3031
2966
  }
3032
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
3033
- margin-bottom: 0;
3034
- white-space: pre-wrap;
3035
- color: rgba(44, 56, 82, 0.6);
2967
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
2968
+ width: 100%;
3036
2969
  }
3037
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
3038
- padding-left: 8px;
2970
+ .f1y3gta0 .form-item-error {
2971
+ color: #e75a3a;
2972
+ height: 0;
2973
+ overflow: hidden;
2974
+ }
2975
+ .f1y3gta0 .form-item-error-enter-done {
2976
+ margin-top: 4px;
2977
+ height: auto;
2978
+ overflow: auto;
2979
+ }
2980
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2981
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2982
+ border: 1px solid #e75a3a;
2983
+ color: #e75a3a;
3039
2984
  }
3040
2985
 
3041
- .r5ie79y .ant-radio-button-wrapper:first-child {
3042
- border-radius: 5px 0 0 5px;
2986
+ .fujbm7g {
2987
+ color: #2d3a56;
2988
+ font-weight: bold;
2989
+ padding-bottom: 6px;
2990
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2991
+ margin-bottom: 16px;
3043
2992
  }
3044
- .r5ie79y .ant-radio-button-wrapper:last-child {
3045
- border-radius: 0 5px 5px 0;
2993
+ .fujbm7g:not(:first-of-type) {
2994
+ margin-top: 16px;
3046
2995
  }
3047
2996
 
3048
- .r1f0aqcc {
3049
- color: #00122e;
3050
- border-color: #ccd4e3;
2997
+ .e5fsw5s {
2998
+ width: 8px;
2999
+ height: 24px;
3000
+ display: flex;
3001
+ justify-content: center;
3002
+ align-items: center;
3003
+ cursor: pointer;
3004
+ transition: all 200ms ease-out 40ms;
3051
3005
  }
3052
- .r1f0aqcc:first-child {
3053
- color: #00122e;
3054
- border-color: #a3b4cc;
3006
+ .e5fsw5s:before, .e5fsw5s:after {
3007
+ content: "";
3008
+ width: 1px;
3009
+ height: 6px;
3010
+ border-radius: 1px;
3011
+ background: #ccd4e3;
3012
+ position: relative;
3013
+ right: 2px;
3014
+ transform: rotate(-45deg);
3055
3015
  }
3056
- .r1f0aqcc.ant-radio-button-wrapper {
3057
- padding: 0 12px;
3058
- line-height: 32px;
3059
- height: 32px;
3016
+ .e5fsw5s:after {
3017
+ transform: rotate(45deg);
3018
+ left: 1px;
3060
3019
  }
3061
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
3062
- white-space: nowrap;
3020
+
3021
+ .w18knsg4.ant-alert-warning {
3022
+ border: 0;
3023
+ background: rgba(255, 187, 0, 0.1);
3024
+ border-radius: 6px;
3063
3025
  }
3064
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
3065
- background: #ccd4e3;
3026
+ .w18knsg4.ant-alert,
3027
+ .w18knsg4 .ant-alert-message {
3028
+ color: #e07f00;
3066
3029
  }
3067
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
3068
- background: #0080ff;
3030
+ .w18knsg4.ant-alert .dashed-border-bottom,
3031
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
3032
+ border-bottom-color: #e07f00;
3069
3033
  }
3070
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
3071
- background: #ccd4e3;
3072
- opacity: 0.5;
3034
+
3035
+ .ng31n2o {
3036
+ display: flex;
3037
+ flex-direction: row;
3038
+ padding: 7px 12px;
3039
+ background: rgba(255, 187, 0, 0.1);
3040
+ border-radius: 6px;
3041
+ color: #e07f00;
3042
+ font-size: 12px;
3043
+ line-height: 18px;
3073
3044
  }
3074
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
3075
- border-right-color: #0080ff;
3045
+ .ng31n2o .icon-wrapper {
3046
+ margin-right: 10px;
3047
+ height: 18px;
3076
3048
  }
3077
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
3078
- border-color: #0080ff;
3049
+
3050
+ .n15x5f5y {
3051
+ display: flex;
3052
+ flex-direction: row;
3053
+ padding: 7px 12px;
3054
+ background: rgba(225, 230, 241, 0.6);
3055
+ border-radius: 6px;
3056
+ color: rgba(44, 56, 82, 0.6);
3057
+ font-size: 12px;
3058
+ line-height: 18px;
3079
3059
  }
3080
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3060
+ .n15x5f5y .icon-wrapper {
3061
+ margin-right: 10px;
3062
+ height: 18px;
3063
+ }
3064
+
3065
+ .i16ozz3f {
3066
+ display: flex;
3067
+ flex-direction: row;
3068
+ padding: 7px 12px;
3081
3069
  background: rgba(0, 136, 255, 0.1);
3070
+ border-radius: 6px;
3071
+ color: #005ed1;
3072
+ font-size: 12px;
3073
+ line-height: 18px;
3082
3074
  }
3083
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
3084
- background: rgba(211, 218, 235, 0.6);
3085
- border-color: #ccd4e3;
3086
- opacity: 0.5;
3075
+ .i16ozz3f .icon-wrapper {
3076
+ margin-right: 10px;
3077
+ height: 18px;
3087
3078
  }
3088
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
3089
- color: #00122e;
3090
- border-color: #ccd4e3;
3079
+
3080
+ .dszu9qr {
3081
+ color: rgba(44, 56, 82, 0.6);
3082
+ margin-top: 5px;
3083
+ font-size: 12px;
3084
+ line-height: 18px;
3091
3085
  }
3092
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
3093
- color: #00122e;
3094
- border-color: #ccd4e3;
3095
- background: rgba(172, 186, 211, 0.6);
3086
+
3087
+ .snxzgx {
3088
+ color: #f0483e;
3089
+ font-size: 12px;
3090
+ white-space: pre-wrap;
3096
3091
  }
3097
- .r1f0aqcc .ant-radio-button-input {
3098
- margin-right: 8px;
3099
- display: inline;
3100
- border: none;
3101
- padding: 0;
3102
- width: 36px;
3103
- background: transparent;
3092
+
3093
+ .o1i4orqw {
3094
+ display: flex;
3095
+ align-items: center;
3096
+ justify-content: flex-end;
3104
3097
  }
3105
- .r1f0aqcc .ant-radio-button-input:focus {
3106
- box-shadow: none;
3098
+ .o1i4orqw .icon-wrapper {
3099
+ margin-right: 16px;
3107
3100
  }
3108
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
3109
- margin-right: 0;
3110
- width: initial;
3111
- box-shadow: none;
3101
+
3102
+ .t79k8o2 {
3103
+ color: rgba(0, 21, 64, 0.3);
3112
3104
  }
3113
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3114
- display: none;
3105
+
3106
+ .ipd9bk.ant-input {
3107
+ padding: 5px 12px;
3108
+ line-height: 20px;
3109
+ color: #2d3a56;
3110
+ border-radius: 6px;
3111
+ border-color: rgba(172, 186, 211, 0.6);
3112
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3115
3113
  }
3116
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
3117
- display: inline;
3114
+ .ipd9bk.ant-input.ant-input-lg {
3115
+ padding: 8px 16px;
3116
+ line-height: 22px;
3118
3117
  }
3119
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
3120
- display: inline;
3121
- margin-right: 8px;
3122
- padding: 0;
3123
- width: 36px;
3118
+ .ipd9bk.ant-input.ant-input-sm {
3119
+ padding: 2px 8px;
3120
+ line-height: 18px;
3124
3121
  }
3125
-
3126
- .s34f1qb.ant-switch {
3127
- min-width: 40px;
3128
- height: 24px;
3129
- background: rgba(172, 186, 211, 0.6);
3130
- overflow: hidden;
3122
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
3123
+ border-color: rgba(107, 128, 167, 0.6);
3124
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3131
3125
  }
3132
- .s34f1qb.ant-switch:focus {
3133
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
3126
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
3127
+ border-color: #0096ff;
3128
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3134
3129
  }
3135
- .s34f1qb.ant-switch-small {
3136
- min-width: 26px;
3137
- height: 16px;
3130
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
3131
+ border-color: #e75a3a;
3132
+ color: #e75a3a;
3138
3133
  }
3139
- .s34f1qb.ant-switch-large {
3140
- min-width: 52px;
3141
- height: 32px;
3134
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
3135
+ border-color: #e75a3a;
3136
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3142
3137
  }
3143
- .s34f1qb.ant-switch .ant-switch-handle {
3144
- height: 20px;
3145
- width: 20px;
3138
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
3139
+ border-color: #e75a3a;
3140
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3146
3141
  }
3147
- .s34f1qb.ant-switch .ant-switch-handle::before {
3148
- border-radius: 10px;
3149
- transition-delay: 120ms;
3142
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
3143
+ background: rgba(211, 218, 235, 0.6);
3144
+ color: rgba(0, 21, 64, 0.3);
3145
+ border-color: rgba(172, 186, 211, 0.6);
3150
3146
  }
3151
- .s34f1qb.ant-switch-small .ant-switch-handle {
3152
- height: 14px;
3153
- width: 14px;
3154
- top: 1px;
3155
- left: 1px;
3147
+ .ipd9bk.ant-input-affix-wrapper {
3148
+ padding: 5px 12px;
3149
+ border-radius: 6px;
3150
+ border-color: rgba(172, 186, 211, 0.6);
3151
+ line-height: 20px;
3152
+ color: #2d3a56;
3153
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3156
3154
  }
3157
- .s34f1qb.ant-switch-large .ant-switch-handle {
3158
- height: 28px;
3159
- width: 28px;
3155
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
3156
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
3157
+ color: rgba(44, 56, 82, 0.6);
3160
3158
  }
3161
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
3162
- border-radius: 14px;
3159
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
3160
+ padding: 8px 16px;
3161
+ line-height: 22px;
3163
3162
  }
3164
- .s34f1qb.ant-switch-checked {
3165
- background-color: #00ba5d;
3163
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
3164
+ padding: 2px 8px;
3165
+ line-height: 18px;
3166
3166
  }
3167
- .s34f1qb.ant-switch-checked .ant-switch-handle {
3168
- left: calc(100% - 20px - 2px);
3167
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
3168
+ border-color: rgba(107, 128, 167, 0.6);
3169
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3169
3170
  }
3170
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
3171
- left: calc(100% - 14px - 1px);
3171
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
3172
+ border-color: #0096ff;
3173
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3172
3174
  }
3173
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
3174
- left: calc(100% - 28px - 2px);
3175
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
3176
+ border-color: #e75a3a;
3175
3177
  }
3176
-
3177
- .c1to9vb9 {
3178
- margin-left: 5px;
3178
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
3179
+ color: #e75a3a;
3179
3180
  }
3180
-
3181
- .s1fc623g {
3182
- width: 430px !important;
3181
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
3182
+ border-color: #e75a3a;
3183
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3183
3184
  }
3184
-
3185
- .oa3mx0o {
3186
- display: flex;
3187
- flex-direction: column;
3185
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
3186
+ border-color: #e75a3a;
3187
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3188
3188
  }
3189
-
3190
- .onr9gzt {
3191
- display: flex;
3192
- justify-content: space-between;
3189
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
3190
+ background: rgba(211, 218, 235, 0.6);
3191
+ color: rgba(0, 21, 64, 0.3);
3192
+ border-color: rgba(172, 186, 211, 0.6);
3193
3193
  }
3194
-
3195
- .oiy0apc {
3196
- display: flex;
3197
- color: rgba(44, 56, 82, 0.6);
3194
+ textarea.ipd9bk.ant-input {
3195
+ transition-property: height;
3196
+ transition-delay: 50ms;
3198
3197
  }
3199
-
3200
- .bpq0js6 {
3201
- padding: 4px 11px;
3198
+ textarea.ipd9bk.ant-input.textarea-large {
3199
+ min-height: 40px;
3200
+ height: 40px;
3202
3201
  }
3203
-
3204
- .b15sn34c {
3205
- white-space: nowrap;
3206
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
3202
+ textarea.ipd9bk.ant-input.textarea-large:focus {
3203
+ height: 80px;
3207
3204
  }
3208
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
3209
- --color: #0080ff;
3205
+ textarea.ipd9bk.ant-input.textarea-middle {
3206
+ min-height: 32px;
3207
+ height: 32px;
3210
3208
  }
3211
- .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] {
3212
- --color: #0080ff;
3209
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
3210
+ height: 64px;
3213
3211
  }
3214
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
3215
- margin-left: 1px;
3212
+ textarea.ipd9bk.ant-input.textarea-small {
3213
+ min-height: 24px;
3214
+ height: 24px;
3216
3215
  }
3217
- .b15sn34c > .ant-btn:not(:only-child):first-child {
3218
- border-top-right-radius: 0;
3219
- border-bottom-right-radius: 0;
3216
+ textarea.ipd9bk.ant-input.textarea-small:focus {
3217
+ height: 40px;
3220
3218
  }
3221
- .b15sn34c > .ant-btn:not(:only-child):last-child {
3222
- border-top-left-radius: 0;
3223
- border-bottom-left-radius: 0;
3219
+
3220
+ .kypn5o5 input, .kypn5o5.input-tags {
3221
+ border: 1px solid rgba(213, 219, 227, 0.6);
3222
+ border-radius: 4px;
3224
3223
  }
3225
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
3226
- border-radius: unset;
3224
+ .kypn5o5.input-tags {
3225
+ position: relative;
3226
+ padding: 6px;
3227
+ height: 32px;
3228
+ cursor: pointer;
3229
+ transition: border 150ms;
3227
3230
  }
3228
-
3229
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
3230
- flex-direction: row;
3231
- justify-content: stretch;
3231
+ .kypn5o5.input-tags:hover {
3232
+ border-color: #0080ff;
3233
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
3232
3234
  }
3233
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
3234
- padding: 0;
3235
- margin-right: 4px;
3236
- flex: 1;
3237
- overflow: visible;
3235
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
3236
+ padding-right: 30px;
3238
3237
  }
3239
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
3240
- display: none;
3238
+ .kypn5o5.input-tags .input-tags-inner {
3239
+ display: flex;
3240
+ }
3241
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
3242
+ display: flex;
3241
3243
  }
3242
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
3243
- width: 100%;
3244
- min-height: unset;
3244
+ .kypn5o5.input-tags .input-tag-suffix {
3245
+ position: absolute;
3246
+ right: 12px;
3247
+ top: 50%;
3248
+ transform: translateY(-50%);
3245
3249
  }
3246
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
3247
- height: 26px;
3248
- line-height: 26px;
3249
- width: 100%;
3250
- text-align: center;
3251
- padding: 0;
3250
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
3251
+ color: rgba(0, 0, 0, 0.25);
3252
3252
  font-size: 12px;
3253
- font-weight: normal;
3254
- }
3255
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
3256
- margin-right: 10px;
3253
+ cursor: pointer;
3257
3254
  }
3258
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
3259
- display: none;
3255
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
3256
+ color: rgba(0, 0, 0, 0.45);
3260
3257
  }
3261
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
3262
- border-radius: 4px 0 0 4px;
3258
+ .kypn5o5.has-focus-indicator {
3259
+ position: relative;
3260
+ overflow: hidden;
3263
3261
  }
3264
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
3265
- margin-right: 0;
3262
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
3263
+ position: absolute;
3264
+ top: 50%;
3265
+ transform: translateY(-50%);
3266
+ left: -16px;
3267
+ transition: left 150ms ease;
3268
+ opacity: 0;
3266
3269
  }
3267
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
3268
- border-radius: 0 4px 4px 0;
3270
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
3271
+ left: 8px;
3272
+ opacity: 1;
3269
3273
  }
3270
- .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 {
3271
- content: "";
3272
- width: 0;
3273
- height: 0;
3274
- border: 13px solid transparent;
3275
- position: absolute;
3276
- top: 0;
3277
- border-left: 8px solid rgba(237, 241, 250, 0.6);
3278
- right: -21px;
3279
- z-index: 2;
3274
+ .kypn5o5.has-focus-indicator input {
3275
+ transition: margin-left 150ms ease;
3276
+ margin-left: 0px;
3280
3277
  }
3281
- .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 {
3282
- content: "";
3283
- width: 0;
3284
- height: 0;
3285
- border: 13px solid transparent;
3286
- position: absolute;
3287
- top: 0;
3288
- border-left: 8px solid #fff;
3289
- left: 0;
3278
+ .kypn5o5.has-focus-indicator input:focus {
3279
+ margin-left: 16px;
3290
3280
  }
3291
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
3292
- background-color: rgba(0, 136, 255, 0.1);
3281
+
3282
+ input.l1ki27se.ant-input {
3283
+ border-top-right-radius: 0;
3284
+ border-bottom-right-radius: 0;
3293
3285
  }
3294
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
3295
- border-left-color: rgba(0, 136, 255, 0.1) !important;
3286
+
3287
+ .l1ki27se.ant-input-affix-wrapper {
3288
+ border-top-right-radius: 0;
3289
+ border-bottom-right-radius: 0;
3296
3290
  }
3297
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
3298
- color: #005ed1;
3291
+
3292
+ input.rrg1fkn.ant-input {
3293
+ border-top-left-radius: 0;
3294
+ border-bottom-left-radius: 0;
3299
3295
  }
3300
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
3301
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
3302
- background-color: rgba(237, 241, 250, 0.6);
3296
+
3297
+ .rrg1fkn.ant-input-affix-wrapper {
3298
+ border-top-left-radius: 0;
3299
+ border-bottom-left-radius: 0;
3303
3300
  }
3304
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
3305
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
3306
- color: rgba(44, 56, 82, 0.6);
3301
+
3302
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
3303
+ border-top-right-radius: 0;
3304
+ border-bottom-right-radius: 0;
3307
3305
  }
3308
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
3309
- padding: 0;
3306
+
3307
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
3308
+ border-top-left-radius: 0;
3309
+ border-bottom-left-radius: 0;
3310
3310
  }
3311
3311
 
3312
3312
  .d6j0lbj {
@@ -4089,6 +4089,81 @@ input.rrg1fkn.ant-input {
4089
4089
  color: rgba(44, 56, 82, 0.6);
4090
4090
  }
4091
4091
 
4092
+ .t1xo8w88 {
4093
+ height: 100%;
4094
+ }
4095
+ .t1xo8w88 .table-loading-item {
4096
+ padding: 12px 4px;
4097
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4098
+ display: flex;
4099
+ }
4100
+ .t1xo8w88 .table-loading-item > * {
4101
+ height: 16px;
4102
+ margin: 4px;
4103
+ background: rgba(204, 212, 227, 0.18);
4104
+ border-radius: 2px;
4105
+ }
4106
+ .t1xo8w88 .table-loading-item .checkbox-loading {
4107
+ width: 16px;
4108
+ }
4109
+ .t1xo8w88 .table-loading-item .td-loading {
4110
+ flex: 1;
4111
+ }
4112
+ .t1xo8w88 :nth-child(1) {
4113
+ padding: 8px 4px;
4114
+ }
4115
+ .t1xo8w88 :nth-child(1) > * {
4116
+ background: rgba(107, 125, 153, 0.18);
4117
+ }
4118
+ .t1xo8w88 :nth-child(1) > * {
4119
+ background: rgba(163, 180, 204, 0.18);
4120
+ }
4121
+
4122
+ .ams5nbq {
4123
+ position: absolute;
4124
+ top: 0;
4125
+ left: 0;
4126
+ bottom: 0;
4127
+ width: 1px;
4128
+ background: #0080ff;
4129
+ transform: translateX(-9999px);
4130
+ z-index: 999;
4131
+ }
4132
+ .ams5nbq::before {
4133
+ content: "";
4134
+ position: absolute;
4135
+ height: 34px;
4136
+ width: 3px;
4137
+ top: 0;
4138
+ left: -1px;
4139
+ background: #0080ff;
4140
+ }
4141
+
4142
+ .t1cs4awq {
4143
+ background: white;
4144
+ }
4145
+ .t1cs4awq .insert-left-tip,
4146
+ .t1cs4awq .insert-right-tip {
4147
+ display: none;
4148
+ position: absolute;
4149
+ top: 0;
4150
+ bottom: 0;
4151
+ width: 4px;
4152
+ background: rgba(0, 0, 255, 0.5);
4153
+ }
4154
+ .t1cs4awq .insert-left-tip {
4155
+ left: 0px;
4156
+ }
4157
+ .t1cs4awq .insert-right-tip {
4158
+ right: 0px;
4159
+ }
4160
+ .t1cs4awq.on-dragenter-left .insert-left-tip {
4161
+ display: block;
4162
+ }
4163
+ .t1cs4awq.on-dragenter-right .insert-right-tip {
4164
+ display: block;
4165
+ }
4166
+
4092
4167
  .d1h5z4k4.ant-dropdown {
4093
4168
  background: #fff;
4094
4169
  border: 1px solid #dfe4eb;
@@ -4198,85 +4273,10 @@ input.rrg1fkn.ant-input {
4198
4273
  left: 4px;
4199
4274
  }
4200
4275
 
4201
- .t1xo8w88 {
4202
- height: 100%;
4203
- }
4204
- .t1xo8w88 .table-loading-item {
4205
- padding: 12px 4px;
4206
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
4207
- display: flex;
4208
- }
4209
- .t1xo8w88 .table-loading-item > * {
4210
- height: 16px;
4211
- margin: 4px;
4212
- background: rgba(204, 212, 227, 0.18);
4213
- border-radius: 2px;
4214
- }
4215
- .t1xo8w88 .table-loading-item .checkbox-loading {
4216
- width: 16px;
4217
- }
4218
- .t1xo8w88 .table-loading-item .td-loading {
4219
- flex: 1;
4220
- }
4221
- .t1xo8w88 :nth-child(1) {
4222
- padding: 8px 4px;
4223
- }
4224
- .t1xo8w88 :nth-child(1) > * {
4225
- background: rgba(107, 125, 153, 0.18);
4226
- }
4227
- .t1xo8w88 :nth-child(1) > * {
4228
- background: rgba(163, 180, 204, 0.18);
4229
- }
4230
-
4231
- .ams5nbq {
4232
- position: absolute;
4233
- top: 0;
4234
- left: 0;
4235
- bottom: 0;
4236
- width: 1px;
4237
- background: #0080ff;
4238
- transform: translateX(-9999px);
4239
- z-index: 999;
4240
- }
4241
- .ams5nbq::before {
4242
- content: "";
4243
- position: absolute;
4244
- height: 34px;
4245
- width: 3px;
4246
- top: 0;
4247
- left: -1px;
4248
- background: #0080ff;
4249
- }
4250
-
4251
4276
  .asgcu6r {
4252
4277
  height: 32px;
4253
4278
  }
4254
4279
 
4255
- .t1cs4awq {
4256
- background: white;
4257
- }
4258
- .t1cs4awq .insert-left-tip,
4259
- .t1cs4awq .insert-right-tip {
4260
- display: none;
4261
- position: absolute;
4262
- top: 0;
4263
- bottom: 0;
4264
- width: 4px;
4265
- background: rgba(0, 0, 255, 0.5);
4266
- }
4267
- .t1cs4awq .insert-left-tip {
4268
- left: 0px;
4269
- }
4270
- .t1cs4awq .insert-right-tip {
4271
- right: 0px;
4272
- }
4273
- .t1cs4awq.on-dragenter-left .insert-left-tip {
4274
- display: block;
4275
- }
4276
- .t1cs4awq.on-dragenter-right .insert-right-tip {
4277
- display: block;
4278
- }
4279
-
4280
4280
  .c1iwxchl .ant-checkbox.ant-checkbox-checked::after {
4281
4281
  display: none;
4282
4282
  }