@cloudtower/eagle 0.24.21 → 0.24.23

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
@@ -998,10 +998,10 @@
998
998
  }
999
999
  .ant-modal.fullscreen.fullscreen-modal-enter, .ant-modal.fullscreen.fullscreen-modal-appear {
1000
1000
  transform: translateY(100vh);
1001
- transition: transform 600ms cubic-bezier(0, 1, 0, 1);
1002
1001
  }
1003
1002
  .ant-modal.fullscreen.fullscreen-modal-enter-active, .ant-modal.fullscreen.fullscreen-modal-appear-active {
1004
1003
  transform: translateY(-50%);
1004
+ transition: transform 600ms cubic-bezier(0, 1, 0, 1);
1005
1005
  }
1006
1006
  .ant-modal.fullscreen.fullscreen-modal-leave {
1007
1007
  transition: none;
@@ -1597,68 +1597,6 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
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
- .bpq0js6 {
1616
- padding: 4px 11px;
1617
- }
1618
-
1619
- .b15sn34c {
1620
- white-space: nowrap;
1621
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1622
- }
1623
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1624
- --color: #0080ff;
1625
- }
1626
- .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] {
1627
- --color: #0080ff;
1628
- }
1629
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1630
- margin-left: 1px;
1631
- }
1632
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1633
- border-top-right-radius: 0;
1634
- border-bottom-right-radius: 0;
1635
- }
1636
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1637
- border-top-left-radius: 0;
1638
- border-bottom-left-radius: 0;
1639
- }
1640
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1641
- border-radius: unset;
1642
- }
1643
-
1644
- .i1mrf09m {
1645
- display: inline-flex;
1646
- align-items: center;
1647
- }
1648
- .i1mrf09m .icon-inner {
1649
- display: inline-flex;
1650
- align-items: center;
1651
- justify-content: center;
1652
- }
1653
- .i1mrf09m .icon-inner + span,
1654
- .i1mrf09m span + .icon-inner.suffix {
1655
- margin-left: 4px;
1656
- }
1657
- .i1mrf09m.is-rotate img,
1658
- .i1mrf09m.is-rotate svg {
1659
- animation: rotate 680ms linear infinite;
1660
- }
1661
-
1662
1600
  .buj61ew.ant-btn {
1663
1601
  height: 32px;
1664
1602
  border-radius: 6px;
@@ -1907,6 +1845,68 @@ body {
1907
1845
  padding: 0;
1908
1846
  }
1909
1847
 
1848
+ .bpq0js6 {
1849
+ padding: 4px 11px;
1850
+ }
1851
+
1852
+ .b15sn34c {
1853
+ white-space: nowrap;
1854
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1855
+ }
1856
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
+ --color: #0080ff;
1858
+ }
1859
+ .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] {
1860
+ --color: #0080ff;
1861
+ }
1862
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
+ margin-left: 1px;
1864
+ }
1865
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
+ border-top-right-radius: 0;
1867
+ border-bottom-right-radius: 0;
1868
+ }
1869
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
+ border-top-left-radius: 0;
1871
+ border-bottom-left-radius: 0;
1872
+ }
1873
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
+ border-radius: unset;
1875
+ }
1876
+
1877
+ .fde5mpd {
1878
+ width: 100%;
1879
+ height: 100%;
1880
+ min-height: 124px;
1881
+ display: flex;
1882
+ flex-direction: column;
1883
+ justify-content: center;
1884
+ align-items: center;
1885
+ }
1886
+ .fde5mpd .error-text {
1887
+ color: rgba(10, 37, 85, 0.6);
1888
+ margin-bottom: 16px;
1889
+ font-size: 18px;
1890
+ }
1891
+
1892
+ .i1mrf09m {
1893
+ display: inline-flex;
1894
+ align-items: center;
1895
+ }
1896
+ .i1mrf09m .icon-inner {
1897
+ display: inline-flex;
1898
+ align-items: center;
1899
+ justify-content: center;
1900
+ }
1901
+ .i1mrf09m .icon-inner + span,
1902
+ .i1mrf09m span + .icon-inner.suffix {
1903
+ margin-left: 4px;
1904
+ }
1905
+ .i1mrf09m.is-rotate img,
1906
+ .i1mrf09m.is-rotate svg {
1907
+ animation: rotate 680ms linear infinite;
1908
+ }
1909
+
1910
1910
  .iap75of {
1911
1911
  height: 18px;
1912
1912
  line-height: 18px;
@@ -1920,960 +1920,960 @@ body {
1920
1920
  margin-right: 4px;
1921
1921
  }
1922
1922
 
1923
- .cz04yix {
1924
- display: flex;
1925
- flex-direction: column;
1923
+ .obf05yr {
1924
+ display: inline-block;
1926
1925
  }
1927
1926
 
1928
- .m1if5j39 {
1929
- max-width: 1120px;
1930
- width: 100%;
1931
- margin: 0 auto;
1932
- height: 100%;
1927
+ .hsms1n6 {
1928
+ visibility: hidden;
1929
+ position: absolute;
1933
1930
  }
1934
1931
 
1935
- .w1vvwdlp {
1936
- max-width: 1120px;
1937
- width: 100%;
1938
- margin: 0 auto;
1932
+ .p12gwtiw {
1939
1933
  display: flex;
1934
+ justify-content: space-between;
1935
+ align-items: center;
1936
+ padding: 10px 0;
1937
+ color: rgba(44, 56, 82, 0.6);
1938
+ font-size: 12px;
1939
+ line-height: 24px;
1940
1940
  }
1941
- .w1vvwdlp .left,
1942
- .w1vvwdlp .right {
1943
- flex-grow: 0;
1944
- flex-shrink: 0;
1945
- flex-basis: 21%;
1941
+ .p12gwtiw .pagination-left {
1942
+ padding: 2px 8px;
1946
1943
  }
1947
- .w1vvwdlp .left {
1944
+ .p12gwtiw .dropdown-trigger {
1948
1945
  display: flex;
1949
- justify-content: flex-end;
1950
- padding-right: 44px;
1951
- }
1952
- .w1vvwdlp .right {
1953
- padding-left: 44px;
1954
- }
1955
- .w1vvwdlp .middle {
1956
- margin-bottom: 40px;
1957
- flex-grow: 0;
1958
- flex-shrink: 0;
1959
- flex-basis: 58%;
1960
- }
1961
- .w1vvwdlp .middle .form-base-field {
1962
- width: 100%;
1963
- }
1964
- .w1vvwdlp .middle .form-base-field .form-base-field {
1965
- width: auto;
1966
- }
1967
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
1968
- flex: initial;
1946
+ align-items: center;
1947
+ border-radius: 6px;
1948
+ cursor: pointer;
1949
+ transition: all 0.3s ease;
1969
1950
  }
1970
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
1971
- margin-top: 4px;
1951
+ .p12gwtiw .dropdown-trigger:hover {
1952
+ background: rgba(211, 218, 235, 0.6);
1953
+ color: #0080ff;
1972
1954
  }
1973
- .w1vvwdlp .ant-steps-item-icon,
1974
- .w1vvwdlp .ant-steps-item-tail {
1975
- display: none !important;
1955
+ .p12gwtiw .dropdown-trigger .icon-inner {
1956
+ margin-left: 4px;
1976
1957
  }
1977
- .w1vvwdlp .ant-steps-item-container {
1978
- padding: 0 15px;
1979
- border-radius: 4px;
1980
- height: 32px;
1958
+ .p12gwtiw .pagination-right {
1981
1959
  display: flex;
1982
1960
  align-items: center;
1961
+ color: #0080ff;
1962
+ font-weight: bold;
1983
1963
  }
1984
- .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
1985
- min-height: auto;
1986
- white-space: nowrap;
1987
- }
1988
- .w1vvwdlp .ant-steps-item-description {
1989
- padding-bottom: 0px;
1964
+ .p12gwtiw .pagination-right .icon-inner {
1965
+ margin-left: 4px;
1990
1966
  }
1991
- .w1vvwdlp .ant-steps-item-title {
1992
- font-size: 13px !important;
1993
- line-height: 20px !important;
1967
+ .p12gwtiw .pagination-right .prev-btn,
1968
+ .p12gwtiw .pagination-right .next-btn {
1969
+ padding: 0 8px;
1994
1970
  }
1995
- .w1vvwdlp .ant-steps-item-title .step-index {
1996
- display: inline-block;
1997
- text-align: center;
1998
- width: 13px;
1999
- margin-right: 12px;
1971
+ .p12gwtiw .pagination-right .prev-btn > span,
1972
+ .p12gwtiw .pagination-right .next-btn > span {
1973
+ color: #0080ff;
2000
1974
  }
2001
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2002
- background: rgba(0, 128, 255, 0.1);
1975
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
+ transform: rotate(180deg);
2003
1977
  }
2004
- .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2005
- color: #005ed1;
1978
+
1979
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
+ max-height: calc(100vh - 128px);
1981
+ overflow-y: auto;
2006
1982
  }
2007
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2008
- background: rgba(237, 241, 250, 0.6);
1983
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
+ padding: 4px 20px;
1985
+ font-size: 12px;
1986
+ line-height: 18px;
2009
1987
  }
2010
- .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2011
- color: rgba(10, 37, 85, 0.6) !important;
1988
+
1989
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1990
+ flex-direction: row;
1991
+ justify-content: stretch;
2012
1992
  }
2013
- .w1vvwdlp .ant-steps-item-disabled {
2014
- cursor: not-allowed;
1993
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1994
+ padding: 0;
1995
+ margin-right: 4px;
1996
+ flex: 1;
1997
+ overflow: visible;
2015
1998
  }
2016
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2017
- background: rgba(237, 241, 250, 0.6);
1999
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2000
+ display: none;
2018
2001
  }
2019
- .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2020
- color: #2d3a56;
2021
- }
2022
-
2023
- .h1cuopx7 .ant-modal-header {
2024
- margin: 0 auto;
2002
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2025
2003
  width: 100%;
2026
- max-width: 648px;
2027
- }
2028
- .h1cuopx7 .ant-modal-header .ant-modal-title {
2029
- margin-left: 0;
2004
+ min-height: unset;
2030
2005
  }
2031
- .h1cuopx7 .ant-modal-body {
2032
- margin: 0 auto;
2033
- padding: 0;
2006
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2007
+ height: 26px;
2008
+ line-height: 26px;
2034
2009
  width: 100%;
2035
- max-width: 648px;
2036
- overflow: hidden;
2037
- }
2038
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2039
- margin-bottom: 40px;
2010
+ text-align: center;
2011
+ padding: 0;
2012
+ font-size: 12px;
2013
+ font-weight: normal;
2040
2014
  }
2041
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2042
- height: calc(100vh - 225px);
2043
- overflow-y: auto;
2015
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2016
+ margin-right: 10px;
2044
2017
  }
2045
- .h1cuopx7 .ant-modal-footer .footer-content {
2046
- margin: 0 auto;
2047
- max-width: 648px;
2018
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2019
+ display: none;
2048
2020
  }
2049
-
2050
- .h1p6d3y3 .ant-modal-header {
2051
- margin: 0 auto;
2052
- width: 100%;
2053
- max-width: 1024px;
2021
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2022
+ border-radius: 4px 0 0 4px;
2054
2023
  }
2055
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
2056
- margin-left: 0;
2024
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2025
+ margin-right: 0;
2057
2026
  }
2058
- .h1p6d3y3 .ant-modal-body {
2059
- margin: 0 auto;
2060
- padding: 0;
2061
- width: 100%;
2062
- max-width: 1024px;
2063
- overflow: hidden;
2027
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2028
+ border-radius: 0 4px 4px 0;
2064
2029
  }
2065
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2066
- margin-bottom: 40px;
2030
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
2031
+ content: "";
2032
+ width: 0;
2033
+ height: 0;
2034
+ border: 13px solid transparent;
2035
+ position: absolute;
2036
+ top: 0;
2037
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2038
+ right: -21px;
2039
+ z-index: 2;
2067
2040
  }
2068
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2069
- height: calc(100vh - 225px);
2070
- overflow-y: auto;
2041
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
2042
+ content: "";
2043
+ width: 0;
2044
+ height: 0;
2045
+ border: 13px solid transparent;
2046
+ position: absolute;
2047
+ top: 0;
2048
+ border-left: 8px solid #fff;
2049
+ left: 0;
2071
2050
  }
2072
- .h1p6d3y3 .ant-modal-footer .footer-content {
2073
- margin: 0 auto;
2074
- max-width: 1024px;
2051
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2052
+ background-color: rgba(0, 136, 255, 0.1);
2075
2053
  }
2076
-
2077
- .fxgckuk {
2078
- flex: 1;
2054
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2055
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2079
2056
  }
2080
- .fxgckuk label {
2081
- font-size: 13px;
2082
- line-height: 20px;
2083
- color: rgba(44, 56, 82, 0.6);
2057
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2058
+ color: #005ed1;
2084
2059
  }
2085
- .fxgckuk .title {
2086
- font-size: 14px;
2087
- line-height: 20px;
2088
- color: #2d3a56;
2089
- margin-bottom: 12px;
2060
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2061
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2062
+ background-color: rgba(237, 241, 250, 0.6);
2090
2063
  }
2091
- .fxgckuk.connect-cluster .title {
2092
- padding-bottom: 26px;
2064
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2065
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2066
+ color: rgba(44, 56, 82, 0.6);
2093
2067
  }
2094
-
2095
- .f1d0vek1 {
2096
- padding: 25px 0 15px 0;
2097
- border-bottom: 1px solid #e1e5eb;
2098
- margin-bottom: 16px;
2068
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2069
+ padding: 0;
2099
2070
  }
2100
2071
 
2101
- .f4u402y {
2102
- display: flex;
2103
- align-items: center;
2104
- margin-bottom: 8px;
2105
- }
2106
- .f4u402y > label {
2107
- width: 216px;
2108
- }
2109
- .f4u402y > label + * {
2110
- width: 100%;
2072
+ .rxbeqvl.ant-radio-wrapper {
2073
+ display: inline-flex;
2074
+ align-items: baseline;
2075
+ white-space: pre-wrap;
2111
2076
  }
2112
- .f4u402y .ant-select {
2113
- width: 100%;
2077
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2078
+ position: relative;
2079
+ top: 3px;
2114
2080
  }
2115
-
2116
- .e1pldf6v {
2117
- color: #e75a3a;
2118
- margin-right: 10px;
2081
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2082
+ border-color: rgba(107, 128, 167, 0.6);
2119
2083
  }
2120
-
2121
- .dq0gblh {
2122
- width: 100%;
2123
- height: 1px;
2124
- background: rgba(213, 219, 227, 0.6);
2125
- margin: 24px 0;
2084
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2085
+ border-color: #0080ff;
2126
2086
  }
2127
-
2128
- .l1v7sr0n {
2129
- display: flex;
2130
- justify-content: center;
2131
- align-items: center;
2132
- height: 100%;
2087
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2088
+ border-color: #0080ff;
2089
+ background: #0080ff;
2133
2090
  }
2134
-
2135
- .d1i4ou6o {
2136
- display: inline-block;
2137
- width: 4px;
2138
- height: 4px;
2139
- background: #8e9aa9;
2140
- opacity: 0.4;
2141
- border-radius: 50%;
2142
- margin: 0 4px;
2091
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2092
+ top: 4px;
2093
+ left: 4px;
2094
+ width: 6px;
2095
+ height: 6px;
2096
+ background: #fff;
2143
2097
  }
2144
-
2145
- .m1jy87hk .ant-modal-header,
2146
- .m1jy87hk .ant-modal-footer .footer-content {
2147
- width: 648px;
2148
- margin: 0 auto;
2098
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2099
+ opacity: 0.5;
2149
2100
  }
2150
- .m1jy87hk .ant-modal-header {
2151
- padding: 35px 0 24px;
2152
- border: none;
2101
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2102
+ border-color: rgba(107, 128, 167, 0.6);
2103
+ background: rgba(211, 218, 235, 0.6);
2153
2104
  }
2154
- .m1jy87hk .ant-modal-header .ant-modal-title {
2155
- font-size: 30px;
2105
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2106
+ background: #00122e;
2156
2107
  }
2157
- .m1jy87hk .ant-modal-body {
2158
- padding: 4px 0 2px;
2108
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2109
+ color: #00122e;
2110
+ opacity: 0.5;
2159
2111
  }
2160
- .m1jy87hk .ant-modal-footer {
2161
- border: none;
2112
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2113
+ color: #00122e;
2162
2114
  }
2163
-
2164
- .ti7fpyu {
2165
- font-size: 12px;
2166
- line-height: 18px;
2167
- font-weight: bold;
2168
- color: #fff;
2169
- padding: 0 4px;
2170
- border-radius: 4px;
2115
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2171
2116
  display: inline-block;
2172
- background: var(--ti7fpyu-0);
2173
- }
2174
- .ti7fpyu:not(:first-child) {
2175
- margin-left: 4px;
2117
+ padding: 0;
2118
+ padding-left: 12px;
2176
2119
  }
2177
-
2178
- .f1rest1f {
2179
- width: 100%;
2180
- height: 100%;
2181
- display: flex;
2182
- align-items: center;
2183
- justify-content: center;
2120
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2121
+ margin-bottom: 0;
2122
+ white-space: pre-wrap;
2123
+ color: rgba(44, 56, 82, 0.6);
2184
2124
  }
2185
-
2186
- .n1kbdoln {
2187
- font-size: 90%;
2188
- font-weight: bold;
2189
- background-color: rgba(240, 243, 247, 0.6);
2190
- padding: 1px 4px 1px;
2191
- margin-left: 2px;
2192
- margin-right: 2px;
2193
- border: 1px solid rgba(213, 219, 227, 0.6);
2194
- border-radius: 4px;
2125
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2126
+ padding-left: 8px;
2195
2127
  }
2196
2128
 
2197
- .f1y3gta0.form-item-general {
2198
- width: 640px;
2199
- }
2200
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2201
- margin-top: 16px;
2202
- }
2203
- .f1y3gta0.form-item-compact {
2204
- width: 412px;
2205
- }
2206
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2207
- margin-top: 8px;
2208
- }
2209
- .f1y3gta0 .form-item {
2210
- width: auto;
2211
- }
2212
- .f1y3gta0 .form-item-main {
2213
- position: relative;
2214
- display: flex;
2129
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2130
+ border-radius: 5px 0 0 5px;
2215
2131
  }
2216
- .f1y3gta0 .form-item-extra {
2217
- margin-top: 4px;
2218
- width: 100%;
2219
- padding: 14px;
2220
- background: #f2f4f6;
2221
- font-size: 13px;
2222
- line-height: 1.8;
2223
- color: #8e9aa9;
2132
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2133
+ border-radius: 0 5px 5px 0;
2224
2134
  }
2225
- .f1y3gta0 .form-item-label {
2226
- padding-right: 12px;
2227
- font-size: 13px;
2228
- color: rgba(44, 56, 82, 0.6);
2135
+
2136
+ .r1f0aqcc {
2137
+ color: #00122e;
2138
+ border-color: #ccd4e3;
2229
2139
  }
2230
- .f1y3gta0 .form-item-label.label-right {
2231
- text-align: right;
2140
+ .r1f0aqcc:first-child {
2141
+ color: #00122e;
2142
+ border-color: #a3b4cc;
2232
2143
  }
2233
- .f1y3gta0 .form-item-label,
2234
- .f1y3gta0 .form-item-control {
2144
+ .r1f0aqcc.ant-radio-button-wrapper {
2145
+ padding: 0 12px;
2235
2146
  line-height: 32px;
2147
+ height: 32px;
2236
2148
  }
2237
- .f1y3gta0 .form-item-control .form-item-error {
2238
- line-height: 18px;
2149
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2150
+ white-space: nowrap;
2239
2151
  }
2240
- .f1y3gta0 .form-item-children {
2241
- width: 100%;
2152
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2153
+ background: #ccd4e3;
2242
2154
  }
2243
- .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 {
2244
- width: 100%;
2155
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2156
+ background: #0080ff;
2245
2157
  }
2246
- .f1y3gta0 .form-item-error {
2247
- color: #e75a3a;
2248
- height: 0;
2249
- overflow: hidden;
2158
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2159
+ background: #ccd4e3;
2160
+ opacity: 0.5;
2250
2161
  }
2251
- .f1y3gta0 .form-item-error-enter-done {
2252
- margin-top: 4px;
2253
- height: auto;
2254
- overflow: auto;
2162
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2163
+ border-right-color: #0080ff;
2255
2164
  }
2256
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2257
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2258
- border: 1px solid #e75a3a;
2259
- color: #e75a3a;
2165
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2166
+ border-color: #0080ff;
2260
2167
  }
2261
-
2262
- .fujbm7g {
2263
- color: #2d3a56;
2264
- font-weight: bold;
2265
- padding-bottom: 6px;
2266
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2267
- margin-bottom: 16px;
2168
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2169
+ background: rgba(0, 136, 255, 0.1);
2268
2170
  }
2269
- .fujbm7g:not(:first-of-type) {
2270
- margin-top: 16px;
2171
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2172
+ background: rgba(211, 218, 235, 0.6);
2173
+ border-color: #ccd4e3;
2174
+ opacity: 0.5;
2271
2175
  }
2272
-
2273
- .e5fsw5s {
2274
- width: 8px;
2275
- height: 24px;
2276
- display: flex;
2277
- justify-content: center;
2278
- align-items: center;
2279
- cursor: pointer;
2280
- transition: all 200ms ease-out 40ms;
2176
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2177
+ color: #00122e;
2178
+ border-color: #ccd4e3;
2281
2179
  }
2282
- .e5fsw5s:before, .e5fsw5s:after {
2283
- content: "";
2284
- width: 1px;
2285
- height: 6px;
2286
- border-radius: 1px;
2287
- background: #ccd4e3;
2288
- position: relative;
2289
- right: 2px;
2290
- transform: rotate(-45deg);
2180
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2181
+ color: #00122e;
2182
+ border-color: #ccd4e3;
2183
+ background: rgba(172, 186, 211, 0.6);
2291
2184
  }
2292
- .e5fsw5s:after {
2293
- transform: rotate(45deg);
2294
- left: 1px;
2185
+ .r1f0aqcc .ant-radio-button-input {
2186
+ margin-right: 8px;
2187
+ display: inline;
2188
+ border: none;
2189
+ padding: 0;
2190
+ width: 36px;
2191
+ background: transparent;
2295
2192
  }
2296
-
2297
- .w18knsg4.ant-alert-warning {
2298
- border: 0;
2299
- background: rgba(255, 187, 0, 0.1);
2300
- border-radius: 6px;
2193
+ .r1f0aqcc .ant-radio-button-input:focus {
2194
+ box-shadow: none;
2301
2195
  }
2302
- .w18knsg4.ant-alert,
2303
- .w18knsg4 .ant-alert-message {
2304
- color: #e07f00;
2196
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2197
+ margin-right: 0;
2198
+ width: initial;
2199
+ box-shadow: none;
2305
2200
  }
2306
- .w18knsg4.ant-alert .dashed-border-bottom,
2307
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
2308
- border-bottom-color: #e07f00;
2201
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2202
+ display: none;
2309
2203
  }
2310
-
2311
- .ng31n2o {
2312
- display: flex;
2313
- flex-direction: row;
2314
- padding: 7px 12px;
2315
- background: rgba(255, 187, 0, 0.1);
2316
- border-radius: 6px;
2317
- color: #e07f00;
2318
- font-size: 12px;
2319
- line-height: 18px;
2204
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2205
+ display: inline;
2320
2206
  }
2321
- .ng31n2o .icon-wrapper {
2322
- margin-right: 10px;
2323
- height: 18px;
2207
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2208
+ display: inline;
2209
+ margin-right: 8px;
2210
+ padding: 0;
2211
+ width: 36px;
2324
2212
  }
2325
2213
 
2326
- .n15x5f5y {
2214
+ .cz04yix {
2327
2215
  display: flex;
2328
- flex-direction: row;
2329
- padding: 7px 12px;
2330
- background: rgba(225, 230, 241, 0.6);
2331
- border-radius: 6px;
2332
- color: rgba(44, 56, 82, 0.6);
2333
- font-size: 12px;
2334
- line-height: 18px;
2216
+ flex-direction: column;
2335
2217
  }
2336
- .n15x5f5y .icon-wrapper {
2337
- margin-right: 10px;
2338
- height: 18px;
2218
+
2219
+ .m1if5j39 {
2220
+ max-width: 1120px;
2221
+ width: 100%;
2222
+ margin: 0 auto;
2223
+ height: 100%;
2339
2224
  }
2340
2225
 
2341
- .i16ozz3f {
2226
+ .w1vvwdlp {
2227
+ max-width: 1120px;
2228
+ width: 100%;
2229
+ margin: 0 auto;
2342
2230
  display: flex;
2343
- flex-direction: row;
2344
- padding: 7px 12px;
2345
- background: rgba(0, 136, 255, 0.1);
2346
- border-radius: 6px;
2347
- color: #005ed1;
2348
- font-size: 12px;
2349
- line-height: 18px;
2350
2231
  }
2351
- .i16ozz3f .icon-wrapper {
2352
- margin-right: 10px;
2353
- height: 18px;
2232
+ .w1vvwdlp .left,
2233
+ .w1vvwdlp .right {
2234
+ flex-grow: 0;
2235
+ flex-shrink: 0;
2236
+ flex-basis: 21%;
2354
2237
  }
2355
-
2356
- .dszu9qr {
2357
- color: rgba(44, 56, 82, 0.6);
2358
- margin-top: 5px;
2359
- font-size: 12px;
2360
- line-height: 18px;
2238
+ .w1vvwdlp .left {
2239
+ display: flex;
2240
+ justify-content: flex-end;
2241
+ padding-right: 44px;
2361
2242
  }
2362
-
2363
- .snxzgx {
2364
- color: #f0483e;
2365
- font-size: 12px;
2366
- white-space: pre-wrap;
2243
+ .w1vvwdlp .right {
2244
+ padding-left: 44px;
2367
2245
  }
2368
-
2369
- .o1i4orqw {
2246
+ .w1vvwdlp .middle {
2247
+ margin-bottom: 40px;
2248
+ flex-grow: 0;
2249
+ flex-shrink: 0;
2250
+ flex-basis: 58%;
2251
+ }
2252
+ .w1vvwdlp .middle .form-base-field {
2253
+ width: 100%;
2254
+ }
2255
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2256
+ width: auto;
2257
+ }
2258
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2259
+ flex: initial;
2260
+ }
2261
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2262
+ margin-top: 4px;
2263
+ }
2264
+ .w1vvwdlp .ant-steps-item-icon,
2265
+ .w1vvwdlp .ant-steps-item-tail {
2266
+ display: none !important;
2267
+ }
2268
+ .w1vvwdlp .ant-steps-item-container {
2269
+ padding: 0 15px;
2270
+ border-radius: 4px;
2271
+ height: 32px;
2370
2272
  display: flex;
2371
2273
  align-items: center;
2372
- justify-content: flex-end;
2373
- }
2374
- .o1i4orqw .icon-wrapper {
2375
- margin-right: 16px;
2376
2274
  }
2377
-
2378
- .t79k8o2 {
2379
- color: rgba(0, 21, 64, 0.3);
2275
+ .w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
2276
+ min-height: auto;
2277
+ white-space: nowrap;
2380
2278
  }
2381
-
2382
- .ipd9bk.ant-input {
2383
- padding: 5px 12px;
2384
- line-height: 20px;
2385
- color: #2d3a56;
2386
- border-radius: 6px;
2387
- border-color: rgba(172, 186, 211, 0.6);
2388
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2279
+ .w1vvwdlp .ant-steps-item-description {
2280
+ padding-bottom: 0px;
2389
2281
  }
2390
- .ipd9bk.ant-input.ant-input-lg {
2391
- padding: 8px 16px;
2392
- line-height: 22px;
2282
+ .w1vvwdlp .ant-steps-item-title {
2283
+ font-size: 13px !important;
2284
+ line-height: 20px !important;
2393
2285
  }
2394
- .ipd9bk.ant-input.ant-input-sm {
2395
- padding: 2px 8px;
2396
- line-height: 18px;
2286
+ .w1vvwdlp .ant-steps-item-title .step-index {
2287
+ display: inline-block;
2288
+ text-align: center;
2289
+ width: 13px;
2290
+ margin-right: 12px;
2397
2291
  }
2398
- .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 {
2399
- border-color: rgba(107, 128, 167, 0.6);
2400
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2292
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
2293
+ background: rgba(0, 128, 255, 0.1);
2401
2294
  }
2402
- .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 {
2403
- border-color: #0096ff;
2404
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2295
+ .w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2296
+ color: #005ed1;
2405
2297
  }
2406
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2407
- border-color: #e75a3a;
2408
- color: #e75a3a;
2298
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
2299
+ background: rgba(237, 241, 250, 0.6);
2409
2300
  }
2410
- .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 {
2411
- border-color: #e75a3a;
2412
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2301
+ .w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2302
+ color: rgba(10, 37, 85, 0.6) !important;
2413
2303
  }
2414
- .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 {
2415
- border-color: #e75a3a;
2416
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2304
+ .w1vvwdlp .ant-steps-item-disabled {
2305
+ cursor: not-allowed;
2417
2306
  }
2418
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2419
- background: rgba(211, 218, 235, 0.6);
2420
- color: rgba(0, 21, 64, 0.3);
2421
- border-color: rgba(172, 186, 211, 0.6);
2307
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
2308
+ background: rgba(237, 241, 250, 0.6);
2422
2309
  }
2423
- .ipd9bk.ant-input-affix-wrapper {
2424
- padding: 5px 12px;
2425
- border-radius: 6px;
2426
- border-color: rgba(172, 186, 211, 0.6);
2427
- line-height: 20px;
2310
+ .w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
2428
2311
  color: #2d3a56;
2429
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2430
2312
  }
2431
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2432
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2433
- color: rgba(44, 56, 82, 0.6);
2313
+
2314
+ .h1cuopx7 .ant-modal-header {
2315
+ margin: 0 auto;
2316
+ width: 100%;
2317
+ max-width: 648px;
2434
2318
  }
2435
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2436
- padding: 8px 16px;
2437
- line-height: 22px;
2319
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
2320
+ margin-left: 0;
2438
2321
  }
2439
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2440
- padding: 2px 8px;
2441
- line-height: 18px;
2322
+ .h1cuopx7 .ant-modal-body {
2323
+ margin: 0 auto;
2324
+ padding: 0;
2325
+ width: 100%;
2326
+ max-width: 648px;
2327
+ overflow: hidden;
2442
2328
  }
2443
- .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 {
2444
- border-color: rgba(107, 128, 167, 0.6);
2445
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2329
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
2330
+ margin-bottom: 40px;
2446
2331
  }
2447
- .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 {
2448
- border-color: #0096ff;
2449
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2332
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
2333
+ height: calc(100vh - 225px);
2334
+ overflow-y: auto;
2450
2335
  }
2451
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2452
- border-color: #e75a3a;
2336
+ .h1cuopx7 .ant-modal-footer .footer-content {
2337
+ margin: 0 auto;
2338
+ max-width: 648px;
2453
2339
  }
2454
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2455
- color: #e75a3a;
2340
+
2341
+ .h1p6d3y3 .ant-modal-header {
2342
+ margin: 0 auto;
2343
+ width: 100%;
2344
+ max-width: 1024px;
2456
2345
  }
2457
- .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 {
2458
- border-color: #e75a3a;
2459
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2346
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
2347
+ margin-left: 0;
2460
2348
  }
2461
- .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 {
2462
- border-color: #e75a3a;
2463
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2349
+ .h1p6d3y3 .ant-modal-body {
2350
+ margin: 0 auto;
2351
+ padding: 0;
2352
+ width: 100%;
2353
+ max-width: 1024px;
2354
+ overflow: hidden;
2464
2355
  }
2465
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2466
- background: rgba(211, 218, 235, 0.6);
2467
- color: rgba(0, 21, 64, 0.3);
2468
- border-color: rgba(172, 186, 211, 0.6);
2356
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
2357
+ margin-bottom: 40px;
2469
2358
  }
2470
- textarea.ipd9bk.ant-input {
2471
- transition-property: height;
2472
- transition-delay: 50ms;
2359
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
2360
+ height: calc(100vh - 225px);
2361
+ overflow-y: auto;
2473
2362
  }
2474
- textarea.ipd9bk.ant-input.textarea-large {
2475
- min-height: 40px;
2476
- height: 40px;
2363
+ .h1p6d3y3 .ant-modal-footer .footer-content {
2364
+ margin: 0 auto;
2365
+ max-width: 1024px;
2477
2366
  }
2478
- textarea.ipd9bk.ant-input.textarea-large:focus {
2479
- height: 80px;
2367
+
2368
+ .fxgckuk {
2369
+ flex: 1;
2480
2370
  }
2481
- textarea.ipd9bk.ant-input.textarea-middle {
2482
- min-height: 32px;
2483
- height: 32px;
2371
+ .fxgckuk label {
2372
+ font-size: 13px;
2373
+ line-height: 20px;
2374
+ color: rgba(44, 56, 82, 0.6);
2484
2375
  }
2485
- textarea.ipd9bk.ant-input.textarea-middle:focus {
2486
- height: 64px;
2376
+ .fxgckuk .title {
2377
+ font-size: 14px;
2378
+ line-height: 20px;
2379
+ color: #2d3a56;
2380
+ margin-bottom: 12px;
2487
2381
  }
2488
- textarea.ipd9bk.ant-input.textarea-small {
2489
- min-height: 24px;
2490
- height: 24px;
2382
+ .fxgckuk.connect-cluster .title {
2383
+ padding-bottom: 26px;
2491
2384
  }
2492
- textarea.ipd9bk.ant-input.textarea-small:focus {
2493
- height: 40px;
2385
+
2386
+ .f1d0vek1 {
2387
+ padding: 25px 0 15px 0;
2388
+ border-bottom: 1px solid #e1e5eb;
2389
+ margin-bottom: 16px;
2494
2390
  }
2495
2391
 
2496
- .kypn5o5 input, .kypn5o5.input-tags {
2497
- border: 1px solid rgba(213, 219, 227, 0.6);
2498
- border-radius: 4px;
2392
+ .f4u402y {
2393
+ display: flex;
2394
+ align-items: center;
2395
+ margin-bottom: 8px;
2499
2396
  }
2500
- .kypn5o5.input-tags {
2501
- position: relative;
2502
- padding: 6px;
2503
- height: 32px;
2504
- cursor: pointer;
2505
- transition: border 150ms;
2397
+ .f4u402y > label {
2398
+ width: 216px;
2506
2399
  }
2507
- .kypn5o5.input-tags:hover {
2508
- border-color: #0080ff;
2509
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2400
+ .f4u402y > label + * {
2401
+ width: 100%;
2510
2402
  }
2511
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
2512
- padding-right: 30px;
2403
+ .f4u402y .ant-select {
2404
+ width: 100%;
2513
2405
  }
2514
- .kypn5o5.input-tags .input-tags-inner {
2515
- display: flex;
2406
+
2407
+ .e1pldf6v {
2408
+ color: #e75a3a;
2409
+ margin-right: 10px;
2516
2410
  }
2517
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2411
+
2412
+ .dq0gblh {
2413
+ width: 100%;
2414
+ height: 1px;
2415
+ background: rgba(213, 219, 227, 0.6);
2416
+ margin: 24px 0;
2417
+ }
2418
+
2419
+ .l1v7sr0n {
2518
2420
  display: flex;
2421
+ justify-content: center;
2422
+ align-items: center;
2423
+ height: 100%;
2519
2424
  }
2520
- .kypn5o5.input-tags .input-tag-suffix {
2521
- position: absolute;
2522
- right: 12px;
2523
- top: 50%;
2524
- transform: translateY(-50%);
2425
+
2426
+ .d1i4ou6o {
2427
+ display: inline-block;
2428
+ width: 4px;
2429
+ height: 4px;
2430
+ background: #8e9aa9;
2431
+ opacity: 0.4;
2432
+ border-radius: 50%;
2433
+ margin: 0 4px;
2525
2434
  }
2526
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2527
- color: rgba(0, 0, 0, 0.25);
2528
- font-size: 12px;
2529
- cursor: pointer;
2435
+
2436
+ .m1jy87hk .ant-modal-header,
2437
+ .m1jy87hk .ant-modal-footer .footer-content {
2438
+ width: 648px;
2439
+ margin: 0 auto;
2530
2440
  }
2531
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2532
- color: rgba(0, 0, 0, 0.45);
2441
+ .m1jy87hk .ant-modal-header {
2442
+ padding: 35px 0 24px;
2443
+ border: none;
2533
2444
  }
2534
- .kypn5o5.has-focus-indicator {
2535
- position: relative;
2536
- overflow: hidden;
2445
+ .m1jy87hk .ant-modal-header .ant-modal-title {
2446
+ font-size: 30px;
2537
2447
  }
2538
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2539
- position: absolute;
2540
- top: 50%;
2541
- transform: translateY(-50%);
2542
- left: -16px;
2543
- transition: left 150ms ease;
2544
- opacity: 0;
2448
+ .m1jy87hk .ant-modal-body {
2449
+ padding: 4px 0 2px;
2545
2450
  }
2546
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2547
- left: 8px;
2548
- opacity: 1;
2451
+ .m1jy87hk .ant-modal-footer {
2452
+ border: none;
2549
2453
  }
2550
- .kypn5o5.has-focus-indicator input {
2551
- transition: margin-left 150ms ease;
2552
- margin-left: 0px;
2454
+
2455
+ .ti7fpyu {
2456
+ font-size: 12px;
2457
+ line-height: 18px;
2458
+ font-weight: bold;
2459
+ color: #fff;
2460
+ padding: 0 4px;
2461
+ border-radius: 4px;
2462
+ display: inline-block;
2463
+ background: var(--ti7fpyu-0);
2553
2464
  }
2554
- .kypn5o5.has-focus-indicator input:focus {
2555
- margin-left: 16px;
2465
+ .ti7fpyu:not(:first-child) {
2466
+ margin-left: 4px;
2556
2467
  }
2557
2468
 
2558
- input.l1ki27se.ant-input {
2559
- border-top-right-radius: 0;
2560
- border-bottom-right-radius: 0;
2469
+ .f1rest1f {
2470
+ width: 100%;
2471
+ height: 100%;
2472
+ display: flex;
2473
+ align-items: center;
2474
+ justify-content: center;
2561
2475
  }
2562
2476
 
2563
- .l1ki27se.ant-input-affix-wrapper {
2564
- border-top-right-radius: 0;
2565
- border-bottom-right-radius: 0;
2477
+ .n1kbdoln {
2478
+ font-size: 90%;
2479
+ font-weight: bold;
2480
+ background-color: rgba(240, 243, 247, 0.6);
2481
+ padding: 1px 4px 1px;
2482
+ margin-left: 2px;
2483
+ margin-right: 2px;
2484
+ border: 1px solid rgba(213, 219, 227, 0.6);
2485
+ border-radius: 4px;
2566
2486
  }
2567
2487
 
2568
- input.rrg1fkn.ant-input {
2569
- border-top-left-radius: 0;
2570
- border-bottom-left-radius: 0;
2488
+ .f1y3gta0.form-item-general {
2489
+ width: 640px;
2571
2490
  }
2572
-
2573
- .rrg1fkn.ant-input-affix-wrapper {
2574
- border-top-left-radius: 0;
2575
- border-bottom-left-radius: 0;
2491
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
2492
+ margin-top: 16px;
2576
2493
  }
2577
-
2578
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2579
- border-top-right-radius: 0;
2580
- border-bottom-right-radius: 0;
2494
+ .f1y3gta0.form-item-compact {
2495
+ width: 412px;
2581
2496
  }
2582
-
2583
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2584
- border-top-left-radius: 0;
2585
- border-bottom-left-radius: 0;
2497
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
2498
+ margin-top: 8px;
2586
2499
  }
2587
-
2588
- .obf05yr {
2589
- display: inline-block;
2500
+ .f1y3gta0 .form-item {
2501
+ width: auto;
2590
2502
  }
2591
-
2592
- .hsms1n6 {
2593
- visibility: hidden;
2594
- position: absolute;
2503
+ .f1y3gta0 .form-item-main {
2504
+ position: relative;
2505
+ display: flex;
2595
2506
  }
2596
-
2597
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2598
- flex-direction: row;
2599
- justify-content: stretch;
2507
+ .f1y3gta0 .form-item-extra {
2508
+ margin-top: 4px;
2509
+ width: 100%;
2510
+ padding: 14px;
2511
+ background: #f2f4f6;
2512
+ font-size: 13px;
2513
+ line-height: 1.8;
2514
+ color: #8e9aa9;
2600
2515
  }
2601
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2602
- padding: 0;
2603
- margin-right: 4px;
2604
- flex: 1;
2605
- overflow: visible;
2516
+ .f1y3gta0 .form-item-label {
2517
+ padding-right: 12px;
2518
+ font-size: 13px;
2519
+ color: rgba(44, 56, 82, 0.6);
2606
2520
  }
2607
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2608
- display: none;
2521
+ .f1y3gta0 .form-item-label.label-right {
2522
+ text-align: right;
2609
2523
  }
2610
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2524
+ .f1y3gta0 .form-item-label,
2525
+ .f1y3gta0 .form-item-control {
2526
+ line-height: 32px;
2527
+ }
2528
+ .f1y3gta0 .form-item-control .form-item-error {
2529
+ line-height: 18px;
2530
+ }
2531
+ .f1y3gta0 .form-item-children {
2611
2532
  width: 100%;
2612
- min-height: unset;
2613
2533
  }
2614
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2615
- height: 26px;
2616
- line-height: 26px;
2534
+ .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 {
2617
2535
  width: 100%;
2618
- text-align: center;
2619
- padding: 0;
2620
- font-size: 12px;
2621
- font-weight: normal;
2622
2536
  }
2623
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2624
- margin-right: 10px;
2537
+ .f1y3gta0 .form-item-error {
2538
+ color: #e75a3a;
2539
+ height: 0;
2540
+ overflow: hidden;
2625
2541
  }
2626
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2627
- display: none;
2542
+ .f1y3gta0 .form-item-error-enter-done {
2543
+ margin-top: 4px;
2544
+ height: auto;
2545
+ overflow: auto;
2628
2546
  }
2629
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2630
- border-radius: 4px 0 0 4px;
2547
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
2548
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
2549
+ border: 1px solid #e75a3a;
2550
+ color: #e75a3a;
2631
2551
  }
2632
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2633
- margin-right: 0;
2552
+
2553
+ .fujbm7g {
2554
+ color: #2d3a56;
2555
+ font-weight: bold;
2556
+ padding-bottom: 6px;
2557
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
2558
+ margin-bottom: 16px;
2634
2559
  }
2635
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2636
- border-radius: 0 4px 4px 0;
2560
+ .fujbm7g:not(:first-of-type) {
2561
+ margin-top: 16px;
2637
2562
  }
2638
- .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 {
2639
- content: "";
2640
- width: 0;
2641
- height: 0;
2642
- border: 13px solid transparent;
2643
- position: absolute;
2644
- top: 0;
2645
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2646
- right: -21px;
2647
- z-index: 2;
2563
+
2564
+ .e5fsw5s {
2565
+ width: 8px;
2566
+ height: 24px;
2567
+ display: flex;
2568
+ justify-content: center;
2569
+ align-items: center;
2570
+ cursor: pointer;
2571
+ transition: all 200ms ease-out 40ms;
2648
2572
  }
2649
- .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 {
2573
+ .e5fsw5s:before, .e5fsw5s:after {
2650
2574
  content: "";
2651
- width: 0;
2652
- height: 0;
2653
- border: 13px solid transparent;
2654
- position: absolute;
2655
- top: 0;
2656
- border-left: 8px solid #fff;
2657
- left: 0;
2575
+ width: 1px;
2576
+ height: 6px;
2577
+ border-radius: 1px;
2578
+ background: #ccd4e3;
2579
+ position: relative;
2580
+ right: 2px;
2581
+ transform: rotate(-45deg);
2658
2582
  }
2659
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2660
- background-color: rgba(0, 136, 255, 0.1);
2583
+ .e5fsw5s:after {
2584
+ transform: rotate(45deg);
2585
+ left: 1px;
2661
2586
  }
2662
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2663
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2587
+
2588
+ .w18knsg4.ant-alert-warning {
2589
+ border: 0;
2590
+ background: rgba(255, 187, 0, 0.1);
2591
+ border-radius: 6px;
2664
2592
  }
2665
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2666
- color: #005ed1;
2593
+ .w18knsg4.ant-alert,
2594
+ .w18knsg4 .ant-alert-message {
2595
+ color: #e07f00;
2667
2596
  }
2668
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2669
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2670
- background-color: rgba(237, 241, 250, 0.6);
2597
+ .w18knsg4.ant-alert .dashed-border-bottom,
2598
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
2599
+ border-bottom-color: #e07f00;
2671
2600
  }
2672
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2673
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2674
- color: rgba(44, 56, 82, 0.6);
2601
+
2602
+ .ng31n2o {
2603
+ display: flex;
2604
+ flex-direction: row;
2605
+ padding: 7px 12px;
2606
+ background: rgba(255, 187, 0, 0.1);
2607
+ border-radius: 6px;
2608
+ color: #e07f00;
2609
+ font-size: 12px;
2610
+ line-height: 18px;
2675
2611
  }
2676
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2677
- padding: 0;
2612
+ .ng31n2o .icon-wrapper {
2613
+ margin-right: 10px;
2614
+ height: 18px;
2678
2615
  }
2679
2616
 
2680
- .p12gwtiw {
2617
+ .n15x5f5y {
2681
2618
  display: flex;
2682
- justify-content: space-between;
2683
- align-items: center;
2684
- padding: 10px 0;
2619
+ flex-direction: row;
2620
+ padding: 7px 12px;
2621
+ background: rgba(225, 230, 241, 0.6);
2622
+ border-radius: 6px;
2685
2623
  color: rgba(44, 56, 82, 0.6);
2686
2624
  font-size: 12px;
2687
- line-height: 24px;
2625
+ line-height: 18px;
2688
2626
  }
2689
- .p12gwtiw .pagination-left {
2690
- padding: 2px 8px;
2627
+ .n15x5f5y .icon-wrapper {
2628
+ margin-right: 10px;
2629
+ height: 18px;
2691
2630
  }
2692
- .p12gwtiw .dropdown-trigger {
2631
+
2632
+ .i16ozz3f {
2693
2633
  display: flex;
2694
- align-items: center;
2634
+ flex-direction: row;
2635
+ padding: 7px 12px;
2636
+ background: rgba(0, 136, 255, 0.1);
2695
2637
  border-radius: 6px;
2696
- cursor: pointer;
2697
- transition: all 0.3s ease;
2638
+ color: #005ed1;
2639
+ font-size: 12px;
2640
+ line-height: 18px;
2698
2641
  }
2699
- .p12gwtiw .dropdown-trigger:hover {
2700
- background: rgba(211, 218, 235, 0.6);
2701
- color: #0080ff;
2642
+ .i16ozz3f .icon-wrapper {
2643
+ margin-right: 10px;
2644
+ height: 18px;
2702
2645
  }
2703
- .p12gwtiw .dropdown-trigger .icon-inner {
2704
- margin-left: 4px;
2646
+
2647
+ .dszu9qr {
2648
+ color: rgba(44, 56, 82, 0.6);
2649
+ margin-top: 5px;
2650
+ font-size: 12px;
2651
+ line-height: 18px;
2705
2652
  }
2706
- .p12gwtiw .pagination-right {
2653
+
2654
+ .snxzgx {
2655
+ color: #f0483e;
2656
+ font-size: 12px;
2657
+ white-space: pre-wrap;
2658
+ }
2659
+
2660
+ .o1i4orqw {
2707
2661
  display: flex;
2708
2662
  align-items: center;
2709
- color: #0080ff;
2710
- font-weight: bold;
2711
- }
2712
- .p12gwtiw .pagination-right .icon-inner {
2713
- margin-left: 4px;
2714
- }
2715
- .p12gwtiw .pagination-right .prev-btn,
2716
- .p12gwtiw .pagination-right .next-btn {
2717
- padding: 0 8px;
2663
+ justify-content: flex-end;
2718
2664
  }
2719
- .p12gwtiw .pagination-right .prev-btn > span,
2720
- .p12gwtiw .pagination-right .next-btn > span {
2721
- color: #0080ff;
2665
+ .o1i4orqw .icon-wrapper {
2666
+ margin-right: 16px;
2722
2667
  }
2723
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2724
- transform: rotate(180deg);
2668
+
2669
+ .t79k8o2 {
2670
+ color: rgba(0, 21, 64, 0.3);
2725
2671
  }
2726
2672
 
2727
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2728
- max-height: calc(100vh - 128px);
2729
- overflow-y: auto;
2673
+ .ipd9bk.ant-input {
2674
+ padding: 5px 12px;
2675
+ line-height: 20px;
2676
+ color: #2d3a56;
2677
+ border-radius: 6px;
2678
+ border-color: rgba(172, 186, 211, 0.6);
2679
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2730
2680
  }
2731
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2732
- padding: 4px 20px;
2733
- font-size: 12px;
2681
+ .ipd9bk.ant-input.ant-input-lg {
2682
+ padding: 8px 16px;
2683
+ line-height: 22px;
2684
+ }
2685
+ .ipd9bk.ant-input.ant-input-sm {
2686
+ padding: 2px 8px;
2734
2687
  line-height: 18px;
2735
2688
  }
2736
-
2737
- .rxbeqvl.ant-radio-wrapper {
2738
- display: inline-flex;
2739
- align-items: baseline;
2740
- white-space: pre-wrap;
2689
+ .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 {
2690
+ border-color: rgba(107, 128, 167, 0.6);
2691
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2741
2692
  }
2742
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2743
- position: relative;
2744
- top: 3px;
2693
+ .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 {
2694
+ border-color: #0096ff;
2695
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2745
2696
  }
2746
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2747
- border-color: rgba(107, 128, 167, 0.6);
2697
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
2698
+ border-color: #e75a3a;
2699
+ color: #e75a3a;
2748
2700
  }
2749
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2750
- border-color: #0080ff;
2701
+ .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 {
2702
+ border-color: #e75a3a;
2703
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2751
2704
  }
2752
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2753
- border-color: #0080ff;
2754
- background: #0080ff;
2705
+ .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 {
2706
+ border-color: #e75a3a;
2707
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2755
2708
  }
2756
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2757
- top: 4px;
2758
- left: 4px;
2759
- width: 6px;
2760
- height: 6px;
2761
- background: #fff;
2709
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
2710
+ background: rgba(211, 218, 235, 0.6);
2711
+ color: rgba(0, 21, 64, 0.3);
2712
+ border-color: rgba(172, 186, 211, 0.6);
2762
2713
  }
2763
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2764
- opacity: 0.5;
2714
+ .ipd9bk.ant-input-affix-wrapper {
2715
+ padding: 5px 12px;
2716
+ border-radius: 6px;
2717
+ border-color: rgba(172, 186, 211, 0.6);
2718
+ line-height: 20px;
2719
+ color: #2d3a56;
2720
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
2765
2721
  }
2766
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2722
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
2723
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
2724
+ color: rgba(44, 56, 82, 0.6);
2725
+ }
2726
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
2727
+ padding: 8px 16px;
2728
+ line-height: 22px;
2729
+ }
2730
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
2731
+ padding: 2px 8px;
2732
+ line-height: 18px;
2733
+ }
2734
+ .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 {
2767
2735
  border-color: rgba(107, 128, 167, 0.6);
2768
- background: rgba(211, 218, 235, 0.6);
2736
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2769
2737
  }
2770
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2771
- background: #00122e;
2738
+ .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 {
2739
+ border-color: #0096ff;
2740
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
2772
2741
  }
2773
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2774
- color: #00122e;
2775
- opacity: 0.5;
2742
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
2743
+ border-color: #e75a3a;
2776
2744
  }
2777
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2778
- color: #00122e;
2745
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
2746
+ color: #e75a3a;
2779
2747
  }
2780
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2781
- display: inline-block;
2782
- padding: 0;
2783
- padding-left: 12px;
2748
+ .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 {
2749
+ border-color: #e75a3a;
2750
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
2751
+ }
2752
+ .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 {
2753
+ border-color: #e75a3a;
2754
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
2755
+ }
2756
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
2757
+ background: rgba(211, 218, 235, 0.6);
2758
+ color: rgba(0, 21, 64, 0.3);
2759
+ border-color: rgba(172, 186, 211, 0.6);
2760
+ }
2761
+ textarea.ipd9bk.ant-input {
2762
+ transition-property: height;
2763
+ transition-delay: 50ms;
2764
+ }
2765
+ textarea.ipd9bk.ant-input.textarea-large {
2766
+ min-height: 40px;
2767
+ height: 40px;
2784
2768
  }
2785
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2786
- margin-bottom: 0;
2787
- white-space: pre-wrap;
2788
- color: rgba(44, 56, 82, 0.6);
2769
+ textarea.ipd9bk.ant-input.textarea-large:focus {
2770
+ height: 80px;
2789
2771
  }
2790
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2791
- padding-left: 8px;
2772
+ textarea.ipd9bk.ant-input.textarea-middle {
2773
+ min-height: 32px;
2774
+ height: 32px;
2792
2775
  }
2793
-
2794
- .r5ie79y .ant-radio-button-wrapper:first-child {
2795
- border-radius: 5px 0 0 5px;
2776
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
2777
+ height: 64px;
2796
2778
  }
2797
- .r5ie79y .ant-radio-button-wrapper:last-child {
2798
- border-radius: 0 5px 5px 0;
2779
+ textarea.ipd9bk.ant-input.textarea-small {
2780
+ min-height: 24px;
2781
+ height: 24px;
2799
2782
  }
2800
-
2801
- .r1f0aqcc {
2802
- color: #00122e;
2803
- border-color: #ccd4e3;
2783
+ textarea.ipd9bk.ant-input.textarea-small:focus {
2784
+ height: 40px;
2804
2785
  }
2805
- .r1f0aqcc:first-child {
2806
- color: #00122e;
2807
- border-color: #a3b4cc;
2786
+
2787
+ .kypn5o5 input, .kypn5o5.input-tags {
2788
+ border: 1px solid rgba(213, 219, 227, 0.6);
2789
+ border-radius: 4px;
2808
2790
  }
2809
- .r1f0aqcc.ant-radio-button-wrapper {
2810
- padding: 0 12px;
2811
- line-height: 32px;
2791
+ .kypn5o5.input-tags {
2792
+ position: relative;
2793
+ padding: 6px;
2812
2794
  height: 32px;
2795
+ cursor: pointer;
2796
+ transition: border 150ms;
2813
2797
  }
2814
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2815
- white-space: nowrap;
2798
+ .kypn5o5.input-tags:hover {
2799
+ border-color: #0080ff;
2800
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
2816
2801
  }
2817
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2818
- background: #ccd4e3;
2802
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
2803
+ padding-right: 30px;
2819
2804
  }
2820
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2821
- background: #0080ff;
2805
+ .kypn5o5.input-tags .input-tags-inner {
2806
+ display: flex;
2822
2807
  }
2823
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2824
- background: #ccd4e3;
2825
- opacity: 0.5;
2808
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
2809
+ display: flex;
2826
2810
  }
2827
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2828
- border-right-color: #0080ff;
2811
+ .kypn5o5.input-tags .input-tag-suffix {
2812
+ position: absolute;
2813
+ right: 12px;
2814
+ top: 50%;
2815
+ transform: translateY(-50%);
2829
2816
  }
2830
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2831
- border-color: #0080ff;
2817
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
2818
+ color: rgba(0, 0, 0, 0.25);
2819
+ font-size: 12px;
2820
+ cursor: pointer;
2832
2821
  }
2833
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2834
- background: rgba(0, 136, 255, 0.1);
2822
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
2823
+ color: rgba(0, 0, 0, 0.45);
2835
2824
  }
2836
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2837
- background: rgba(211, 218, 235, 0.6);
2838
- border-color: #ccd4e3;
2839
- opacity: 0.5;
2825
+ .kypn5o5.has-focus-indicator {
2826
+ position: relative;
2827
+ overflow: hidden;
2840
2828
  }
2841
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2842
- color: #00122e;
2843
- border-color: #ccd4e3;
2829
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2830
+ position: absolute;
2831
+ top: 50%;
2832
+ transform: translateY(-50%);
2833
+ left: -16px;
2834
+ transition: left 150ms ease;
2835
+ opacity: 0;
2844
2836
  }
2845
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2846
- color: #00122e;
2847
- border-color: #ccd4e3;
2848
- background: rgba(172, 186, 211, 0.6);
2837
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2838
+ left: 8px;
2839
+ opacity: 1;
2849
2840
  }
2850
- .r1f0aqcc .ant-radio-button-input {
2851
- margin-right: 8px;
2852
- display: inline;
2853
- border: none;
2854
- padding: 0;
2855
- width: 36px;
2856
- background: transparent;
2841
+ .kypn5o5.has-focus-indicator input {
2842
+ transition: margin-left 150ms ease;
2843
+ margin-left: 0px;
2857
2844
  }
2858
- .r1f0aqcc .ant-radio-button-input:focus {
2859
- box-shadow: none;
2845
+ .kypn5o5.has-focus-indicator input:focus {
2846
+ margin-left: 16px;
2860
2847
  }
2861
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2862
- margin-right: 0;
2863
- width: initial;
2864
- box-shadow: none;
2848
+
2849
+ input.l1ki27se.ant-input {
2850
+ border-top-right-radius: 0;
2851
+ border-bottom-right-radius: 0;
2865
2852
  }
2866
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2867
- display: none;
2853
+
2854
+ .l1ki27se.ant-input-affix-wrapper {
2855
+ border-top-right-radius: 0;
2856
+ border-bottom-right-radius: 0;
2868
2857
  }
2869
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2870
- display: inline;
2858
+
2859
+ input.rrg1fkn.ant-input {
2860
+ border-top-left-radius: 0;
2861
+ border-bottom-left-radius: 0;
2871
2862
  }
2872
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2873
- display: inline;
2874
- margin-right: 8px;
2875
- padding: 0;
2876
- width: 36px;
2863
+
2864
+ .rrg1fkn.ant-input-affix-wrapper {
2865
+ border-top-left-radius: 0;
2866
+ border-bottom-left-radius: 0;
2867
+ }
2868
+
2869
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2870
+ border-top-right-radius: 0;
2871
+ border-bottom-right-radius: 0;
2872
+ }
2873
+
2874
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2875
+ border-top-left-radius: 0;
2876
+ border-bottom-left-radius: 0;
2877
2877
  }
2878
2878
 
2879
2879
  .s34f1qb.ant-switch {
@@ -3925,6 +3925,10 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3929
+ display: flex;
3930
+ }
3931
+
3928
3932
  .igz4le8 {
3929
3933
  height: 24px;
3930
3934
  width: 56px !important;
@@ -3990,10 +3994,6 @@ input.rrg1fkn.ant-input {
3990
3994
  transform: rotate(180deg);
3991
3995
  }
3992
3996
 
3993
- .iiqau4c.ant-input-group.ant-input-group-compact {
3994
- display: flex;
3995
- }
3996
-
3997
3997
  .m1thnes4 {
3998
3998
  color: rgba(44, 56, 82, 0.6);
3999
3999
  text-align: center;
@@ -4185,52 +4185,6 @@ input.rrg1fkn.ant-input {
4185
4185
  background: rgba(163, 180, 204, 0.18);
4186
4186
  }
4187
4187
 
4188
- .at4ovwe .ant-input-number-handler-wrap {
4189
- display: var(--at4ovwe-0);
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap {
4192
- padding: 5px 12px;
4193
- display: inline-flex;
4194
- line-height: 1.5715;
4195
- height: 100%;
4196
- width: 100%;
4197
- }
4198
- .at4ovwe .ant-input-number-input-wrap::after {
4199
- content: var(--at4ovwe-1);
4200
- display: var(--at4ovwe-2);
4201
- flex: none;
4202
- align-items: center;
4203
- margin-left: 4px;
4204
- color: rgba(44, 56, 82, 0.6);
4205
- }
4206
- .at4ovwe .ant-input-number-input-wrap::before {
4207
- content: var(--at4ovwe-3);
4208
- display: var(--at4ovwe-4);
4209
- flex: none;
4210
- align-items: center;
4211
- margin-right: 4px;
4212
- cursor: auto;
4213
- color: rgba(44, 56, 82, 0.6);
4214
- }
4215
- .at4ovwe.ant-input-number {
4216
- width: 100%;
4217
- border-radius: 6px;
4218
- }
4219
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4220
- border-color: #0096ff;
4221
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4222
- }
4223
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4224
- border-color: #e75a3a;
4225
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4226
- }
4227
- .at4ovwe .ant-input-number-input {
4228
- padding: 0;
4229
- margin: 0;
4230
- height: auto;
4231
- font-size: inherit;
4232
- }
4233
-
4234
4188
  .tc40oxa {
4235
4189
  margin-bottom: 4px;
4236
4190
  color: rgba(44, 56, 82, 0.6);
@@ -4427,6 +4381,52 @@ input.rrg1fkn.ant-input {
4427
4381
  margin-right: 8px;
4428
4382
  }
4429
4383
 
4384
+ .at4ovwe .ant-input-number-handler-wrap {
4385
+ display: var(--at4ovwe-0);
4386
+ }
4387
+ .at4ovwe .ant-input-number-input-wrap {
4388
+ padding: 5px 12px;
4389
+ display: inline-flex;
4390
+ line-height: 1.5715;
4391
+ height: 100%;
4392
+ width: 100%;
4393
+ }
4394
+ .at4ovwe .ant-input-number-input-wrap::after {
4395
+ content: var(--at4ovwe-1);
4396
+ display: var(--at4ovwe-2);
4397
+ flex: none;
4398
+ align-items: center;
4399
+ margin-left: 4px;
4400
+ color: rgba(44, 56, 82, 0.6);
4401
+ }
4402
+ .at4ovwe .ant-input-number-input-wrap::before {
4403
+ content: var(--at4ovwe-3);
4404
+ display: var(--at4ovwe-4);
4405
+ flex: none;
4406
+ align-items: center;
4407
+ margin-right: 4px;
4408
+ cursor: auto;
4409
+ color: rgba(44, 56, 82, 0.6);
4410
+ }
4411
+ .at4ovwe.ant-input-number {
4412
+ width: 100%;
4413
+ border-radius: 6px;
4414
+ }
4415
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4416
+ border-color: #0096ff;
4417
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4418
+ }
4419
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4420
+ border-color: #e75a3a;
4421
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4422
+ }
4423
+ .at4ovwe .ant-input-number-input {
4424
+ padding: 0;
4425
+ margin: 0;
4426
+ height: auto;
4427
+ font-size: inherit;
4428
+ }
4429
+
4430
4430
  .a6dbbkm .ant-input-number-handler-wrap {
4431
4431
  display: var(--a6dbbkm-0);
4432
4432
  }