diff --git a/src/page/Workspace/SideBar/ResourceTree/SelectPanel/index.less b/src/page/Workspace/SideBar/ResourceTree/SelectPanel/index.less
index 1bdaf9c57..d780ae9b5 100644
--- a/src/page/Workspace/SideBar/ResourceTree/SelectPanel/index.less
+++ b/src/page/Workspace/SideBar/ResourceTree/SelectPanel/index.less
@@ -1,6 +1,7 @@
.closeBtn {
font-size: 14px;
vertical-align: middle;
+ color: var(--icon-color-normal);
&:hover {
color: var(--icon-color-focus);
}
diff --git a/src/page/Workspace/SideBar/ResourceTree/index.less b/src/page/Workspace/SideBar/ResourceTree/index.less
index 2be118824..992d6bd40 100644
--- a/src/page/Workspace/SideBar/ResourceTree/index.less
+++ b/src/page/Workspace/SideBar/ResourceTree/index.less
@@ -109,6 +109,9 @@
> .ant-tree-switcher {
width: 16px;
line-height: 24px;
+ &:hover::before {
+ background-color: transparent;
+ }
}
.ant-tree-node-content-wrapper .ant-tree-iconEle {
diff --git a/src/page/Workspace/SideBar/Script/ScriptFile/index.tsx b/src/page/Workspace/SideBar/Script/ScriptFile/index.tsx
index 4e7b04309..1e718d8e6 100644
--- a/src/page/Workspace/SideBar/Script/ScriptFile/index.tsx
+++ b/src/page/Workspace/SideBar/Script/ScriptFile/index.tsx
@@ -73,7 +73,6 @@ export default inject('userStore')(
id: 'odc.Script.ScriptFile.SearchScript',
defaultMessage: '搜索脚本',
})}
- /*搜索脚本*/ size="small"
/>
diff --git a/src/page/Workspace/SideBar/Script/Snippet/index.tsx b/src/page/Workspace/SideBar/Script/Snippet/index.tsx
index 9bb1ef971..addc70651 100644
--- a/src/page/Workspace/SideBar/Script/Snippet/index.tsx
+++ b/src/page/Workspace/SideBar/Script/Snippet/index.tsx
@@ -78,7 +78,6 @@ export default inject('snippetStore')(
id: 'odc.Script.Snippet.SearchForCodeSnippets',
defaultMessage: '搜索代码片段',
})} /*搜索代码片段*/
- size="small"
/>
diff --git a/src/page/Workspace/SideBar/Script/Snippet/info.less b/src/page/Workspace/SideBar/Script/Snippet/info.less
index e6442b872..f90e186a8 100644
--- a/src/page/Workspace/SideBar/Script/Snippet/info.less
+++ b/src/page/Workspace/SideBar/Script/Snippet/info.less
@@ -182,10 +182,12 @@
padding: 16px 16px 0;
border-bottom: 0;
}
+ .ant-popover-inner {
+ padding: 4px 16px 16px;
+ }
.ant-popover-inner-content {
width: 280px;
max-height: 326px;
- padding: 4px 16px 16px;
overflow: auto;
}
dl {
diff --git a/src/page/Workspace/components/EditableTable/index.less b/src/page/Workspace/components/EditableTable/index.less
index d6599c7cc..5d2d09fd6 100644
--- a/src/page/Workspace/components/EditableTable/index.less
+++ b/src/page/Workspace/components/EditableTable/index.less
@@ -24,7 +24,6 @@
.ant-popover-inner-content {
position: relative;
max-width: unset;
- padding: 0;
}
}
}
diff --git a/src/style/theme/antd.dark.less b/src/style/theme/antd.dark.less
index bae4dc7ea..435cb7f17 100644
--- a/src/style/theme/antd.dark.less
+++ b/src/style/theme/antd.dark.less
@@ -12,13737 +12,4 @@
h6 {
color: rgba(255, 255, 255, 0.85);
}
-
- a {
- color: #177ddc;
- background-color: transparent;
- }
-
- a:hover {
- color: #165996;
- }
-
- a:active {
- color: #388ed3;
- }
-
- a[disabled] {
- color: rgba(255, 255, 255, 0.3);
- }
-
- caption {
- color: rgba(255, 255, 255, 0.45);
- }
-
- mark {
- background-color: #2b2611;
- }
-
- ::-moz-selection {
- color: #fff;
- background: #177ddc;
- }
-
- ::selection {
- color: #fff;
- background: #177ddc;
- }
-
- .ant-fade-enter,
- .ant-fade-appear {
- opacity: 0;
- }
-
- .ant-move-up-enter,
- .ant-move-up-appear {
- opacity: 0;
- }
-
- .ant-move-down-enter,
- .ant-move-down-appear {
- opacity: 0;
- }
-
- .ant-move-left-enter,
- .ant-move-left-appear {
- opacity: 0;
- }
-
- .ant-move-right-enter,
- .ant-move-right-appear {
- opacity: 0;
- }
-
- html {
- --antd-wave-shadow-color: #177ddc;
- }
-
- [ant-click-animating-without-extra-node='true']::after,
- .ant-click-animating-node {
- box-shadow: 0 0 0 0 #177ddc;
- opacity: 0.2;
- }
-
- .ant-slide-up-enter,
- .ant-slide-up-appear {
- opacity: 0;
- }
-
- .ant-slide-down-enter,
- .ant-slide-down-appear {
- opacity: 0;
- }
-
- .ant-slide-left-enter,
- .ant-slide-left-appear {
- opacity: 0;
- }
-
- .ant-slide-right-enter,
- .ant-slide-right-appear {
- opacity: 0;
- }
-
- .ant-zoom-enter,
- .ant-zoom-appear {
- opacity: 0;
- }
-
- .ant-zoom-big-enter,
- .ant-zoom-big-appear {
- opacity: 0;
- }
-
- .ant-zoom-big-fast-enter,
- .ant-zoom-big-fast-appear {
- opacity: 0;
- }
-
- .ant-zoom-up-enter,
- .ant-zoom-up-appear {
- opacity: 0;
- }
-
- .ant-zoom-down-enter,
- .ant-zoom-down-appear {
- opacity: 0;
- }
-
- .ant-zoom-left-enter,
- .ant-zoom-left-appear {
- opacity: 0;
- }
-
- .ant-zoom-right-enter,
- .ant-zoom-right-appear {
- opacity: 0;
- }
-
- .ant-alert {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-alert-success {
- background-color: #162312;
- border: 1px solid #274916;
- }
-
- .ant-alert-success .ant-alert-icon {
- color: #49aa19;
- }
-
- .ant-alert-info {
- background-color: #111b26;
- border: 1px solid #153450;
- }
-
- .ant-alert-info .ant-alert-icon {
- color: #177ddc;
- }
-
- .ant-alert-warning {
- background-color: #2b2111;
- border: 1px solid #594214;
- }
-
- .ant-alert-warning .ant-alert-icon {
- color: #d89614;
- }
-
- .ant-alert-error {
- background-color: #2a1215;
- border: 1px solid #58181c;
- }
-
- .ant-alert-error .ant-alert-icon {
- color: #a61d24;
- }
-
- .ant-alert-close-icon {
- background-color: transparent;
- }
-
- .ant-alert-close-icon .anticon-close {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-alert-close-icon .anticon-close:hover {
- color: rgba(255, 255, 255, 0.75);
- }
-
- .ant-alert-close-text {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-alert-close-text:hover {
- color: rgba(255, 255, 255, 0.75);
- }
-
- .ant-alert-with-description .ant-alert-message {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-alert-message {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-alert.ant-alert-motion-leave {
- opacity: 1;
- }
-
- .ant-alert.ant-alert-motion-leave-active {
- opacity: 0;
- }
-
- .ant-anchor {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-anchor-wrapper {
- background-color: transparent;
- }
-
- .ant-anchor-ink::before {
- background-color: #303030;
- }
-
- .ant-anchor-ink-ball {
- background-color: var(--background-primary-color);
- border: 2px solid #177ddc;
- border-radius: 8px;
- }
-
- .ant-anchor-link-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-anchor-link-active > .ant-anchor-link-title {
- color: #177ddc;
- }
-
- .ant-select-auto-complete {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-select-single.ant-select-open .ant-select-selection-item {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-disabled.ant-select-multiple .ant-select-selector {
- background: var(--background-primary-color);
- }
-
- .ant-select-multiple .ant-select-selection-item {
- background: rgba(255, 255, 255, 0.08);
- border: 1px solid #303030;
- border-radius: 2px;
- }
-
- .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
- color: #595959;
- border-color: var(--background-secondry-color);
- }
-
- .ant-select-multiple .ant-select-selection-item-remove {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-select-multiple .ant-select-selection-item-remove:hover {
- color: rgba(255, 255, 255, 0.75);
- }
-
- .ant-select-status-error.ant-select:not(.ant-select-disabled):not(
- .ant-select-customize-input
- ):not(.ant-pagination-size-changer)
- .ant-select-selector {
- background-color: transparent;
- border-color: #a61d24 !important;
- }
-
- .ant-select-status-error.ant-select:not(.ant-select-disabled):not(
- .ant-select-customize-input
- ):not(.ant-pagination-size-changer).ant-select-open
- .ant-select-selector,
- .ant-select-status-error.ant-select:not(.ant-select-disabled):not(
- .ant-select-customize-input
- ):not(.ant-pagination-size-changer).ant-select-focused
- .ant-select-selector {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(
- .ant-select-customize-input
- ):not(.ant-pagination-size-changer)
- .ant-select-selector {
- background-color: transparent;
- border-color: #d89614 !important;
- }
-
- .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(
- .ant-select-customize-input
- ):not(.ant-pagination-size-changer).ant-select-open
- .ant-select-selector,
- .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(
- .ant-select-customize-input
- ):not(.ant-pagination-size-changer).ant-select-focused
- .ant-select-selector {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-select {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-select:not(.ant-select-customize-input) .ant-select-selector {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
- .ant-select-selector {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input)
- .ant-select-selector {
- background: var(--background-primary-color);
- }
-
- .ant-select:not(.ant-select-customize-input)
- .ant-select-selector
- .ant-select-selection-search-input {
- background: transparent;
- }
-
- .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- @media all and (-ms-high-contrast: none) {
- .ant-select-selection-item *::-ms-backdrop,
- .ant-select-selection-item {
- flex: auto;
- }
- }
-
- .ant-select-selection-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- @media all and (-ms-high-contrast: none) {
- .ant-select-selection-placeholder *::-ms-backdrop,
- .ant-select-selection-placeholder {
- flex: auto;
- }
- }
-
- .ant-select-arrow {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-clear {
- color: rgba(255, 255, 255, 0.3);
- background: var(--background-primary-color);
- opacity: 0;
- }
-
- .ant-select-clear:hover {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-select:hover .ant-select-clear {
- opacity: 1;
- }
-
- .ant-select-dropdown {
- color: rgba(255, 255, 255, 0.85);
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-select-dropdown-empty {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-item-empty {
- color: rgba(255, 255, 255, 0.85);
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-item {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-select-item-group {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
- color: rgba(255, 255, 255, 0.85);
- background-color: #111b26;
- }
-
- .ant-select-item-option-selected:not(.ant-select-item-option-disabled)
- .ant-select-item-option-state {
- color: #177ddc;
- }
-
- .ant-select-item-option-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-item-option-disabled.ant-select-item-option-selected {
- background-color: var(--background-primary-color);
- }
-
- .ant-select-borderless .ant-select-selector {
- background-color: transparent !important;
- border-color: transparent !important;
- }
-
- .ant-empty-normal {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-empty-small {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-empty-img-default-ellipse {
- fill: #fff;
- fill-opacity: 0.08;
- }
-
- .ant-empty-img-default-path-1 {
- fill: #262626;
- }
-
- .ant-empty-img-default-path-2 {
- fill: url('#linearGradient-1');
- }
-
- .ant-empty-img-default-path-3 {
- fill: #595959;
- }
-
- .ant-empty-img-default-path-4 {
- fill: #434343;
- }
-
- .ant-empty-img-default-path-5 {
- fill: #595959;
- }
-
- .ant-empty-img-default-g {
- fill: #434343;
- }
-
- .ant-empty-img-simple-ellipse {
- fill: #fff;
- fill-opacity: 0.08;
- }
-
- .ant-empty-img-simple-g {
- stroke: #434343;
- }
-
- .ant-empty-img-simple-path {
- fill: #262626;
- stroke: #434343;
- }
-
- .ant-avatar {
- color: rgba(255, 255, 255, 0.85);
- color: #fff;
- background: rgba(255, 255, 255, 0.3);
- }
-
- .ant-avatar-image {
- background: transparent;
- }
-
- .ant-avatar-group .ant-avatar {
- border: 1px solid #fff;
- }
-
- .ant-popover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-popover::after {
- background: rgba(255, 255, 255, 0.01);
- }
-
- .ant-popover-inner {
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
- .ant-popover {
- /* IE10+ */
- }
-
- .ant-popover-inner {
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
- }
-
- .ant-popover-title {
- color: rgba(255, 255, 255, 0.85);
- border-bottom: 1px solid #303030;
- }
-
- .ant-popover-inner-content {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-popover-message {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-popover-message-icon {
- color: #d89614;
- }
-
- .ant-popover-arrow {
- background: transparent;
- }
-
- .ant-popover-arrow-content {
- --antd-arrow-background-color: var(--background-secondry-color);
- }
-
- .ant-popover-placement-top .ant-popover-arrow-content,
- .ant-popover-placement-topLeft .ant-popover-arrow-content,
- .ant-popover-placement-topRight .ant-popover-arrow-content {
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-popover-placement-right .ant-popover-arrow-content,
- .ant-popover-placement-rightTop .ant-popover-arrow-content,
- .ant-popover-placement-rightBottom .ant-popover-arrow-content {
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-popover-placement-bottom .ant-popover-arrow-content,
- .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
- .ant-popover-placement-bottomRight .ant-popover-arrow-content {
- box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
- }
-
- .ant-popover-placement-left .ant-popover-arrow-content,
- .ant-popover-placement-leftTop .ant-popover-arrow-content,
- .ant-popover-placement-leftBottom .ant-popover-arrow-content {
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-popover-pink .ant-popover-inner {
- background-color: #cb2b83;
- }
-
- .ant-popover-pink .ant-popover-arrow-content {
- background-color: #cb2b83;
- }
-
- .ant-popover-magenta .ant-popover-inner {
- background-color: #cb2b83;
- }
-
- .ant-popover-magenta .ant-popover-arrow-content {
- background-color: #cb2b83;
- }
-
- .ant-popover-red .ant-popover-inner {
- background-color: #d32029;
- }
-
- .ant-popover-red .ant-popover-arrow-content {
- background-color: #d32029;
- }
-
- .ant-popover-volcano .ant-popover-inner {
- background-color: #d84a1b;
- }
-
- .ant-popover-volcano .ant-popover-arrow-content {
- background-color: #d84a1b;
- }
-
- .ant-popover-orange .ant-popover-inner {
- background-color: #d87a16;
- }
-
- .ant-popover-orange .ant-popover-arrow-content {
- background-color: #d87a16;
- }
-
- .ant-popover-yellow .ant-popover-inner {
- background-color: #d8bd14;
- }
-
- .ant-popover-yellow .ant-popover-arrow-content {
- background-color: #d8bd14;
- }
-
- .ant-popover-gold .ant-popover-inner {
- background-color: #d89614;
- }
-
- .ant-popover-gold .ant-popover-arrow-content {
- background-color: #d89614;
- }
-
- .ant-popover-cyan .ant-popover-inner {
- background-color: #13a8a8;
- }
-
- .ant-popover-cyan .ant-popover-arrow-content {
- background-color: #13a8a8;
- }
-
- .ant-popover-lime .ant-popover-inner {
- background-color: #8bbb11;
- }
-
- .ant-popover-lime .ant-popover-arrow-content {
- background-color: #8bbb11;
- }
-
- .ant-popover-green .ant-popover-inner {
- background-color: #49aa19;
- }
-
- .ant-popover-green .ant-popover-arrow-content {
- background-color: #49aa19;
- }
-
- .ant-popover-blue .ant-popover-inner {
- background-color: #177ddc;
- }
-
- .ant-popover-blue .ant-popover-arrow-content {
- background-color: #177ddc;
- }
-
- .ant-popover-geekblue .ant-popover-inner {
- background-color: #2b4acb;
- }
-
- .ant-popover-geekblue .ant-popover-arrow-content {
- background-color: #2b4acb;
- }
-
- .ant-popover-purple .ant-popover-inner {
- background-color: #642ab5;
- }
-
- .ant-popover-purple .ant-popover-arrow-content {
- background-color: #642ab5;
- }
-
- .ant-back-top {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-back-top-content {
- color: #fff;
- background-color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-back-top-content:hover {
- background-color: rgba(255, 255, 255, 0.85);
- }
-
- @media screen and (max-width: 768px) {
- .ant-back-top {
- right: 60px;
- }
-
- .ant-back-top-rtl {
- right: auto;
- left: 60px;
- }
- }
-
- @media screen and (max-width: 480px) {
- .ant-back-top {
- right: 20px;
- }
-
- .ant-back-top-rtl {
- right: auto;
- left: 20px;
- }
- }
-
- .ant-badge {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-badge-count {
- color: #fff;
- background: #a61d24;
- box-shadow: 0 0 0 1px #141414;
- }
-
- .ant-badge-count a,
- .ant-badge-count a:hover {
- color: #fff;
- }
-
- .ant-badge-dot {
- background: #a61d24;
- box-shadow: 0 0 0 1px #141414;
- }
-
- .ant-badge-status-success {
- background-color: #49aa19;
- }
-
- .ant-badge-status-processing {
- background-color: #177ddc;
- }
-
- .ant-badge-status-processing::after {
- border: 1px solid #177ddc;
- border-radius: 50%;
- }
-
- .ant-badge-status-default {
- background-color: #d9d9d9;
- }
-
- .ant-badge-status-error {
- background-color: #a61d24;
- }
-
- .ant-badge-status-warning {
- background-color: #d89614;
- }
-
- .ant-badge-status-pink {
- background: #cb2b83;
- }
-
- .ant-badge-status-magenta {
- background: #cb2b83;
- }
-
- .ant-badge-status-red {
- background: #d32029;
- }
-
- .ant-badge-status-volcano {
- background: #d84a1b;
- }
-
- .ant-badge-status-orange {
- background: #d87a16;
- }
-
- .ant-badge-status-yellow {
- background: #d8bd14;
- }
-
- .ant-badge-status-gold {
- background: #d89614;
- }
-
- .ant-badge-status-cyan {
- background: #13a8a8;
- }
-
- .ant-badge-status-lime {
- background: #8bbb11;
- }
-
- .ant-badge-status-green {
- background: #49aa19;
- }
-
- .ant-badge-status-blue {
- background: #177ddc;
- }
-
- .ant-badge-status-geekblue {
- background: #2b4acb;
- }
-
- .ant-badge-status-purple {
- background: #642ab5;
- }
-
- .ant-badge-status-text {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-ribbon {
- color: rgba(255, 255, 255, 0.85);
- color: #fff;
- background-color: #177ddc;
- }
-
- .ant-ribbon-text {
- color: #fff;
- }
-
- .ant-ribbon-corner::after {
- color: rgba(0, 0, 0, 0.25);
- }
-
- .ant-ribbon-color-pink {
- color: #cb2b83;
- background: #cb2b83;
- }
-
- .ant-ribbon-color-magenta {
- color: #cb2b83;
- background: #cb2b83;
- }
-
- .ant-ribbon-color-red {
- color: #d32029;
- background: #d32029;
- }
-
- .ant-ribbon-color-volcano {
- color: #d84a1b;
- background: #d84a1b;
- }
-
- .ant-ribbon-color-orange {
- color: #d87a16;
- background: #d87a16;
- }
-
- .ant-ribbon-color-yellow {
- color: #d8bd14;
- background: #d8bd14;
- }
-
- .ant-ribbon-color-gold {
- color: #d89614;
- background: #d89614;
- }
-
- .ant-ribbon-color-cyan {
- color: #13a8a8;
- background: #13a8a8;
- }
-
- .ant-ribbon-color-lime {
- color: #8bbb11;
- background: #8bbb11;
- }
-
- .ant-ribbon-color-green {
- color: #49aa19;
- background: #49aa19;
- }
-
- .ant-ribbon-color-blue {
- color: #177ddc;
- background: #177ddc;
- }
-
- .ant-ribbon-color-geekblue {
- color: #2b4acb;
- background: #2b4acb;
- }
-
- .ant-ribbon-color-purple {
- color: #642ab5;
- background: #642ab5;
- }
-
- .ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
- border-color: currentcolor transparent transparent currentcolor;
- }
-
- .ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
- border-color: currentcolor currentcolor transparent transparent;
- }
-
- .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
- border-color: currentcolor currentcolor transparent transparent;
- }
-
- .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
- border-color: currentcolor currentcolor transparent transparent;
- }
-
- .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
- border-color: currentcolor transparent transparent currentcolor;
- }
-
- .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
- border-color: currentcolor transparent transparent currentcolor;
- }
-
- .ant-breadcrumb {
- color: rgba(255, 255, 255, 0.85);
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-breadcrumb a {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-breadcrumb a:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-breadcrumb li:last-child {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-breadcrumb li:last-child a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-breadcrumb-separator {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
- color: #a61d24;
- }
-
- .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
- color: #fff;
- background-color: #a61d24;
- }
-
- .ant-dropdown {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-dropdown::before {
- opacity: 0.0001;
- }
-
- .ant-dropdown-arrow::before {
- background: var(--background-secondry-color);
- }
-
- .ant-dropdown-placement-top > .ant-dropdown-arrow,
- .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
- .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
- box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
- }
-
- .ant-dropdown-placement-bottom > .ant-dropdown-arrow,
- .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
- .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
- box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
- }
-
- .ant-dropdown-menu {
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-dropdown-menu-item-group-title {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-dropdown-menu-submenu-popup {
- background: transparent;
- }
-
- .ant-dropdown-menu-item,
- .ant-dropdown-menu-submenu-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-dropdown-menu-item-selected,
- .ant-dropdown-menu-submenu-title-selected {
- color: #177ddc;
- background-color: #111b26;
- }
-
- .ant-dropdown-menu-item:hover,
- .ant-dropdown-menu-submenu-title:hover,
- .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
- .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
- .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
- .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
- .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,
- .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
- .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
- .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,
- .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,
- .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover {
- color: rgba(255, 255, 255, 0.3);
- background-color: transparent;
- }
-
- .ant-dropdown-menu-item-divider,
- .ant-dropdown-menu-submenu-title-divider {
- background-color: #303030;
- }
-
- .ant-dropdown-menu-item
- .ant-dropdown-menu-submenu-expand-icon
- .ant-dropdown-menu-submenu-arrow-icon,
- .ant-dropdown-menu-submenu-title
- .ant-dropdown-menu-submenu-expand-icon
- .ant-dropdown-menu-submenu-arrow-icon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
- .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
- .ant-dropdown-menu-submenu-title
- .ant-dropdown-menu-submenu-arrow-icon {
- color: rgba(255, 255, 255, 0.3);
- background-color: transparent;
- }
-
- .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
- color: #177ddc;
- }
-
- .ant-dropdown-menu-dark,
- .ant-dropdown-menu-dark .ant-dropdown-menu {
- background: var(--background-secondry-color);
- }
-
- .ant-dropdown-menu-dark .ant-dropdown-menu-item,
- .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
- color: rgba(255, 255, 255, 0.65);
- }
-
- .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
- .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
- .ant-dropdown-menu-dark
- .ant-dropdown-menu-item
- > .anticon
- + span
- > a
- .ant-dropdown-menu-submenu-arrow::after {
- color: rgba(255, 255, 255, 0.65);
- }
-
- .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
- color: #fff;
- background: transparent;
- }
-
- .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
- .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
- color: #fff;
- background: #177ddc;
- }
-
- .ant-btn {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border: 1px solid transparent;
- border-color: #434343;
- border-radius: 2px;
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
- }
-
- .ant-btn > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn:hover,
- .ant-btn:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn:hover > a:only-child::after,
- .ant-btn:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn[disabled],
- .ant-btn[disabled]:hover,
- .ant-btn[disabled]:focus,
- .ant-btn[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn[disabled] > a:only-child::after,
- .ant-btn[disabled]:hover > a:only-child::after,
- .ant-btn[disabled]:focus > a:only-child::after,
- .ant-btn[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn:hover,
- .ant-btn:focus,
- .ant-btn:active {
- background: transparent;
- }
-
- .ant-btn-primary {
- color: #fff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
- background: #177ddc;
- border-color: #177ddc;
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
- }
-
- .ant-btn-primary > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-primary:hover,
- .ant-btn-primary:focus {
- color: #fff;
- background: #095cb5;
- border-color: #095cb5;
- }
-
- .ant-btn-primary:hover > a:only-child::after,
- .ant-btn-primary:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-primary:active {
- color: #fff;
- background: #3c9be8;
- border-color: #3c9be8;
- }
-
- .ant-btn-primary:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-primary[disabled],
- .ant-btn-primary[disabled]:hover,
- .ant-btn-primary[disabled]:focus,
- .ant-btn-primary[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-primary[disabled] > a:only-child::after,
- .ant-btn-primary[disabled]:hover > a:only-child::after,
- .ant-btn-primary[disabled]:focus > a:only-child::after,
- .ant-btn-primary[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
- border-right-color: #165996;
- border-left-color: #165996;
- }
-
- .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
- border-color: #434343;
- }
-
- .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
- border-right-color: #165996;
- }
-
- .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
- border-right-color: #434343;
- }
-
- .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
- .ant-btn-group .ant-btn-primary + .ant-btn-primary {
- border-left-color: #165996;
- }
-
- .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
- .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
- border-left-color: #434343;
- }
-
- .ant-btn-ghost {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border-color: #434343;
- }
-
- .ant-btn-ghost > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-ghost:hover,
- .ant-btn-ghost:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn-ghost:hover > a:only-child::after,
- .ant-btn-ghost:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-ghost:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn-ghost:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-ghost[disabled],
- .ant-btn-ghost[disabled]:hover,
- .ant-btn-ghost[disabled]:focus,
- .ant-btn-ghost[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-ghost[disabled] > a:only-child::after,
- .ant-btn-ghost[disabled]:hover > a:only-child::after,
- .ant-btn-ghost[disabled]:focus > a:only-child::after,
- .ant-btn-ghost[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dashed {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border-color: #434343;
- border-style: dashed;
- }
-
- .ant-btn-dashed > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dashed:hover,
- .ant-btn-dashed:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn-dashed:hover > a:only-child::after,
- .ant-btn-dashed:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dashed:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn-dashed:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dashed[disabled],
- .ant-btn-dashed[disabled]:hover,
- .ant-btn-dashed[disabled]:focus,
- .ant-btn-dashed[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-dashed[disabled] > a:only-child::after,
- .ant-btn-dashed[disabled]:hover > a:only-child::after,
- .ant-btn-dashed[disabled]:focus > a:only-child::after,
- .ant-btn-dashed[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-danger {
- color: #fff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
- background: #a61d24;
- border-color: #a61d24;
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
- }
-
- .ant-btn-danger > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-danger:hover,
- .ant-btn-danger:focus {
- color: #fff;
- background: #800f19;
- border-color: #800f19;
- }
-
- .ant-btn-danger:hover > a:only-child::after,
- .ant-btn-danger:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-danger:active {
- color: #fff;
- background: #b33b3d;
- border-color: #b33b3d;
- }
-
- .ant-btn-danger:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-danger[disabled],
- .ant-btn-danger[disabled]:hover,
- .ant-btn-danger[disabled]:focus,
- .ant-btn-danger[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-danger[disabled] > a:only-child::after,
- .ant-btn-danger[disabled]:hover > a:only-child::after,
- .ant-btn-danger[disabled]:focus > a:only-child::after,
- .ant-btn-danger[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-link {
- color: #177ddc;
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-link > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-link:hover,
- .ant-btn-link:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn-link:hover > a:only-child::after,
- .ant-btn-link:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-link:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn-link:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-link[disabled],
- .ant-btn-link[disabled]:hover,
- .ant-btn-link[disabled]:focus,
- .ant-btn-link[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-link[disabled] > a:only-child::after,
- .ant-btn-link[disabled]:hover > a:only-child::after,
- .ant-btn-link[disabled]:focus > a:only-child::after,
- .ant-btn-link[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-link:hover {
- background: transparent;
- }
-
- .ant-btn-link:hover,
- .ant-btn-link:focus,
- .ant-btn-link:active {
- border-color: transparent;
- }
-
- .ant-btn-link[disabled],
- .ant-btn-link[disabled]:hover,
- .ant-btn-link[disabled]:focus,
- .ant-btn-link[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-link[disabled] > a:only-child::after,
- .ant-btn-link[disabled]:hover > a:only-child::after,
- .ant-btn-link[disabled]:focus > a:only-child::after,
- .ant-btn-link[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-text {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-text > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-text:hover,
- .ant-btn-text:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn-text:hover > a:only-child::after,
- .ant-btn-text:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-text:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn-text:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-text[disabled],
- .ant-btn-text[disabled]:hover,
- .ant-btn-text[disabled]:focus,
- .ant-btn-text[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-text[disabled] > a:only-child::after,
- .ant-btn-text[disabled]:hover > a:only-child::after,
- .ant-btn-text[disabled]:focus > a:only-child::after,
- .ant-btn-text[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-text:hover,
- .ant-btn-text:focus {
- color: rgba(255, 255, 255, 0.85);
- background: rgba(255, 255, 255, 0.03);
- border-color: transparent;
- }
-
- .ant-btn-text:active {
- color: rgba(255, 255, 255, 0.85);
- background: rgba(255, 255, 255, 0.04);
- border-color: transparent;
- }
-
- .ant-btn-text[disabled],
- .ant-btn-text[disabled]:hover,
- .ant-btn-text[disabled]:focus,
- .ant-btn-text[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-text[disabled] > a:only-child::after,
- .ant-btn-text[disabled]:hover > a:only-child::after,
- .ant-btn-text[disabled]:focus > a:only-child::after,
- .ant-btn-text[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous {
- color: #a61d24;
- background: transparent;
- border-color: #a61d24;
- }
-
- .ant-btn-dangerous > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous:hover,
- .ant-btn-dangerous:focus {
- color: #800f19;
- background: transparent;
- border-color: #800f19;
- }
-
- .ant-btn-dangerous:hover > a:only-child::after,
- .ant-btn-dangerous:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous:active {
- color: #b33b3d;
- background: transparent;
- border-color: #b33b3d;
- }
-
- .ant-btn-dangerous:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous[disabled],
- .ant-btn-dangerous[disabled]:hover,
- .ant-btn-dangerous[disabled]:focus,
- .ant-btn-dangerous[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-dangerous[disabled] > a:only-child::after,
- .ant-btn-dangerous[disabled]:hover > a:only-child::after,
- .ant-btn-dangerous[disabled]:focus > a:only-child::after,
- .ant-btn-dangerous[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-primary {
- color: #fff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
- background: #a61d24;
- border-color: #a61d24;
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
- }
-
- .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-primary:hover,
- .ant-btn-dangerous.ant-btn-primary:focus {
- color: #fff;
- background: #800f19;
- border-color: #800f19;
- }
-
- .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-primary:active {
- color: #fff;
- background: #b33b3d;
- border-color: #b33b3d;
- }
-
- .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-primary[disabled],
- .ant-btn-dangerous.ant-btn-primary[disabled]:hover,
- .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
- .ant-btn-dangerous.ant-btn-primary[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
- .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
- .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link {
- color: #a61d24;
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link:hover,
- .ant-btn-dangerous.ant-btn-link:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link[disabled],
- .ant-btn-dangerous.ant-btn-link[disabled]:hover,
- .ant-btn-dangerous.ant-btn-link[disabled]:focus,
- .ant-btn-dangerous.ant-btn-link[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link:hover,
- .ant-btn-dangerous.ant-btn-link:focus {
- color: #800f19;
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link:active {
- color: #b33b3d;
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link[disabled],
- .ant-btn-dangerous.ant-btn-link[disabled]:hover,
- .ant-btn-dangerous.ant-btn-link[disabled]:focus,
- .ant-btn-dangerous.ant-btn-link[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
- .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text {
- color: #a61d24;
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text:hover,
- .ant-btn-dangerous.ant-btn-text:focus {
- color: #165996;
- background: transparent;
- border-color: #165996;
- }
-
- .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text:active {
- color: #388ed3;
- background: transparent;
- border-color: #388ed3;
- }
-
- .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text[disabled],
- .ant-btn-dangerous.ant-btn-text[disabled]:hover,
- .ant-btn-dangerous.ant-btn-text[disabled]:focus,
- .ant-btn-dangerous.ant-btn-text[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text:hover,
- .ant-btn-dangerous.ant-btn-text:focus {
- color: #800f19;
- background: rgba(255, 255, 255, 0.03);
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text:active {
- color: #b33b3d;
- background: rgba(255, 255, 255, 0.04);
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text[disabled],
- .ant-btn-dangerous.ant-btn-text[disabled]:hover,
- .ant-btn-dangerous.ant-btn-text[disabled]:focus,
- .ant-btn-dangerous.ant-btn-text[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- border-color: transparent;
- }
-
- .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
- .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn::before {
- background: var(--background-primary-color);
- opacity: 0.35;
- }
-
- .ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
- border-left-color: transparent;
- }
-
- .ant-btn.ant-btn-background-ghost {
- color: rgba(255, 255, 255, 0.85);
- border-color: rgba(255, 255, 255, 0.25);
- }
-
- .ant-btn.ant-btn-background-ghost,
- .ant-btn.ant-btn-background-ghost:hover,
- .ant-btn.ant-btn-background-ghost:active,
- .ant-btn.ant-btn-background-ghost:focus {
- background: transparent;
- }
-
- .ant-btn.ant-btn-background-ghost:hover,
- .ant-btn.ant-btn-background-ghost:focus {
- color: #3c9be8;
- border-color: #3c9be8;
- }
-
- .ant-btn.ant-btn-background-ghost:active {
- color: #095cb5;
- border-color: #095cb5;
- }
-
- .ant-btn.ant-btn-background-ghost[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- border-color: #434343;
- }
-
- .ant-btn-background-ghost.ant-btn-primary {
- color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-primary:hover,
- .ant-btn-background-ghost.ant-btn-primary:focus {
- color: #095cb5;
- border-color: #095cb5;
- }
-
- .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-primary:active {
- color: #3c9be8;
- border-color: #3c9be8;
- }
-
- .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-primary[disabled],
- .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
- .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
- .ant-btn-background-ghost.ant-btn-primary[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-danger {
- color: #a61d24;
- border-color: #a61d24;
- }
-
- .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-danger:hover,
- .ant-btn-background-ghost.ant-btn-danger:focus {
- color: #800f19;
- border-color: #800f19;
- }
-
- .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-danger:active {
- color: #b33b3d;
- border-color: #b33b3d;
- }
-
- .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-danger[disabled],
- .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
- .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
- .ant-btn-background-ghost.ant-btn-danger[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous {
- color: #a61d24;
- border-color: #a61d24;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous:hover,
- .ant-btn-background-ghost.ant-btn-dangerous:focus {
- color: #800f19;
- border-color: #800f19;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous:active {
- color: #b33b3d;
- border-color: #b33b3d;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous[disabled],
- .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
- .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
- .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
- color: #a61d24;
- border-color: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
- color: #800f19;
- border-color: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
- color: #b33b3d;
- border-color: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
- .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
- background: transparent;
- }
-
- a.ant-btn-disabled,
- a.ant-btn-disabled:hover,
- a.ant-btn-disabled:focus,
- a.ant-btn-disabled:active {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- border-color: transparent;
- }
-
- a.ant-btn-disabled > a:only-child::after,
- a.ant-btn-disabled:hover > a:only-child::after,
- a.ant-btn-disabled:focus > a:only-child::after,
- a.ant-btn-disabled:active > a:only-child::after {
- background: transparent;
- }
-
- .ant-btn-compact-item.ant-btn-primary:not([disabled])
- + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
- background-color: #165996;
- }
-
- .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])
- + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
- background-color: #165996;
- }
-
- .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
- .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
- border-right-color: #165996;
- border-left-color: #434343;
- }
-
- .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
- .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
- border-right-color: #434343;
- border-left-color: #165996;
- }
-
- .ant-menu-item-danger.ant-menu-item {
- color: #a61d24;
- }
-
- .ant-menu-item-danger.ant-menu-item:hover,
- .ant-menu-item-danger.ant-menu-item-active {
- color: #a61d24;
- }
-
- .ant-menu-item-danger.ant-menu-item:active {
- background: #2a1215;
- }
-
- .ant-menu-item-danger.ant-menu-item-selected {
- color: #a61d24;
- }
-
- .ant-menu-item-danger.ant-menu-item-selected > a,
- .ant-menu-item-danger.ant-menu-item-selected > a:hover {
- color: #a61d24;
- }
-
- .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
- background-color: #2a1215;
- }
-
- .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
- border-right-color: #a61d24;
- }
-
- .ant-menu-dark .ant-menu-item-danger.ant-menu-item,
- .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
- .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
- color: #a61d24;
- }
-
- .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
- .ant-menu-item-danger.ant-menu-item-selected {
- color: #fff;
- background-color: #a61d24;
- }
-
- .ant-menu {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-primary-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-menu.ant-menu-root:focus-visible {
- box-shadow: 0 0 0 2px #11263c;
- }
-
- .ant-menu-item-group-title {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-menu-submenu-selected {
- color: #177ddc;
- }
-
- .ant-menu-item:active,
- .ant-menu-submenu-title:active {
- background: #111b26;
- }
-
- .ant-menu-item a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-menu-item a:hover {
- color: #177ddc;
- }
-
- .ant-menu-item a::before {
- background-color: transparent;
- }
-
- .ant-menu-item > .ant-badge a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-menu-item > .ant-badge a:hover {
- color: #177ddc;
- }
-
- .ant-menu-item-divider {
- border-color: #303030;
- border-style: solid;
- border-width: 1px 0 0;
- }
-
- .ant-menu-horizontal > .ant-menu-item:hover,
- .ant-menu-horizontal > .ant-menu-item-active,
- .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
- background-color: transparent;
- }
-
- .ant-menu-item-selected {
- color: #177ddc;
- }
-
- .ant-menu-item-selected a,
- .ant-menu-item-selected a:hover {
- color: #177ddc;
- }
-
- .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
- background-color: #111b26;
- }
-
- .ant-menu-inline,
- .ant-menu-vertical,
- .ant-menu-vertical-left {
- border-right: 1px solid #303030;
- }
-
- .ant-menu-vertical-right {
- border-left: 1px solid #303030;
- }
-
- .ant-menu-item .ant-menu-item-icon + span,
- .ant-menu-submenu-title .ant-menu-item-icon + span,
- .ant-menu-item .anticon + span,
- .ant-menu-submenu-title .anticon + span {
- opacity: 1;
- }
-
- .ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
- .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
- box-shadow: 0 0 0 2px #11263c;
- }
-
- .ant-menu-submenu-popup {
- background: transparent;
- }
-
- .ant-menu-submenu-popup::before {
- opacity: 0.0001;
- }
-
- .ant-menu-submenu > .ant-menu {
- background-color: var(--background-primary-color);
- }
-
- .ant-menu-submenu-popup > .ant-menu {
- background-color: var(--background-secondry-color);
- }
-
- .ant-menu-submenu-expand-icon,
- .ant-menu-submenu-arrow {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
- .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
- color: #177ddc;
- }
-
- .ant-menu-vertical .ant-menu-submenu-selected,
- .ant-menu-vertical-left .ant-menu-submenu-selected,
- .ant-menu-vertical-right .ant-menu-submenu-selected {
- color: #177ddc;
- }
-
- .ant-menu-horizontal {
- border: 0;
- border-bottom: 1px solid #303030;
- }
-
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
- color: #177ddc;
- }
-
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
- border-bottom: 2px solid #177ddc;
- }
-
- .ant-menu-horizontal > .ant-menu-item::after,
- .ant-menu-horizontal > .ant-menu-submenu::after {
- border-bottom: 2px solid transparent;
- }
-
- .ant-menu-horizontal > .ant-menu-item a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-menu-horizontal > .ant-menu-item a:hover {
- color: #177ddc;
- }
-
- .ant-menu-horizontal > .ant-menu-item-selected a {
- color: #177ddc;
- }
-
- .ant-menu-vertical .ant-menu-item::after,
- .ant-menu-vertical-left .ant-menu-item::after,
- .ant-menu-vertical-right .ant-menu-item::after,
- .ant-menu-inline .ant-menu-item::after {
- border-right: 3px solid #177ddc;
- opacity: 0;
- }
-
- .ant-menu-inline .ant-menu-selected::after,
- .ant-menu-inline .ant-menu-item-selected::after {
- opacity: 1;
- }
-
- .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-item-group
- > .ant-menu-item-group-list
- > .ant-menu-item
- .ant-menu-submenu-arrow,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-item-group
- > .ant-menu-item-group-list
- > .ant-menu-submenu
- > .ant-menu-submenu-title
- .ant-menu-submenu-arrow,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-submenu
- > .ant-menu-submenu-title
- .ant-menu-submenu-arrow {
- opacity: 0;
- }
-
- .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-item-group
- > .ant-menu-item-group-list
- > .ant-menu-item
- .ant-menu-item-icon
- + span,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-item-group
- > .ant-menu-item-group-list
- > .ant-menu-submenu
- > .ant-menu-submenu-title
- .ant-menu-item-icon
- + span,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-submenu
- > .ant-menu-submenu-title
- .ant-menu-item-icon
- + span,
- .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-item-group
- > .ant-menu-item-group-list
- > .ant-menu-item
- .anticon
- + span,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-item-group
- > .ant-menu-item-group-list
- > .ant-menu-submenu
- > .ant-menu-submenu-title
- .anticon
- + span,
- .ant-menu.ant-menu-inline-collapsed
- > .ant-menu-submenu
- > .ant-menu-submenu-title
- .anticon
- + span {
- opacity: 0;
- }
-
- .ant-menu.ant-menu-inline-collapsed-tooltip a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-menu-sub.ant-menu-inline {
- background: rgba(255, 255, 255, 0.04);
- }
-
- .ant-menu-item-disabled,
- .ant-menu-submenu-disabled {
- color: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-menu-item-disabled::after,
- .ant-menu-submenu-disabled::after {
- border-color: transparent !important;
- }
-
- .ant-menu-item-disabled a,
- .ant-menu-submenu-disabled a {
- color: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-menu-item-disabled > .ant-menu-submenu-title,
- .ant-menu-submenu-disabled > .ant-menu-submenu-title {
- color: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
- .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
- .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
- .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
- background: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-menu-inline-collapsed-tooltip a,
- .ant-menu-inline-collapsed-tooltip a:hover {
- color: #fff;
- }
-
- .ant-menu-light .ant-menu-item:hover,
- .ant-menu-light .ant-menu-item-active,
- .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
- .ant-menu-light .ant-menu-submenu-active,
- .ant-menu-light .ant-menu-submenu-title:hover {
- color: #177ddc;
- }
-
- .ant-menu.ant-menu-root:focus-visible {
- box-shadow: 0 0 0 2px #388ed3;
- }
-
- .ant-menu-dark .ant-menu-item:focus-visible,
- .ant-menu-dark .ant-menu-submenu-title:focus-visible {
- box-shadow: 0 0 0 2px #388ed3;
- }
-
- .ant-menu.ant-menu-dark,
- .ant-menu-dark .ant-menu-sub,
- .ant-menu.ant-menu-dark .ant-menu-sub {
- color: rgba(255, 255, 255, 0.65);
- background: var(--background-secondry-color);
- }
-
- .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
- .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
- .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
- opacity: 0.45;
- }
-
- .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
- .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
- .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
- .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
- .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
- .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
- background: #fff;
- }
-
- .ant-menu-dark.ant-menu-submenu-popup {
- background: transparent;
- }
-
- .ant-menu-dark .ant-menu-inline.ant-menu-sub {
- background: var(--background-primary-color);
- }
-
- .ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
- .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
- border-color: var(--background-secondry-color);
- border-bottom: 0;
- }
-
- .ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
- background-color: #177ddc;
- }
-
- .ant-menu-dark .ant-menu-item,
- .ant-menu-dark .ant-menu-item-group-title,
- .ant-menu-dark .ant-menu-item > a,
- .ant-menu-dark .ant-menu-item > span > a {
- color: rgba(255, 255, 255, 0.65);
- }
-
- .ant-menu-dark .ant-menu-item:hover,
- .ant-menu-dark .ant-menu-item-active,
- .ant-menu-dark .ant-menu-submenu-active,
- .ant-menu-dark .ant-menu-submenu-open,
- .ant-menu-dark .ant-menu-submenu-selected,
- .ant-menu-dark .ant-menu-submenu-title:hover {
- color: #fff;
- background-color: transparent;
- }
-
- .ant-menu-dark .ant-menu-item:hover > a,
- .ant-menu-dark .ant-menu-item-active > a,
- .ant-menu-dark .ant-menu-submenu-active > a,
- .ant-menu-dark .ant-menu-submenu-open > a,
- .ant-menu-dark .ant-menu-submenu-selected > a,
- .ant-menu-dark .ant-menu-submenu-title:hover > a,
- .ant-menu-dark .ant-menu-item:hover > span > a,
- .ant-menu-dark .ant-menu-item-active > span > a,
- .ant-menu-dark .ant-menu-submenu-active > span > a,
- .ant-menu-dark .ant-menu-submenu-open > span > a,
- .ant-menu-dark .ant-menu-submenu-selected > span > a,
- .ant-menu-dark .ant-menu-submenu-title:hover > span > a {
- color: #fff;
- }
-
- .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
- .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
- .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
- .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
- .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
- .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
- opacity: 1;
- }
-
- .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
- .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
- .ant-menu-dark
- .ant-menu-submenu-active
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::after,
- .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
- .ant-menu-dark
- .ant-menu-submenu-selected
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::after,
- .ant-menu-dark
- .ant-menu-submenu-title:hover
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::after,
- .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
- .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
- .ant-menu-dark
- .ant-menu-submenu-active
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::before,
- .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
- .ant-menu-dark
- .ant-menu-submenu-selected
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::before,
- .ant-menu-dark
- .ant-menu-submenu-title:hover
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::before {
- background: #fff;
- }
-
- .ant-menu-dark .ant-menu-item:hover {
- background-color: transparent;
- }
-
- .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
- background-color: #177ddc;
- }
-
- .ant-menu-dark .ant-menu-item-selected {
- color: #fff;
- }
-
- .ant-menu-dark .ant-menu-item-selected > a,
- .ant-menu-dark .ant-menu-item-selected > span > a,
- .ant-menu-dark .ant-menu-item-selected > a:hover,
- .ant-menu-dark .ant-menu-item-selected > span > a:hover {
- color: #fff;
- }
-
- .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
- .ant-menu-dark .ant-menu-item-selected .anticon {
- color: #fff;
- }
-
- .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
- .ant-menu-dark .ant-menu-item-selected .anticon + span {
- color: #fff;
- }
-
- .ant-menu.ant-menu-dark .ant-menu-item-selected,
- .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
- background-color: #177ddc;
- }
-
- .ant-menu-dark .ant-menu-item-disabled,
- .ant-menu-dark .ant-menu-submenu-disabled,
- .ant-menu-dark .ant-menu-item-disabled > a,
- .ant-menu-dark .ant-menu-submenu-disabled > a,
- .ant-menu-dark .ant-menu-item-disabled > span > a,
- .ant-menu-dark .ant-menu-submenu-disabled > span > a {
- color: rgba(255, 255, 255, 0.3) !important;
- opacity: 0.8;
- }
-
- .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
- .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
- color: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-menu-dark
- .ant-menu-item-disabled
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::before,
- .ant-menu-dark
- .ant-menu-submenu-disabled
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::before,
- .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
- .ant-menu-dark
- .ant-menu-submenu-disabled
- > .ant-menu-submenu-title
- > .ant-menu-submenu-arrow::after {
- background: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-menu-rtl.ant-menu-inline,
- .ant-menu-rtl.ant-menu-vertical {
- border-right: none;
- border-left: 1px solid #303030;
- }
-
- .ant-tooltip {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tooltip-inner {
- color: #fff;
- background-color: #434343;
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-tooltip-arrow {
- background: transparent;
- }
-
- .ant-tooltip-arrow-content {
- --antd-arrow-background-color: linear-gradient(to right bottom, rgba(67, 67, 67, 0.9), #434343);
- }
-
- .ant-tooltip-placement-top .ant-tooltip-arrow-content,
- .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
- .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-tooltip-placement-right .ant-tooltip-arrow-content,
- .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
- .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-tooltip-placement-left .ant-tooltip-arrow-content,
- .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
- .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
- .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
- .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
- box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
- }
-
- .ant-tooltip-pink .ant-tooltip-inner {
- background-color: #cb2b83;
- }
-
- .ant-tooltip-pink .ant-tooltip-arrow-content::before {
- background: #cb2b83;
- }
-
- .ant-tooltip-magenta .ant-tooltip-inner {
- background-color: #cb2b83;
- }
-
- .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
- background: #cb2b83;
- }
-
- .ant-tooltip-red .ant-tooltip-inner {
- background-color: #d32029;
- }
-
- .ant-tooltip-red .ant-tooltip-arrow-content::before {
- background: #d32029;
- }
-
- .ant-tooltip-volcano .ant-tooltip-inner {
- background-color: #d84a1b;
- }
-
- .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
- background: #d84a1b;
- }
-
- .ant-tooltip-orange .ant-tooltip-inner {
- background-color: #d87a16;
- }
-
- .ant-tooltip-orange .ant-tooltip-arrow-content::before {
- background: #d87a16;
- }
-
- .ant-tooltip-yellow .ant-tooltip-inner {
- background-color: #d8bd14;
- }
-
- .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
- background: #d8bd14;
- }
-
- .ant-tooltip-gold .ant-tooltip-inner {
- background-color: #d89614;
- }
-
- .ant-tooltip-gold .ant-tooltip-arrow-content::before {
- background: #d89614;
- }
-
- .ant-tooltip-cyan .ant-tooltip-inner {
- background-color: #13a8a8;
- }
-
- .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
- background: #13a8a8;
- }
-
- .ant-tooltip-lime .ant-tooltip-inner {
- background-color: #8bbb11;
- }
-
- .ant-tooltip-lime .ant-tooltip-arrow-content::before {
- background: #8bbb11;
- }
-
- .ant-tooltip-green .ant-tooltip-inner {
- background-color: #49aa19;
- }
-
- .ant-tooltip-green .ant-tooltip-arrow-content::before {
- background: #49aa19;
- }
-
- .ant-tooltip-blue .ant-tooltip-inner {
- background-color: #177ddc;
- }
-
- .ant-tooltip-blue .ant-tooltip-arrow-content::before {
- background: #177ddc;
- }
-
- .ant-tooltip-geekblue .ant-tooltip-inner {
- background-color: #2b4acb;
- }
-
- .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
- background: #2b4acb;
- }
-
- .ant-tooltip-purple .ant-tooltip-inner {
- background-color: #642ab5;
- }
-
- .ant-tooltip-purple .ant-tooltip-arrow-content::before {
- background: #642ab5;
- }
-
- .ant-picker-calendar {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-primary-color);
- }
-
- .ant-picker-calendar .ant-picker-panel {
- background: var(--background-primary-color);
- border: 0;
- border-top: 1px solid #303030;
- border-radius: 0;
- }
-
- .ant-picker-calendar-full .ant-picker-panel {
- background: var(--background-primary-color);
- }
-
- .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected:hover
- .ant-picker-calendar-date,
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected
- .ant-picker-calendar-date-today,
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected:hover
- .ant-picker-calendar-date-today {
- background: #111b26;
- }
-
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected
- .ant-picker-calendar-date
- .ant-picker-calendar-date-value,
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected:hover
- .ant-picker-calendar-date
- .ant-picker-calendar-date-value,
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected
- .ant-picker-calendar-date-today
- .ant-picker-calendar-date-value,
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-cell-selected:hover
- .ant-picker-calendar-date-today
- .ant-picker-calendar-date-value {
- color: #177ddc;
- }
-
- .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
- border: 0;
- border-top: 2px solid #303030;
- border-radius: 0;
- }
-
- .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
- border-color: #177ddc;
- }
-
- .ant-picker-calendar-full
- .ant-picker-panel
- .ant-picker-calendar-date-today
- .ant-picker-calendar-date-value {
- color: rgba(255, 255, 255, 0.85);
- }
-
- @media only screen and (max-width: 480px) {
- .ant-picker-calendar-header {
- display: block;
- }
-
- .ant-picker-calendar-header .ant-picker-calendar-year-select {
- width: 50%;
- }
-
- .ant-picker-calendar-header .ant-picker-calendar-month-select {
- width: calc(50% - 8px);
- }
-
- .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
- width: 100%;
- margin-top: 8px;
- margin-left: 0;
- }
-
- .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
- width: 50%;
- text-align: center;
- }
- }
-
- .ant-picker-status-error.ant-picker,
- .ant-picker-status-error.ant-picker:not([disabled]):hover {
- background-color: transparent;
- border-color: #a61d24;
- }
-
- .ant-picker-status-error.ant-picker-focused,
- .ant-picker-status-error.ant-picker:focus {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-picker-status-error.ant-picker .ant-picker-active-bar {
- background: #b33b3d;
- }
-
- .ant-picker-status-warning.ant-picker,
- .ant-picker-status-warning.ant-picker:not([disabled]):hover {
- background-color: transparent;
- border-color: #d89614;
- }
-
- .ant-picker-status-warning.ant-picker-focused,
- .ant-picker-status-warning.ant-picker:focus {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-picker-status-warning.ant-picker .ant-picker-active-bar {
- background: #e6b239;
- }
-
- .ant-picker {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-picker:hover,
- .ant-picker-focused {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-picker-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-picker.ant-picker-disabled {
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-picker.ant-picker-disabled .ant-picker-suffix {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker.ant-picker-borderless {
- background-color: transparent !important;
- border-color: transparent !important;
- }
-
- .ant-picker-input > input {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- background-color: transparent;
- border: 1px solid #434343;
- border: 0;
- border-radius: 2px;
- }
-
- .ant-picker-input > input::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-input > input:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-input > input::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-input > input:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-picker-input > input:focus,
- .ant-picker-input > input-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-picker-input > input-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-picker-input > input-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-picker-input > input[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-picker-input > input[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-picker-input > input-borderless,
- .ant-picker-input > input-borderless:hover,
- .ant-picker-input > input-borderless:focus,
- .ant-picker-input > input-borderless-focused,
- .ant-picker-input > input-borderless-disabled,
- .ant-picker-input > input-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-picker-input > input[disabled] {
- background: transparent;
- }
-
- .ant-picker-input:hover .ant-picker-clear {
- opacity: 1;
- }
-
- .ant-picker-input-placeholder > input {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-suffix {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-clear {
- color: rgba(255, 255, 255, 0.3);
- background: var(--background-primary-color);
- opacity: 0;
- }
-
- .ant-picker-clear:hover {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-picker-separator {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-focused .ant-picker-separator {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-picker-range:hover .ant-picker-clear {
- opacity: 1;
- }
-
- .ant-picker-range .ant-picker-active-bar {
- background: #177ddc;
- opacity: 0;
- }
-
- .ant-picker-range.ant-picker-focused .ant-picker-active-bar {
- opacity: 1;
- }
-
- .ant-picker-dropdown {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
- color: #177ddc;
- background: #111b26;
- border-color: #153450;
- }
-
- .ant-picker-range-arrow {
- box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
- }
-
- .ant-picker-range-arrow::before {
- background: var(--background-secondry-color);
- }
-
- .ant-picker-panel-container {
- background: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-picker-panel-container .ant-picker-panel {
- background: transparent;
- }
-
- .ant-picker-panel-container .ant-picker-panel-focused {
- border-color: #303030;
- }
-
- .ant-picker-panel {
- background: var(--background-secondry-color);
- border: 1px solid #303030;
- border-radius: 2px;
- }
-
- .ant-picker-panel-focused {
- border-color: #177ddc;
- }
-
- .ant-picker-header {
- color: rgba(255, 255, 255, 0.85);
- border-bottom: 1px solid #303030;
- }
-
- .ant-picker-header button {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- }
-
- .ant-picker-header > button:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-picker-header-view button:hover {
- color: #177ddc;
- }
-
- .ant-picker-content th {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-picker-cell {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-cell-in-view {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
- .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(
- .ant-picker-cell-range-end
- ):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end)
- .ant-picker-cell-inner {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
- border: 1px solid #177ddc;
- border-radius: 2px;
- }
-
- .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
- background: #111b26;
- }
-
- .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
- .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
- .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
- color: #fff;
- background: #177ddc;
- }
-
- .ant-picker-cell-in-view.ant-picker-cell-range-start:not(
- .ant-picker-cell-range-start-single
- )::before,
- .ant-picker-cell-in-view.ant-picker-cell-range-end:not(
- .ant-picker-cell-range-end-single
- )::before {
- background: #111b26;
- }
-
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(
- .ant-picker-cell-range-start
- ):not(.ant-picker-cell-range-end)::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(
- .ant-picker-cell-range-start
- ):not(.ant-picker-cell-range-end)::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
- border-top: 1px dashed #0e4980;
- border-bottom: 1px dashed #0e4980;
- }
-
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
- .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
- .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
- .ant-picker-cell-in-view.ant-picker-cell-range-start:not(
- .ant-picker-cell-range-start-single
- ).ant-picker-cell-range-hover-start::before,
- .ant-picker-cell-in-view.ant-picker-cell-range-end:not(
- .ant-picker-cell-range-end-single
- ).ant-picker-cell-range-hover-end::before,
- .ant-picker-panel
- > :not(.ant-picker-date-panel)
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
- .ant-picker-panel
- > :not(.ant-picker-date-panel)
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
- background: #06213a;
- }
-
- .ant-picker-date-panel
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start
- .ant-picker-cell-inner::after,
- .ant-picker-date-panel
- .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end
- .ant-picker-cell-inner::after {
- background: #06213a;
- }
-
- tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
- tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
- .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(
- .ant-picker-cell-range-hover-edge-start-near-range
- )::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
- border-left: 1px dashed #0e4980;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- }
-
- tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
- tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
- .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(
- .ant-picker-cell-range-hover-edge-end-near-range
- )::after,
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
- border-right: 1px dashed #0e4980;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- }
-
- .ant-picker-cell-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-cell-disabled .ant-picker-cell-inner {
- background: transparent;
- }
-
- .ant-picker-cell-disabled::before {
- background: #303030;
- }
-
- .ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-footer {
- border-bottom: 1px solid transparent;
- }
-
- .ant-picker-panel .ant-picker-footer {
- border-top: 1px solid #303030;
- }
-
- .ant-picker-footer-extra:not(:last-child) {
- border-bottom: 1px solid #303030;
- }
-
- .ant-picker-today-btn {
- color: #177ddc;
- }
-
- .ant-picker-today-btn:hover {
- color: #165996;
- }
-
- .ant-picker-today-btn:active {
- color: #388ed3;
- }
-
- .ant-picker-today-btn.ant-picker-today-btn-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
- .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
- .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
- border-left: 1px dashed #0e4980;
- border-radius: 2px 0 0 2px;
- }
-
- .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
- .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
- .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
- border-right: 1px dashed #0e4980;
- border-radius: 0 2px 2px 0;
- }
-
- .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
- .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
- .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
- border-right: 1px dashed #0e4980;
- border-radius: 0 2px 2px 0;
- }
-
- .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
- .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
- .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
- border-left: 1px dashed #0e4980;
- border-radius: 2px 0 0 2px;
- }
-
- .ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
- .ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
- .ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
- background: transparent !important;
- }
-
- .ant-picker-week-panel-row:hover td {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-picker-week-panel-row-selected td,
- .ant-picker-week-panel-row-selected:hover td {
- background: #177ddc;
- }
-
- .ant-picker-week-panel-row-selected td.ant-picker-cell-week,
- .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
- color: rgba(255, 255, 255, 0.5);
- }
-
- .ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
- .ant-picker-week-panel-row-selected:hover
- td.ant-picker-cell-today
- .ant-picker-cell-inner::before {
- border-color: #fff;
- }
-
- .ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
- .ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
- color: #fff;
- }
-
- .ant-picker-datetime-panel .ant-picker-time-panel {
- border-left: 1px solid #303030;
- }
-
- .ant-picker-datetime-panel-active .ant-picker-date-panel,
- .ant-picker-datetime-panel-active .ant-picker-time-panel {
- opacity: 0.3;
- }
-
- .ant-picker-datetime-panel-active .ant-picker-date-panel-active,
- .ant-picker-datetime-panel-active .ant-picker-time-panel-active {
- opacity: 1;
- }
-
- .ant-picker-time-panel-column:not(:first-child) {
- border-left: 1px solid #303030;
- }
-
- .ant-picker-time-panel-column-active {
- background: rgba(17, 27, 38, 0.2);
- }
-
- .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-picker-time-panel-column
- > li.ant-picker-time-panel-cell
- .ant-picker-time-panel-cell-inner:hover {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-picker-time-panel-column
- > li.ant-picker-time-panel-cell-selected
- .ant-picker-time-panel-cell-inner {
- background: #111b26;
- }
-
- .ant-picker-time-panel-column
- > li.ant-picker-time-panel-cell-disabled
- .ant-picker-time-panel-cell-inner {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- }
-
- .ant-picker-panel-rtl
- tr
- > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(
- .ant-picker-cell-selected
- ):first-child::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(
- .ant-picker-cell-range-hover-edge-start-near-range
- )::after,
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
- border-right: 1px dashed #0e4980;
- border-left: none;
- border-radius: 0 2px 2px 0;
- }
-
- .ant-picker-panel-rtl
- tr
- > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(
- .ant-picker-cell-selected
- ):last-child::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(
- .ant-picker-cell-range-hover-edge-end-near-range
- )::after,
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
- border-right: none;
- border-left: 1px dashed #0e4980;
- border-radius: 2px 0 0 2px;
- }
-
- .ant-picker-panel-rtl
- tr
- > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
- .ant-picker-panel-rtl
- tr
- > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(
- .ant-picker-cell-range-hover
- )::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(
- .ant-picker-cell-range-hover
- )::after,
- .ant-picker-panel-rtl
- .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(
- .ant-picker-cell-range-hover
- )::after,
- .ant-picker-panel-rtl
- tr
- > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
- .ant-picker-panel-rtl
- tr
- > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
- border-right: 1px dashed #0e4980;
- border-left: 1px dashed #0e4980;
- border-radius: 2px;
- }
-
- .ant-tag {
- color: rgba(255, 255, 255, 0.85);
- background: rgba(255, 255, 255, 0.04);
- border: 1px solid #434343;
- border-radius: 2px;
- opacity: 1;
- }
-
- .ant-tag,
- .ant-tag a,
- .ant-tag a:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tag-close-icon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-tag-close-icon:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tag-has-color {
- border-color: transparent;
- }
-
- .ant-tag-has-color,
- .ant-tag-has-color a,
- .ant-tag-has-color a:hover,
- .ant-tag-has-color .anticon-close,
- .ant-tag-has-color .anticon-close:hover {
- color: #fff;
- }
-
- .ant-tag-checkable {
- background-color: transparent;
- border-color: transparent;
- }
-
- .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
- color: #177ddc;
- }
-
- .ant-tag-checkable:active,
- .ant-tag-checkable-checked {
- color: #fff;
- }
-
- .ant-tag-checkable-checked {
- background-color: #177ddc;
- }
-
- .ant-tag-checkable:active {
- background-color: #388ed3;
- }
-
- .ant-tag-pink {
- color: #e0529c;
- background: #291321;
- border-color: #551c3b;
- }
-
- .ant-tag-pink-inverse {
- color: #fff;
- background: #cb2b83;
- border-color: #cb2b83;
- }
-
- .ant-tag-magenta {
- color: #e0529c;
- background: #291321;
- border-color: #551c3b;
- }
-
- .ant-tag-magenta-inverse {
- color: #fff;
- background: #cb2b83;
- border-color: #cb2b83;
- }
-
- .ant-tag-red {
- color: #e84749;
- background: #2a1215;
- border-color: #58181c;
- }
-
- .ant-tag-red-inverse {
- color: #fff;
- background: #d32029;
- border-color: #d32029;
- }
-
- .ant-tag-volcano {
- color: #e87040;
- background: #2b1611;
- border-color: #592716;
- }
-
- .ant-tag-volcano-inverse {
- color: #fff;
- background: #d84a1b;
- border-color: #d84a1b;
- }
-
- .ant-tag-orange {
- color: #e89a3c;
- background: #2b1d11;
- border-color: #593815;
- }
-
- .ant-tag-orange-inverse {
- color: #fff;
- background: #d87a16;
- border-color: #d87a16;
- }
-
- .ant-tag-yellow {
- color: #e8d639;
- background: #2b2611;
- border-color: #595014;
- }
-
- .ant-tag-yellow-inverse {
- color: #fff;
- background: #d8bd14;
- border-color: #d8bd14;
- }
-
- .ant-tag-gold {
- color: #e8b339;
- background: #2b2111;
- border-color: #594214;
- }
-
- .ant-tag-gold-inverse {
- color: #fff;
- background: #d89614;
- border-color: #d89614;
- }
-
- .ant-tag-cyan {
- color: #33bcb7;
- background: #112123;
- border-color: #144848;
- }
-
- .ant-tag-cyan-inverse {
- color: #fff;
- background: #13a8a8;
- border-color: #13a8a8;
- }
-
- .ant-tag-lime {
- color: #a9d134;
- background: #1f2611;
- border-color: #3e4f13;
- }
-
- .ant-tag-lime-inverse {
- color: #fff;
- background: #8bbb11;
- border-color: #8bbb11;
- }
-
- .ant-tag-green {
- color: #6abe39;
- background: #162312;
- border-color: #274916;
- }
-
- .ant-tag-green-inverse {
- color: #fff;
- background: #49aa19;
- border-color: #49aa19;
- }
-
- .ant-tag-blue {
- color: #3c9ae8;
- background: #111d2c;
- border-color: #15395b;
- }
-
- .ant-tag-blue-inverse {
- color: #fff;
- background: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-tag-geekblue {
- color: #5273e0;
- background: #131629;
- border-color: #1c2755;
- }
-
- .ant-tag-geekblue-inverse {
- color: #fff;
- background: #2b4acb;
- border-color: #2b4acb;
- }
-
- .ant-tag-purple {
- color: #854eca;
- background: #1a1325;
- border-color: #301c4d;
- }
-
- .ant-tag-purple-inverse {
- color: #fff;
- background: #642ab5;
- border-color: #642ab5;
- }
-
- .ant-tag-success {
- color: #49aa19;
- background: #162312;
- border-color: #274916;
- }
-
- .ant-tag-processing {
- color: #177ddc;
- background: #111b26;
- border-color: #153450;
- }
-
- .ant-tag-error {
- color: #a61d24;
- background: #2a1215;
- border-color: #58181c;
- }
-
- .ant-tag-warning {
- color: #d89614;
- background: #2b1d11;
- border-color: #593815;
- }
-
- .ant-radio-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-radio-wrapper {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-radio {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-radio-wrapper:hover .ant-radio,
- .ant-radio:hover .ant-radio-inner,
- .ant-radio-input:focus + .ant-radio-inner {
- border-color: #177ddc;
- }
-
- .ant-radio-input:focus + .ant-radio-inner {
- box-shadow: 0 0 0 3px rgba(23, 125, 220, 0.12);
- }
-
- .ant-radio-checked::after {
- border: 1px solid #177ddc;
- border-radius: 50%;
- }
-
- .ant-radio-inner {
- background-color: transparent;
- border-color: #434343;
- border-style: solid;
- border-width: 1px;
- border-radius: 50%;
- }
-
- .ant-radio-inner::after {
- background-color: #177ddc;
- opacity: 0;
- }
-
- .ant-radio-input {
- opacity: 0;
- }
-
- .ant-radio.ant-radio-disabled .ant-radio-inner {
- border-color: #434343;
- }
-
- .ant-radio-checked .ant-radio-inner {
- border-color: #177ddc;
- }
-
- .ant-radio-checked .ant-radio-inner::after {
- opacity: 1;
- }
-
- .ant-radio-disabled .ant-radio-inner {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-radio-disabled .ant-radio-inner::after {
- background-color: rgba(255, 255, 255, 0.2);
- }
-
- .ant-radio-disabled + span {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-radio-button-wrapper {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border: 1px solid #434343;
- border-top-width: 1.02px;
- border-left-width: 0;
- }
-
- .ant-radio-button-wrapper a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-radio-button-wrapper:not(:first-child)::before {
- background-color: #434343;
- }
-
- .ant-radio-button-wrapper:first-child {
- border-left: 1px solid #434343;
- border-radius: 2px 0 0 2px;
- }
-
- .ant-radio-button-wrapper:hover {
- color: #177ddc;
- }
-
- .ant-radio-button-wrapper:focus-within {
- box-shadow: 0 0 0 3px rgba(23, 125, 220, 0.12);
- }
-
- .ant-radio-button-wrapper .ant-radio-inner,
- .ant-radio-button-wrapper input[type='checkbox'],
- .ant-radio-button-wrapper input[type='radio'] {
- opacity: 0;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
- color: #177ddc;
- background: transparent;
- border-color: #177ddc;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
- background-color: #177ddc;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
- border-color: #177ddc;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
- color: #165996;
- border-color: #165996;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
- background-color: #165996;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
- color: #388ed3;
- border-color: #388ed3;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
- background-color: #388ed3;
- }
-
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
- box-shadow: 0 0 0 3px rgba(23, 125, 220, 0.12);
- }
-
- .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
- color: #fff;
- background: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-radio-group-solid
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
- color: #fff;
- background: #165996;
- border-color: #165996;
- }
-
- .ant-radio-group-solid
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
- color: #fff;
- background: #388ed3;
- border-color: #388ed3;
- }
-
- .ant-radio-group-solid
- .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
- box-shadow: 0 0 0 3px rgba(23, 125, 220, 0.12);
- }
-
- .ant-radio-button-wrapper-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-radio-button-wrapper-disabled:first-child,
- .ant-radio-button-wrapper-disabled:hover {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-radio-button-wrapper-disabled:first-child {
- border-left-color: #434343;
- }
-
- .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.2);
- border-color: #434343;
- }
-
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
- border-right: 1px solid #434343;
- border-radius: 0 2px 2px 0;
- }
-
- .ant-radio-button-wrapper-checked:not(
- [class*=' ant-radio-button-wrapper-disabled']
- ).ant-radio-button-wrapper:first-child {
- border-right-color: #165996;
- }
-
- .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
- border-right-color: #434343;
- }
-
- .ant-card {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-primary-color);
- }
-
- .ant-card-hoverable:hover {
- border-color: transparent;
- box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48),
- 0 5px 12px 4px rgba(0, 0, 0, 0.36);
- }
-
- .ant-card-bordered {
- border: 1px solid #303030;
- }
-
- .ant-card-head {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- border-bottom: 1px solid #303030;
- border-radius: 2px 2px 0 0;
- }
-
- .ant-card-head .ant-tabs-top {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-card-head .ant-tabs-top-bar {
- border-bottom: 1px solid #303030;
- }
-
- .ant-card-extra {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-card-grid {
- box-shadow: 1px 0 0 0 #303030, 0 1px 0 0 #303030, 1px 1px 0 0 #303030, 1px 0 0 0 #303030 inset,
- 0 1px 0 0 #303030 inset;
- }
-
- .ant-card-grid-hoverable:hover {
- box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48),
- 0 5px 12px 4px rgba(0, 0, 0, 0.36);
- }
-
- .ant-card-actions {
- background: var(--background-primary-color);
- border-top: 1px solid #303030;
- }
-
- .ant-card-actions > li {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-card-actions > li > span:hover {
- color: #177ddc;
- }
-
- .ant-card-actions > li > span a:not(.ant-btn),
- .ant-card-actions > li > span > .anticon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-card-actions > li > span a:not(.ant-btn):hover,
- .ant-card-actions > li > span > .anticon:hover {
- color: #177ddc;
- }
-
- .ant-card-actions > li:not(:last-child) {
- border-right: 1px solid #303030;
- }
-
- .ant-card-rtl .ant-card-actions > li:not(:last-child) {
- border-right: none;
- border-left: 1px solid #303030;
- }
-
- .ant-card-type-inner .ant-card-head {
- background: rgba(255, 255, 255, 0.04);
- }
-
- .ant-card-meta-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-card-meta-description {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-skeleton-header .ant-skeleton-avatar {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-content .ant-skeleton-title {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-content .ant-skeleton-paragraph > li {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-active .ant-skeleton-title,
- .ant-skeleton-active .ant-skeleton-paragraph > li,
- .ant-skeleton-active .ant-skeleton-avatar,
- .ant-skeleton-active .ant-skeleton-button,
- .ant-skeleton-active .ant-skeleton-input,
- .ant-skeleton-active .ant-skeleton-image {
- background: transparent;
- }
-
- .ant-skeleton-active .ant-skeleton-title::after,
- .ant-skeleton-active .ant-skeleton-paragraph > li::after,
- .ant-skeleton-active .ant-skeleton-avatar::after,
- .ant-skeleton-active .ant-skeleton-button::after,
- .ant-skeleton-active .ant-skeleton-input::after,
- .ant-skeleton-active .ant-skeleton-image::after {
- background: linear-gradient(
- 90deg,
- rgba(190, 190, 190, 0.2) 25%,
- rgba(255, 255, 255, 0.16) 37%,
- rgba(190, 190, 190, 0.2) 63%
- );
- }
-
- .ant-skeleton-element .ant-skeleton-button {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-element .ant-skeleton-avatar {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-element .ant-skeleton-input {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-element .ant-skeleton-image {
- background: rgba(190, 190, 190, 0.2);
- }
-
- .ant-skeleton-element .ant-skeleton-image-path {
- fill: #bfbfbf;
- }
-
- .ant-tabs-top > .ant-tabs-nav::before,
- .ant-tabs-bottom > .ant-tabs-nav::before,
- .ant-tabs-top > div > .ant-tabs-nav::before,
- .ant-tabs-bottom > div > .ant-tabs-nav::before {
- border-bottom: 1px solid #303030;
- }
-
- .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
- box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
- }
-
- .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
- box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
- }
-
- .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
- .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
- .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
- .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
- opacity: 1;
- }
-
- .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
- .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
- .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
- .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
- opacity: 1;
- }
-
- .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
- box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
- }
-
- .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
- box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
- }
-
- .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
- .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
- .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
- .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
- opacity: 1;
- }
-
- .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
- .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
- .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
- .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
- opacity: 1;
- }
-
- .ant-tabs-left > .ant-tabs-content-holder,
- .ant-tabs-left > div > .ant-tabs-content-holder {
- border-left: 1px solid #303030;
- }
-
- .ant-tabs-right > .ant-tabs-content-holder,
- .ant-tabs-right > div > .ant-tabs-content-holder {
- border-right: 1px solid #303030;
- }
-
- .ant-tabs-dropdown {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tabs-dropdown-menu {
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-tabs-dropdown-menu-item {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tabs-dropdown-menu-item-remove {
- color: rgba(255, 255, 255, 0.45);
- background: transparent;
- }
-
- .ant-tabs-dropdown-menu-item-remove:hover {
- color: #165996;
- }
-
- .ant-tabs-dropdown-menu-item:hover {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-tabs-dropdown-menu-item-disabled,
- .ant-tabs-dropdown-menu-item-disabled:hover {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- }
-
- .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
- .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
- background: rgba(255, 255, 255, 0.04);
- border: 1px solid #303030;
- }
-
- .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
- .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
- color: #177ddc;
- background: var(--background-primary-color);
- }
-
- .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
- .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
- border-bottom-color: var(--background-primary-color);
- }
-
- .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
- .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
- border-top-color: var(--background-primary-color);
- }
-
- .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
- .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
- border-right-color: var(--background-primary-color);
- }
-
- .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
- .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
- border-left-color: var(--background-primary-color);
- }
-
- .ant-tabs {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
- opacity: 0;
- }
-
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
- background: transparent;
- }
-
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
- background: rgba(255, 255, 255, 0.04);
- border: 1px solid #303030;
- border-radius: 2px 2px 0 0;
- }
-
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
- color: #165996;
- }
-
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
- .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
- .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
- color: #388ed3;
- }
-
- .ant-tabs-ink-bar {
- background: #177ddc;
- }
-
- .ant-tabs-tab {
- background: transparent;
- }
-
- .ant-tabs-tab-btn:focus,
- .ant-tabs-tab-remove:focus,
- .ant-tabs-tab-btn:active,
- .ant-tabs-tab-remove:active {
- color: #388ed3;
- }
-
- .ant-tabs-tab-remove {
- color: rgba(255, 255, 255, 0.45);
- background: transparent;
- }
-
- .ant-tabs-tab-remove:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tabs-tab:hover {
- color: #165996;
- }
-
- .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
- color: #177ddc;
- }
-
- .ant-tabs-tab.ant-tabs-tab-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
- .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
- .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
- .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-tabs-switch-appear-start,
- .ant-tabs-switch-enter-start {
- opacity: 0;
- }
-
- .ant-tabs-switch-appear-active,
- .ant-tabs-switch-enter-active {
- opacity: 1;
- }
-
- .ant-tabs-switch-leave-start {
- opacity: 1;
- }
-
- .ant-tabs-switch-leave-active {
- opacity: 0;
- }
-
- .ant-carousel {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-carousel .slick-slider {
- -webkit-tap-highlight-color: transparent;
- }
-
- .ant-carousel .slick-prev,
- .ant-carousel .slick-next {
- color: transparent;
- background: transparent;
- }
-
- .ant-carousel .slick-prev:hover,
- .ant-carousel .slick-next:hover,
- .ant-carousel .slick-prev:focus,
- .ant-carousel .slick-next:focus {
- color: transparent;
- background: transparent;
- }
-
- .ant-carousel .slick-prev:hover::before,
- .ant-carousel .slick-next:hover::before,
- .ant-carousel .slick-prev:focus::before,
- .ant-carousel .slick-next:focus::before {
- opacity: 1;
- }
-
- .ant-carousel .slick-prev.slick-disabled::before,
- .ant-carousel .slick-next.slick-disabled::before {
- opacity: 0.25;
- }
-
- .ant-carousel .slick-dots li button {
- color: transparent;
- background: var(--background-primary-color);
- opacity: 0.3;
- }
-
- .ant-carousel .slick-dots li button:hover,
- .ant-carousel .slick-dots li button:focus {
- opacity: 0.75;
- }
-
- .ant-carousel .slick-dots li.slick-active button {
- background: var(--background-primary-color);
- opacity: 1;
- }
-
- .ant-carousel .slick-dots li.slick-active:hover,
- .ant-carousel .slick-dots li.slick-active:focus {
- opacity: 1;
- }
-
- .ant-cascader-checkbox {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
- .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
- .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
- border-color: #177ddc;
- }
-
- .ant-cascader-checkbox-checked::after {
- border: 1px solid #177ddc;
- border-radius: 2px;
- }
-
- .ant-cascader-checkbox-inner {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- border-collapse: separate;
- }
-
- .ant-cascader-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 0;
- }
-
- .ant-cascader-checkbox-input {
- opacity: 0;
- }
-
- .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 1;
- }
-
- .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
- background-color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked
- .ant-cascader-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343 !important;
- }
-
- .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.08);
- border-collapse: separate;
- }
-
- .ant-cascader-checkbox-disabled + span {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-cascader-checkbox-wrapper {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-cascader-checkbox-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
- background-color: transparent;
- border-color: #434343;
- }
-
- .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
- background-color: #177ddc;
- opacity: 1;
- }
-
- .ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled
- .ant-cascader-checkbox-inner::after {
- background-color: rgba(255, 255, 255, 0.3);
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-cascader-menu {
- border-right: 1px solid #303030;
- }
-
- .ant-cascader-menu-item:hover {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-cascader-menu-item-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-cascader-menu-item-disabled:hover {
- background: transparent;
- }
-
- .ant-cascader-menu-empty .ant-cascader-menu-item {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
- .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
- background-color: #111b26;
- }
-
- .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
- .ant-cascader-menu-item-loading-icon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand
- .ant-cascader-menu-item-expand-icon,
- .ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-cascader-menu-item-keyword {
- color: #a61d24;
- }
-
- .ant-checkbox {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-checkbox-wrapper:hover .ant-checkbox-inner,
- .ant-checkbox:hover .ant-checkbox-inner,
- .ant-checkbox-input:focus + .ant-checkbox-inner {
- border-color: #177ddc;
- }
-
- .ant-checkbox-checked::after {
- border: 1px solid #177ddc;
- border-radius: 2px;
- }
-
- .ant-checkbox-inner {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- border-collapse: separate;
- }
-
- .ant-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 0;
- }
-
- .ant-checkbox-input {
- opacity: 0;
- }
-
- .ant-checkbox-checked .ant-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 1;
- }
-
- .ant-checkbox-checked .ant-checkbox-inner {
- background-color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-checkbox-disabled .ant-checkbox-inner {
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343 !important;
- }
-
- .ant-checkbox-disabled .ant-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.08);
- border-collapse: separate;
- }
-
- .ant-checkbox-disabled + span {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-checkbox-wrapper {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-checkbox-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-checkbox-indeterminate .ant-checkbox-inner {
- background-color: transparent;
- border-color: #434343;
- }
-
- .ant-checkbox-indeterminate .ant-checkbox-inner::after {
- background-color: #177ddc;
- opacity: 1;
- }
-
- .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
- background-color: rgba(255, 255, 255, 0.3);
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- @media (min-width: 576px) {
- .ant-col-sm-24 {
- display: block;
- flex: 0 0 100%;
- max-width: 100%;
- }
-
- .ant-col-sm-push-24 {
- left: 100%;
- }
-
- .ant-col-sm-pull-24 {
- right: 100%;
- }
-
- .ant-col-sm-offset-24 {
- margin-left: 100%;
- }
-
- .ant-col-sm-order-24 {
- order: 24;
- }
-
- .ant-col-sm-23 {
- display: block;
- flex: 0 0 95.83333333%;
- max-width: 95.83333333%;
- }
-
- .ant-col-sm-push-23 {
- left: 95.83333333%;
- }
-
- .ant-col-sm-pull-23 {
- right: 95.83333333%;
- }
-
- .ant-col-sm-offset-23 {
- margin-left: 95.83333333%;
- }
-
- .ant-col-sm-order-23 {
- order: 23;
- }
-
- .ant-col-sm-22 {
- display: block;
- flex: 0 0 91.66666667%;
- max-width: 91.66666667%;
- }
-
- .ant-col-sm-push-22 {
- left: 91.66666667%;
- }
-
- .ant-col-sm-pull-22 {
- right: 91.66666667%;
- }
-
- .ant-col-sm-offset-22 {
- margin-left: 91.66666667%;
- }
-
- .ant-col-sm-order-22 {
- order: 22;
- }
-
- .ant-col-sm-21 {
- display: block;
- flex: 0 0 87.5%;
- max-width: 87.5%;
- }
-
- .ant-col-sm-push-21 {
- left: 87.5%;
- }
-
- .ant-col-sm-pull-21 {
- right: 87.5%;
- }
-
- .ant-col-sm-offset-21 {
- margin-left: 87.5%;
- }
-
- .ant-col-sm-order-21 {
- order: 21;
- }
-
- .ant-col-sm-20 {
- display: block;
- flex: 0 0 83.33333333%;
- max-width: 83.33333333%;
- }
-
- .ant-col-sm-push-20 {
- left: 83.33333333%;
- }
-
- .ant-col-sm-pull-20 {
- right: 83.33333333%;
- }
-
- .ant-col-sm-offset-20 {
- margin-left: 83.33333333%;
- }
-
- .ant-col-sm-order-20 {
- order: 20;
- }
-
- .ant-col-sm-19 {
- display: block;
- flex: 0 0 79.16666667%;
- max-width: 79.16666667%;
- }
-
- .ant-col-sm-push-19 {
- left: 79.16666667%;
- }
-
- .ant-col-sm-pull-19 {
- right: 79.16666667%;
- }
-
- .ant-col-sm-offset-19 {
- margin-left: 79.16666667%;
- }
-
- .ant-col-sm-order-19 {
- order: 19;
- }
-
- .ant-col-sm-18 {
- display: block;
- flex: 0 0 75%;
- max-width: 75%;
- }
-
- .ant-col-sm-push-18 {
- left: 75%;
- }
-
- .ant-col-sm-pull-18 {
- right: 75%;
- }
-
- .ant-col-sm-offset-18 {
- margin-left: 75%;
- }
-
- .ant-col-sm-order-18 {
- order: 18;
- }
-
- .ant-col-sm-17 {
- display: block;
- flex: 0 0 70.83333333%;
- max-width: 70.83333333%;
- }
-
- .ant-col-sm-push-17 {
- left: 70.83333333%;
- }
-
- .ant-col-sm-pull-17 {
- right: 70.83333333%;
- }
-
- .ant-col-sm-offset-17 {
- margin-left: 70.83333333%;
- }
-
- .ant-col-sm-order-17 {
- order: 17;
- }
-
- .ant-col-sm-16 {
- display: block;
- flex: 0 0 66.66666667%;
- max-width: 66.66666667%;
- }
-
- .ant-col-sm-push-16 {
- left: 66.66666667%;
- }
-
- .ant-col-sm-pull-16 {
- right: 66.66666667%;
- }
-
- .ant-col-sm-offset-16 {
- margin-left: 66.66666667%;
- }
-
- .ant-col-sm-order-16 {
- order: 16;
- }
-
- .ant-col-sm-15 {
- display: block;
- flex: 0 0 62.5%;
- max-width: 62.5%;
- }
-
- .ant-col-sm-push-15 {
- left: 62.5%;
- }
-
- .ant-col-sm-pull-15 {
- right: 62.5%;
- }
-
- .ant-col-sm-offset-15 {
- margin-left: 62.5%;
- }
-
- .ant-col-sm-order-15 {
- order: 15;
- }
-
- .ant-col-sm-14 {
- display: block;
- flex: 0 0 58.33333333%;
- max-width: 58.33333333%;
- }
-
- .ant-col-sm-push-14 {
- left: 58.33333333%;
- }
-
- .ant-col-sm-pull-14 {
- right: 58.33333333%;
- }
-
- .ant-col-sm-offset-14 {
- margin-left: 58.33333333%;
- }
-
- .ant-col-sm-order-14 {
- order: 14;
- }
-
- .ant-col-sm-13 {
- display: block;
- flex: 0 0 54.16666667%;
- max-width: 54.16666667%;
- }
-
- .ant-col-sm-push-13 {
- left: 54.16666667%;
- }
-
- .ant-col-sm-pull-13 {
- right: 54.16666667%;
- }
-
- .ant-col-sm-offset-13 {
- margin-left: 54.16666667%;
- }
-
- .ant-col-sm-order-13 {
- order: 13;
- }
-
- .ant-col-sm-12 {
- display: block;
- flex: 0 0 50%;
- max-width: 50%;
- }
-
- .ant-col-sm-push-12 {
- left: 50%;
- }
-
- .ant-col-sm-pull-12 {
- right: 50%;
- }
-
- .ant-col-sm-offset-12 {
- margin-left: 50%;
- }
-
- .ant-col-sm-order-12 {
- order: 12;
- }
-
- .ant-col-sm-11 {
- display: block;
- flex: 0 0 45.83333333%;
- max-width: 45.83333333%;
- }
-
- .ant-col-sm-push-11 {
- left: 45.83333333%;
- }
-
- .ant-col-sm-pull-11 {
- right: 45.83333333%;
- }
-
- .ant-col-sm-offset-11 {
- margin-left: 45.83333333%;
- }
-
- .ant-col-sm-order-11 {
- order: 11;
- }
-
- .ant-col-sm-10 {
- display: block;
- flex: 0 0 41.66666667%;
- max-width: 41.66666667%;
- }
-
- .ant-col-sm-push-10 {
- left: 41.66666667%;
- }
-
- .ant-col-sm-pull-10 {
- right: 41.66666667%;
- }
-
- .ant-col-sm-offset-10 {
- margin-left: 41.66666667%;
- }
-
- .ant-col-sm-order-10 {
- order: 10;
- }
-
- .ant-col-sm-9 {
- display: block;
- flex: 0 0 37.5%;
- max-width: 37.5%;
- }
-
- .ant-col-sm-push-9 {
- left: 37.5%;
- }
-
- .ant-col-sm-pull-9 {
- right: 37.5%;
- }
-
- .ant-col-sm-offset-9 {
- margin-left: 37.5%;
- }
-
- .ant-col-sm-order-9 {
- order: 9;
- }
-
- .ant-col-sm-8 {
- display: block;
- flex: 0 0 33.33333333%;
- max-width: 33.33333333%;
- }
-
- .ant-col-sm-push-8 {
- left: 33.33333333%;
- }
-
- .ant-col-sm-pull-8 {
- right: 33.33333333%;
- }
-
- .ant-col-sm-offset-8 {
- margin-left: 33.33333333%;
- }
-
- .ant-col-sm-order-8 {
- order: 8;
- }
-
- .ant-col-sm-7 {
- display: block;
- flex: 0 0 29.16666667%;
- max-width: 29.16666667%;
- }
-
- .ant-col-sm-push-7 {
- left: 29.16666667%;
- }
-
- .ant-col-sm-pull-7 {
- right: 29.16666667%;
- }
-
- .ant-col-sm-offset-7 {
- margin-left: 29.16666667%;
- }
-
- .ant-col-sm-order-7 {
- order: 7;
- }
-
- .ant-col-sm-6 {
- display: block;
- flex: 0 0 25%;
- max-width: 25%;
- }
-
- .ant-col-sm-push-6 {
- left: 25%;
- }
-
- .ant-col-sm-pull-6 {
- right: 25%;
- }
-
- .ant-col-sm-offset-6 {
- margin-left: 25%;
- }
-
- .ant-col-sm-order-6 {
- order: 6;
- }
-
- .ant-col-sm-5 {
- display: block;
- flex: 0 0 20.83333333%;
- max-width: 20.83333333%;
- }
-
- .ant-col-sm-push-5 {
- left: 20.83333333%;
- }
-
- .ant-col-sm-pull-5 {
- right: 20.83333333%;
- }
-
- .ant-col-sm-offset-5 {
- margin-left: 20.83333333%;
- }
-
- .ant-col-sm-order-5 {
- order: 5;
- }
-
- .ant-col-sm-4 {
- display: block;
- flex: 0 0 16.66666667%;
- max-width: 16.66666667%;
- }
-
- .ant-col-sm-push-4 {
- left: 16.66666667%;
- }
-
- .ant-col-sm-pull-4 {
- right: 16.66666667%;
- }
-
- .ant-col-sm-offset-4 {
- margin-left: 16.66666667%;
- }
-
- .ant-col-sm-order-4 {
- order: 4;
- }
-
- .ant-col-sm-3 {
- display: block;
- flex: 0 0 12.5%;
- max-width: 12.5%;
- }
-
- .ant-col-sm-push-3 {
- left: 12.5%;
- }
-
- .ant-col-sm-pull-3 {
- right: 12.5%;
- }
-
- .ant-col-sm-offset-3 {
- margin-left: 12.5%;
- }
-
- .ant-col-sm-order-3 {
- order: 3;
- }
-
- .ant-col-sm-2 {
- display: block;
- flex: 0 0 8.33333333%;
- max-width: 8.33333333%;
- }
-
- .ant-col-sm-push-2 {
- left: 8.33333333%;
- }
-
- .ant-col-sm-pull-2 {
- right: 8.33333333%;
- }
-
- .ant-col-sm-offset-2 {
- margin-left: 8.33333333%;
- }
-
- .ant-col-sm-order-2 {
- order: 2;
- }
-
- .ant-col-sm-1 {
- display: block;
- flex: 0 0 4.16666667%;
- max-width: 4.16666667%;
- }
-
- .ant-col-sm-push-1 {
- left: 4.16666667%;
- }
-
- .ant-col-sm-pull-1 {
- right: 4.16666667%;
- }
-
- .ant-col-sm-offset-1 {
- margin-left: 4.16666667%;
- }
-
- .ant-col-sm-order-1 {
- order: 1;
- }
-
- .ant-col-sm-0 {
- display: none;
- }
-
- .ant-col-push-0 {
- left: auto;
- }
-
- .ant-col-pull-0 {
- right: auto;
- }
-
- .ant-col-sm-push-0 {
- left: auto;
- }
-
- .ant-col-sm-pull-0 {
- right: auto;
- }
-
- .ant-col-sm-offset-0 {
- margin-left: 0;
- }
-
- .ant-col-sm-order-0 {
- order: 0;
- }
-
- .ant-col-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-sm-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-sm-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-sm-offset-0.ant-col-rtl {
- margin-right: 0;
- }
-
- .ant-col-sm-push-1.ant-col-rtl {
- right: 4.16666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-1.ant-col-rtl {
- right: auto;
- left: 4.16666667%;
- }
-
- .ant-col-sm-offset-1.ant-col-rtl {
- margin-right: 4.16666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-2.ant-col-rtl {
- right: 8.33333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-2.ant-col-rtl {
- right: auto;
- left: 8.33333333%;
- }
-
- .ant-col-sm-offset-2.ant-col-rtl {
- margin-right: 8.33333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-3.ant-col-rtl {
- right: 12.5%;
- left: auto;
- }
-
- .ant-col-sm-pull-3.ant-col-rtl {
- right: auto;
- left: 12.5%;
- }
-
- .ant-col-sm-offset-3.ant-col-rtl {
- margin-right: 12.5%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-4.ant-col-rtl {
- right: 16.66666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-4.ant-col-rtl {
- right: auto;
- left: 16.66666667%;
- }
-
- .ant-col-sm-offset-4.ant-col-rtl {
- margin-right: 16.66666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-5.ant-col-rtl {
- right: 20.83333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-5.ant-col-rtl {
- right: auto;
- left: 20.83333333%;
- }
-
- .ant-col-sm-offset-5.ant-col-rtl {
- margin-right: 20.83333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-6.ant-col-rtl {
- right: 25%;
- left: auto;
- }
-
- .ant-col-sm-pull-6.ant-col-rtl {
- right: auto;
- left: 25%;
- }
-
- .ant-col-sm-offset-6.ant-col-rtl {
- margin-right: 25%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-7.ant-col-rtl {
- right: 29.16666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-7.ant-col-rtl {
- right: auto;
- left: 29.16666667%;
- }
-
- .ant-col-sm-offset-7.ant-col-rtl {
- margin-right: 29.16666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-8.ant-col-rtl {
- right: 33.33333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-8.ant-col-rtl {
- right: auto;
- left: 33.33333333%;
- }
-
- .ant-col-sm-offset-8.ant-col-rtl {
- margin-right: 33.33333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-9.ant-col-rtl {
- right: 37.5%;
- left: auto;
- }
-
- .ant-col-sm-pull-9.ant-col-rtl {
- right: auto;
- left: 37.5%;
- }
-
- .ant-col-sm-offset-9.ant-col-rtl {
- margin-right: 37.5%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-10.ant-col-rtl {
- right: 41.66666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-10.ant-col-rtl {
- right: auto;
- left: 41.66666667%;
- }
-
- .ant-col-sm-offset-10.ant-col-rtl {
- margin-right: 41.66666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-11.ant-col-rtl {
- right: 45.83333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-11.ant-col-rtl {
- right: auto;
- left: 45.83333333%;
- }
-
- .ant-col-sm-offset-11.ant-col-rtl {
- margin-right: 45.83333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-12.ant-col-rtl {
- right: 50%;
- left: auto;
- }
-
- .ant-col-sm-pull-12.ant-col-rtl {
- right: auto;
- left: 50%;
- }
-
- .ant-col-sm-offset-12.ant-col-rtl {
- margin-right: 50%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-13.ant-col-rtl {
- right: 54.16666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-13.ant-col-rtl {
- right: auto;
- left: 54.16666667%;
- }
-
- .ant-col-sm-offset-13.ant-col-rtl {
- margin-right: 54.16666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-14.ant-col-rtl {
- right: 58.33333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-14.ant-col-rtl {
- right: auto;
- left: 58.33333333%;
- }
-
- .ant-col-sm-offset-14.ant-col-rtl {
- margin-right: 58.33333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-15.ant-col-rtl {
- right: 62.5%;
- left: auto;
- }
-
- .ant-col-sm-pull-15.ant-col-rtl {
- right: auto;
- left: 62.5%;
- }
-
- .ant-col-sm-offset-15.ant-col-rtl {
- margin-right: 62.5%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-16.ant-col-rtl {
- right: 66.66666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-16.ant-col-rtl {
- right: auto;
- left: 66.66666667%;
- }
-
- .ant-col-sm-offset-16.ant-col-rtl {
- margin-right: 66.66666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-17.ant-col-rtl {
- right: 70.83333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-17.ant-col-rtl {
- right: auto;
- left: 70.83333333%;
- }
-
- .ant-col-sm-offset-17.ant-col-rtl {
- margin-right: 70.83333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-18.ant-col-rtl {
- right: 75%;
- left: auto;
- }
-
- .ant-col-sm-pull-18.ant-col-rtl {
- right: auto;
- left: 75%;
- }
-
- .ant-col-sm-offset-18.ant-col-rtl {
- margin-right: 75%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-19.ant-col-rtl {
- right: 79.16666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-19.ant-col-rtl {
- right: auto;
- left: 79.16666667%;
- }
-
- .ant-col-sm-offset-19.ant-col-rtl {
- margin-right: 79.16666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-20.ant-col-rtl {
- right: 83.33333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-20.ant-col-rtl {
- right: auto;
- left: 83.33333333%;
- }
-
- .ant-col-sm-offset-20.ant-col-rtl {
- margin-right: 83.33333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-21.ant-col-rtl {
- right: 87.5%;
- left: auto;
- }
-
- .ant-col-sm-pull-21.ant-col-rtl {
- right: auto;
- left: 87.5%;
- }
-
- .ant-col-sm-offset-21.ant-col-rtl {
- margin-right: 87.5%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-22.ant-col-rtl {
- right: 91.66666667%;
- left: auto;
- }
-
- .ant-col-sm-pull-22.ant-col-rtl {
- right: auto;
- left: 91.66666667%;
- }
-
- .ant-col-sm-offset-22.ant-col-rtl {
- margin-right: 91.66666667%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-23.ant-col-rtl {
- right: 95.83333333%;
- left: auto;
- }
-
- .ant-col-sm-pull-23.ant-col-rtl {
- right: auto;
- left: 95.83333333%;
- }
-
- .ant-col-sm-offset-23.ant-col-rtl {
- margin-right: 95.83333333%;
- margin-left: 0;
- }
-
- .ant-col-sm-push-24.ant-col-rtl {
- right: 100%;
- left: auto;
- }
-
- .ant-col-sm-pull-24.ant-col-rtl {
- right: auto;
- left: 100%;
- }
-
- .ant-col-sm-offset-24.ant-col-rtl {
- margin-right: 100%;
- margin-left: 0;
- }
- }
-
- @media (min-width: 768px) {
- .ant-col-md-24 {
- display: block;
- flex: 0 0 100%;
- max-width: 100%;
- }
-
- .ant-col-md-push-24 {
- left: 100%;
- }
-
- .ant-col-md-pull-24 {
- right: 100%;
- }
-
- .ant-col-md-offset-24 {
- margin-left: 100%;
- }
-
- .ant-col-md-order-24 {
- order: 24;
- }
-
- .ant-col-md-23 {
- display: block;
- flex: 0 0 95.83333333%;
- max-width: 95.83333333%;
- }
-
- .ant-col-md-push-23 {
- left: 95.83333333%;
- }
-
- .ant-col-md-pull-23 {
- right: 95.83333333%;
- }
-
- .ant-col-md-offset-23 {
- margin-left: 95.83333333%;
- }
-
- .ant-col-md-order-23 {
- order: 23;
- }
-
- .ant-col-md-22 {
- display: block;
- flex: 0 0 91.66666667%;
- max-width: 91.66666667%;
- }
-
- .ant-col-md-push-22 {
- left: 91.66666667%;
- }
-
- .ant-col-md-pull-22 {
- right: 91.66666667%;
- }
-
- .ant-col-md-offset-22 {
- margin-left: 91.66666667%;
- }
-
- .ant-col-md-order-22 {
- order: 22;
- }
-
- .ant-col-md-21 {
- display: block;
- flex: 0 0 87.5%;
- max-width: 87.5%;
- }
-
- .ant-col-md-push-21 {
- left: 87.5%;
- }
-
- .ant-col-md-pull-21 {
- right: 87.5%;
- }
-
- .ant-col-md-offset-21 {
- margin-left: 87.5%;
- }
-
- .ant-col-md-order-21 {
- order: 21;
- }
-
- .ant-col-md-20 {
- display: block;
- flex: 0 0 83.33333333%;
- max-width: 83.33333333%;
- }
-
- .ant-col-md-push-20 {
- left: 83.33333333%;
- }
-
- .ant-col-md-pull-20 {
- right: 83.33333333%;
- }
-
- .ant-col-md-offset-20 {
- margin-left: 83.33333333%;
- }
-
- .ant-col-md-order-20 {
- order: 20;
- }
-
- .ant-col-md-19 {
- display: block;
- flex: 0 0 79.16666667%;
- max-width: 79.16666667%;
- }
-
- .ant-col-md-push-19 {
- left: 79.16666667%;
- }
-
- .ant-col-md-pull-19 {
- right: 79.16666667%;
- }
-
- .ant-col-md-offset-19 {
- margin-left: 79.16666667%;
- }
-
- .ant-col-md-order-19 {
- order: 19;
- }
-
- .ant-col-md-18 {
- display: block;
- flex: 0 0 75%;
- max-width: 75%;
- }
-
- .ant-col-md-push-18 {
- left: 75%;
- }
-
- .ant-col-md-pull-18 {
- right: 75%;
- }
-
- .ant-col-md-offset-18 {
- margin-left: 75%;
- }
-
- .ant-col-md-order-18 {
- order: 18;
- }
-
- .ant-col-md-17 {
- display: block;
- flex: 0 0 70.83333333%;
- max-width: 70.83333333%;
- }
-
- .ant-col-md-push-17 {
- left: 70.83333333%;
- }
-
- .ant-col-md-pull-17 {
- right: 70.83333333%;
- }
-
- .ant-col-md-offset-17 {
- margin-left: 70.83333333%;
- }
-
- .ant-col-md-order-17 {
- order: 17;
- }
-
- .ant-col-md-16 {
- display: block;
- flex: 0 0 66.66666667%;
- max-width: 66.66666667%;
- }
-
- .ant-col-md-push-16 {
- left: 66.66666667%;
- }
-
- .ant-col-md-pull-16 {
- right: 66.66666667%;
- }
-
- .ant-col-md-offset-16 {
- margin-left: 66.66666667%;
- }
-
- .ant-col-md-order-16 {
- order: 16;
- }
-
- .ant-col-md-15 {
- display: block;
- flex: 0 0 62.5%;
- max-width: 62.5%;
- }
-
- .ant-col-md-push-15 {
- left: 62.5%;
- }
-
- .ant-col-md-pull-15 {
- right: 62.5%;
- }
-
- .ant-col-md-offset-15 {
- margin-left: 62.5%;
- }
-
- .ant-col-md-order-15 {
- order: 15;
- }
-
- .ant-col-md-14 {
- display: block;
- flex: 0 0 58.33333333%;
- max-width: 58.33333333%;
- }
-
- .ant-col-md-push-14 {
- left: 58.33333333%;
- }
-
- .ant-col-md-pull-14 {
- right: 58.33333333%;
- }
-
- .ant-col-md-offset-14 {
- margin-left: 58.33333333%;
- }
-
- .ant-col-md-order-14 {
- order: 14;
- }
-
- .ant-col-md-13 {
- display: block;
- flex: 0 0 54.16666667%;
- max-width: 54.16666667%;
- }
-
- .ant-col-md-push-13 {
- left: 54.16666667%;
- }
-
- .ant-col-md-pull-13 {
- right: 54.16666667%;
- }
-
- .ant-col-md-offset-13 {
- margin-left: 54.16666667%;
- }
-
- .ant-col-md-order-13 {
- order: 13;
- }
-
- .ant-col-md-12 {
- display: block;
- flex: 0 0 50%;
- max-width: 50%;
- }
-
- .ant-col-md-push-12 {
- left: 50%;
- }
-
- .ant-col-md-pull-12 {
- right: 50%;
- }
-
- .ant-col-md-offset-12 {
- margin-left: 50%;
- }
-
- .ant-col-md-order-12 {
- order: 12;
- }
-
- .ant-col-md-11 {
- display: block;
- flex: 0 0 45.83333333%;
- max-width: 45.83333333%;
- }
-
- .ant-col-md-push-11 {
- left: 45.83333333%;
- }
-
- .ant-col-md-pull-11 {
- right: 45.83333333%;
- }
-
- .ant-col-md-offset-11 {
- margin-left: 45.83333333%;
- }
-
- .ant-col-md-order-11 {
- order: 11;
- }
-
- .ant-col-md-10 {
- display: block;
- flex: 0 0 41.66666667%;
- max-width: 41.66666667%;
- }
-
- .ant-col-md-push-10 {
- left: 41.66666667%;
- }
-
- .ant-col-md-pull-10 {
- right: 41.66666667%;
- }
-
- .ant-col-md-offset-10 {
- margin-left: 41.66666667%;
- }
-
- .ant-col-md-order-10 {
- order: 10;
- }
-
- .ant-col-md-9 {
- display: block;
- flex: 0 0 37.5%;
- max-width: 37.5%;
- }
-
- .ant-col-md-push-9 {
- left: 37.5%;
- }
-
- .ant-col-md-pull-9 {
- right: 37.5%;
- }
-
- .ant-col-md-offset-9 {
- margin-left: 37.5%;
- }
-
- .ant-col-md-order-9 {
- order: 9;
- }
-
- .ant-col-md-8 {
- display: block;
- flex: 0 0 33.33333333%;
- max-width: 33.33333333%;
- }
-
- .ant-col-md-push-8 {
- left: 33.33333333%;
- }
-
- .ant-col-md-pull-8 {
- right: 33.33333333%;
- }
-
- .ant-col-md-offset-8 {
- margin-left: 33.33333333%;
- }
-
- .ant-col-md-order-8 {
- order: 8;
- }
-
- .ant-col-md-7 {
- display: block;
- flex: 0 0 29.16666667%;
- max-width: 29.16666667%;
- }
-
- .ant-col-md-push-7 {
- left: 29.16666667%;
- }
-
- .ant-col-md-pull-7 {
- right: 29.16666667%;
- }
-
- .ant-col-md-offset-7 {
- margin-left: 29.16666667%;
- }
-
- .ant-col-md-order-7 {
- order: 7;
- }
-
- .ant-col-md-6 {
- display: block;
- flex: 0 0 25%;
- max-width: 25%;
- }
-
- .ant-col-md-push-6 {
- left: 25%;
- }
-
- .ant-col-md-pull-6 {
- right: 25%;
- }
-
- .ant-col-md-offset-6 {
- margin-left: 25%;
- }
-
- .ant-col-md-order-6 {
- order: 6;
- }
-
- .ant-col-md-5 {
- display: block;
- flex: 0 0 20.83333333%;
- max-width: 20.83333333%;
- }
-
- .ant-col-md-push-5 {
- left: 20.83333333%;
- }
-
- .ant-col-md-pull-5 {
- right: 20.83333333%;
- }
-
- .ant-col-md-offset-5 {
- margin-left: 20.83333333%;
- }
-
- .ant-col-md-order-5 {
- order: 5;
- }
-
- .ant-col-md-4 {
- display: block;
- flex: 0 0 16.66666667%;
- max-width: 16.66666667%;
- }
-
- .ant-col-md-push-4 {
- left: 16.66666667%;
- }
-
- .ant-col-md-pull-4 {
- right: 16.66666667%;
- }
-
- .ant-col-md-offset-4 {
- margin-left: 16.66666667%;
- }
-
- .ant-col-md-order-4 {
- order: 4;
- }
-
- .ant-col-md-3 {
- display: block;
- flex: 0 0 12.5%;
- max-width: 12.5%;
- }
-
- .ant-col-md-push-3 {
- left: 12.5%;
- }
-
- .ant-col-md-pull-3 {
- right: 12.5%;
- }
-
- .ant-col-md-offset-3 {
- margin-left: 12.5%;
- }
-
- .ant-col-md-order-3 {
- order: 3;
- }
-
- .ant-col-md-2 {
- display: block;
- flex: 0 0 8.33333333%;
- max-width: 8.33333333%;
- }
-
- .ant-col-md-push-2 {
- left: 8.33333333%;
- }
-
- .ant-col-md-pull-2 {
- right: 8.33333333%;
- }
-
- .ant-col-md-offset-2 {
- margin-left: 8.33333333%;
- }
-
- .ant-col-md-order-2 {
- order: 2;
- }
-
- .ant-col-md-1 {
- display: block;
- flex: 0 0 4.16666667%;
- max-width: 4.16666667%;
- }
-
- .ant-col-md-push-1 {
- left: 4.16666667%;
- }
-
- .ant-col-md-pull-1 {
- right: 4.16666667%;
- }
-
- .ant-col-md-offset-1 {
- margin-left: 4.16666667%;
- }
-
- .ant-col-md-order-1 {
- order: 1;
- }
-
- .ant-col-md-0 {
- display: none;
- }
-
- .ant-col-push-0 {
- left: auto;
- }
-
- .ant-col-pull-0 {
- right: auto;
- }
-
- .ant-col-md-push-0 {
- left: auto;
- }
-
- .ant-col-md-pull-0 {
- right: auto;
- }
-
- .ant-col-md-offset-0 {
- margin-left: 0;
- }
-
- .ant-col-md-order-0 {
- order: 0;
- }
-
- .ant-col-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-md-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-md-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-md-offset-0.ant-col-rtl {
- margin-right: 0;
- }
-
- .ant-col-md-push-1.ant-col-rtl {
- right: 4.16666667%;
- left: auto;
- }
-
- .ant-col-md-pull-1.ant-col-rtl {
- right: auto;
- left: 4.16666667%;
- }
-
- .ant-col-md-offset-1.ant-col-rtl {
- margin-right: 4.16666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-2.ant-col-rtl {
- right: 8.33333333%;
- left: auto;
- }
-
- .ant-col-md-pull-2.ant-col-rtl {
- right: auto;
- left: 8.33333333%;
- }
-
- .ant-col-md-offset-2.ant-col-rtl {
- margin-right: 8.33333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-3.ant-col-rtl {
- right: 12.5%;
- left: auto;
- }
-
- .ant-col-md-pull-3.ant-col-rtl {
- right: auto;
- left: 12.5%;
- }
-
- .ant-col-md-offset-3.ant-col-rtl {
- margin-right: 12.5%;
- margin-left: 0;
- }
-
- .ant-col-md-push-4.ant-col-rtl {
- right: 16.66666667%;
- left: auto;
- }
-
- .ant-col-md-pull-4.ant-col-rtl {
- right: auto;
- left: 16.66666667%;
- }
-
- .ant-col-md-offset-4.ant-col-rtl {
- margin-right: 16.66666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-5.ant-col-rtl {
- right: 20.83333333%;
- left: auto;
- }
-
- .ant-col-md-pull-5.ant-col-rtl {
- right: auto;
- left: 20.83333333%;
- }
-
- .ant-col-md-offset-5.ant-col-rtl {
- margin-right: 20.83333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-6.ant-col-rtl {
- right: 25%;
- left: auto;
- }
-
- .ant-col-md-pull-6.ant-col-rtl {
- right: auto;
- left: 25%;
- }
-
- .ant-col-md-offset-6.ant-col-rtl {
- margin-right: 25%;
- margin-left: 0;
- }
-
- .ant-col-md-push-7.ant-col-rtl {
- right: 29.16666667%;
- left: auto;
- }
-
- .ant-col-md-pull-7.ant-col-rtl {
- right: auto;
- left: 29.16666667%;
- }
-
- .ant-col-md-offset-7.ant-col-rtl {
- margin-right: 29.16666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-8.ant-col-rtl {
- right: 33.33333333%;
- left: auto;
- }
-
- .ant-col-md-pull-8.ant-col-rtl {
- right: auto;
- left: 33.33333333%;
- }
-
- .ant-col-md-offset-8.ant-col-rtl {
- margin-right: 33.33333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-9.ant-col-rtl {
- right: 37.5%;
- left: auto;
- }
-
- .ant-col-md-pull-9.ant-col-rtl {
- right: auto;
- left: 37.5%;
- }
-
- .ant-col-md-offset-9.ant-col-rtl {
- margin-right: 37.5%;
- margin-left: 0;
- }
-
- .ant-col-md-push-10.ant-col-rtl {
- right: 41.66666667%;
- left: auto;
- }
-
- .ant-col-md-pull-10.ant-col-rtl {
- right: auto;
- left: 41.66666667%;
- }
-
- .ant-col-md-offset-10.ant-col-rtl {
- margin-right: 41.66666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-11.ant-col-rtl {
- right: 45.83333333%;
- left: auto;
- }
-
- .ant-col-md-pull-11.ant-col-rtl {
- right: auto;
- left: 45.83333333%;
- }
-
- .ant-col-md-offset-11.ant-col-rtl {
- margin-right: 45.83333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-12.ant-col-rtl {
- right: 50%;
- left: auto;
- }
-
- .ant-col-md-pull-12.ant-col-rtl {
- right: auto;
- left: 50%;
- }
-
- .ant-col-md-offset-12.ant-col-rtl {
- margin-right: 50%;
- margin-left: 0;
- }
-
- .ant-col-md-push-13.ant-col-rtl {
- right: 54.16666667%;
- left: auto;
- }
-
- .ant-col-md-pull-13.ant-col-rtl {
- right: auto;
- left: 54.16666667%;
- }
-
- .ant-col-md-offset-13.ant-col-rtl {
- margin-right: 54.16666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-14.ant-col-rtl {
- right: 58.33333333%;
- left: auto;
- }
-
- .ant-col-md-pull-14.ant-col-rtl {
- right: auto;
- left: 58.33333333%;
- }
-
- .ant-col-md-offset-14.ant-col-rtl {
- margin-right: 58.33333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-15.ant-col-rtl {
- right: 62.5%;
- left: auto;
- }
-
- .ant-col-md-pull-15.ant-col-rtl {
- right: auto;
- left: 62.5%;
- }
-
- .ant-col-md-offset-15.ant-col-rtl {
- margin-right: 62.5%;
- margin-left: 0;
- }
-
- .ant-col-md-push-16.ant-col-rtl {
- right: 66.66666667%;
- left: auto;
- }
-
- .ant-col-md-pull-16.ant-col-rtl {
- right: auto;
- left: 66.66666667%;
- }
-
- .ant-col-md-offset-16.ant-col-rtl {
- margin-right: 66.66666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-17.ant-col-rtl {
- right: 70.83333333%;
- left: auto;
- }
-
- .ant-col-md-pull-17.ant-col-rtl {
- right: auto;
- left: 70.83333333%;
- }
-
- .ant-col-md-offset-17.ant-col-rtl {
- margin-right: 70.83333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-18.ant-col-rtl {
- right: 75%;
- left: auto;
- }
-
- .ant-col-md-pull-18.ant-col-rtl {
- right: auto;
- left: 75%;
- }
-
- .ant-col-md-offset-18.ant-col-rtl {
- margin-right: 75%;
- margin-left: 0;
- }
-
- .ant-col-md-push-19.ant-col-rtl {
- right: 79.16666667%;
- left: auto;
- }
-
- .ant-col-md-pull-19.ant-col-rtl {
- right: auto;
- left: 79.16666667%;
- }
-
- .ant-col-md-offset-19.ant-col-rtl {
- margin-right: 79.16666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-20.ant-col-rtl {
- right: 83.33333333%;
- left: auto;
- }
-
- .ant-col-md-pull-20.ant-col-rtl {
- right: auto;
- left: 83.33333333%;
- }
-
- .ant-col-md-offset-20.ant-col-rtl {
- margin-right: 83.33333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-21.ant-col-rtl {
- right: 87.5%;
- left: auto;
- }
-
- .ant-col-md-pull-21.ant-col-rtl {
- right: auto;
- left: 87.5%;
- }
-
- .ant-col-md-offset-21.ant-col-rtl {
- margin-right: 87.5%;
- margin-left: 0;
- }
-
- .ant-col-md-push-22.ant-col-rtl {
- right: 91.66666667%;
- left: auto;
- }
-
- .ant-col-md-pull-22.ant-col-rtl {
- right: auto;
- left: 91.66666667%;
- }
-
- .ant-col-md-offset-22.ant-col-rtl {
- margin-right: 91.66666667%;
- margin-left: 0;
- }
-
- .ant-col-md-push-23.ant-col-rtl {
- right: 95.83333333%;
- left: auto;
- }
-
- .ant-col-md-pull-23.ant-col-rtl {
- right: auto;
- left: 95.83333333%;
- }
-
- .ant-col-md-offset-23.ant-col-rtl {
- margin-right: 95.83333333%;
- margin-left: 0;
- }
-
- .ant-col-md-push-24.ant-col-rtl {
- right: 100%;
- left: auto;
- }
-
- .ant-col-md-pull-24.ant-col-rtl {
- right: auto;
- left: 100%;
- }
-
- .ant-col-md-offset-24.ant-col-rtl {
- margin-right: 100%;
- margin-left: 0;
- }
- }
-
- @media (min-width: 992px) {
- .ant-col-lg-24 {
- display: block;
- flex: 0 0 100%;
- max-width: 100%;
- }
-
- .ant-col-lg-push-24 {
- left: 100%;
- }
-
- .ant-col-lg-pull-24 {
- right: 100%;
- }
-
- .ant-col-lg-offset-24 {
- margin-left: 100%;
- }
-
- .ant-col-lg-order-24 {
- order: 24;
- }
-
- .ant-col-lg-23 {
- display: block;
- flex: 0 0 95.83333333%;
- max-width: 95.83333333%;
- }
-
- .ant-col-lg-push-23 {
- left: 95.83333333%;
- }
-
- .ant-col-lg-pull-23 {
- right: 95.83333333%;
- }
-
- .ant-col-lg-offset-23 {
- margin-left: 95.83333333%;
- }
-
- .ant-col-lg-order-23 {
- order: 23;
- }
-
- .ant-col-lg-22 {
- display: block;
- flex: 0 0 91.66666667%;
- max-width: 91.66666667%;
- }
-
- .ant-col-lg-push-22 {
- left: 91.66666667%;
- }
-
- .ant-col-lg-pull-22 {
- right: 91.66666667%;
- }
-
- .ant-col-lg-offset-22 {
- margin-left: 91.66666667%;
- }
-
- .ant-col-lg-order-22 {
- order: 22;
- }
-
- .ant-col-lg-21 {
- display: block;
- flex: 0 0 87.5%;
- max-width: 87.5%;
- }
-
- .ant-col-lg-push-21 {
- left: 87.5%;
- }
-
- .ant-col-lg-pull-21 {
- right: 87.5%;
- }
-
- .ant-col-lg-offset-21 {
- margin-left: 87.5%;
- }
-
- .ant-col-lg-order-21 {
- order: 21;
- }
-
- .ant-col-lg-20 {
- display: block;
- flex: 0 0 83.33333333%;
- max-width: 83.33333333%;
- }
-
- .ant-col-lg-push-20 {
- left: 83.33333333%;
- }
-
- .ant-col-lg-pull-20 {
- right: 83.33333333%;
- }
-
- .ant-col-lg-offset-20 {
- margin-left: 83.33333333%;
- }
-
- .ant-col-lg-order-20 {
- order: 20;
- }
-
- .ant-col-lg-19 {
- display: block;
- flex: 0 0 79.16666667%;
- max-width: 79.16666667%;
- }
-
- .ant-col-lg-push-19 {
- left: 79.16666667%;
- }
-
- .ant-col-lg-pull-19 {
- right: 79.16666667%;
- }
-
- .ant-col-lg-offset-19 {
- margin-left: 79.16666667%;
- }
-
- .ant-col-lg-order-19 {
- order: 19;
- }
-
- .ant-col-lg-18 {
- display: block;
- flex: 0 0 75%;
- max-width: 75%;
- }
-
- .ant-col-lg-push-18 {
- left: 75%;
- }
-
- .ant-col-lg-pull-18 {
- right: 75%;
- }
-
- .ant-col-lg-offset-18 {
- margin-left: 75%;
- }
-
- .ant-col-lg-order-18 {
- order: 18;
- }
-
- .ant-col-lg-17 {
- display: block;
- flex: 0 0 70.83333333%;
- max-width: 70.83333333%;
- }
-
- .ant-col-lg-push-17 {
- left: 70.83333333%;
- }
-
- .ant-col-lg-pull-17 {
- right: 70.83333333%;
- }
-
- .ant-col-lg-offset-17 {
- margin-left: 70.83333333%;
- }
-
- .ant-col-lg-order-17 {
- order: 17;
- }
-
- .ant-col-lg-16 {
- display: block;
- flex: 0 0 66.66666667%;
- max-width: 66.66666667%;
- }
-
- .ant-col-lg-push-16 {
- left: 66.66666667%;
- }
-
- .ant-col-lg-pull-16 {
- right: 66.66666667%;
- }
-
- .ant-col-lg-offset-16 {
- margin-left: 66.66666667%;
- }
-
- .ant-col-lg-order-16 {
- order: 16;
- }
-
- .ant-col-lg-15 {
- display: block;
- flex: 0 0 62.5%;
- max-width: 62.5%;
- }
-
- .ant-col-lg-push-15 {
- left: 62.5%;
- }
-
- .ant-col-lg-pull-15 {
- right: 62.5%;
- }
-
- .ant-col-lg-offset-15 {
- margin-left: 62.5%;
- }
-
- .ant-col-lg-order-15 {
- order: 15;
- }
-
- .ant-col-lg-14 {
- display: block;
- flex: 0 0 58.33333333%;
- max-width: 58.33333333%;
- }
-
- .ant-col-lg-push-14 {
- left: 58.33333333%;
- }
-
- .ant-col-lg-pull-14 {
- right: 58.33333333%;
- }
-
- .ant-col-lg-offset-14 {
- margin-left: 58.33333333%;
- }
-
- .ant-col-lg-order-14 {
- order: 14;
- }
-
- .ant-col-lg-13 {
- display: block;
- flex: 0 0 54.16666667%;
- max-width: 54.16666667%;
- }
-
- .ant-col-lg-push-13 {
- left: 54.16666667%;
- }
-
- .ant-col-lg-pull-13 {
- right: 54.16666667%;
- }
-
- .ant-col-lg-offset-13 {
- margin-left: 54.16666667%;
- }
-
- .ant-col-lg-order-13 {
- order: 13;
- }
-
- .ant-col-lg-12 {
- display: block;
- flex: 0 0 50%;
- max-width: 50%;
- }
-
- .ant-col-lg-push-12 {
- left: 50%;
- }
-
- .ant-col-lg-pull-12 {
- right: 50%;
- }
-
- .ant-col-lg-offset-12 {
- margin-left: 50%;
- }
-
- .ant-col-lg-order-12 {
- order: 12;
- }
-
- .ant-col-lg-11 {
- display: block;
- flex: 0 0 45.83333333%;
- max-width: 45.83333333%;
- }
-
- .ant-col-lg-push-11 {
- left: 45.83333333%;
- }
-
- .ant-col-lg-pull-11 {
- right: 45.83333333%;
- }
-
- .ant-col-lg-offset-11 {
- margin-left: 45.83333333%;
- }
-
- .ant-col-lg-order-11 {
- order: 11;
- }
-
- .ant-col-lg-10 {
- display: block;
- flex: 0 0 41.66666667%;
- max-width: 41.66666667%;
- }
-
- .ant-col-lg-push-10 {
- left: 41.66666667%;
- }
-
- .ant-col-lg-pull-10 {
- right: 41.66666667%;
- }
-
- .ant-col-lg-offset-10 {
- margin-left: 41.66666667%;
- }
-
- .ant-col-lg-order-10 {
- order: 10;
- }
-
- .ant-col-lg-9 {
- display: block;
- flex: 0 0 37.5%;
- max-width: 37.5%;
- }
-
- .ant-col-lg-push-9 {
- left: 37.5%;
- }
-
- .ant-col-lg-pull-9 {
- right: 37.5%;
- }
-
- .ant-col-lg-offset-9 {
- margin-left: 37.5%;
- }
-
- .ant-col-lg-order-9 {
- order: 9;
- }
-
- .ant-col-lg-8 {
- display: block;
- flex: 0 0 33.33333333%;
- max-width: 33.33333333%;
- }
-
- .ant-col-lg-push-8 {
- left: 33.33333333%;
- }
-
- .ant-col-lg-pull-8 {
- right: 33.33333333%;
- }
-
- .ant-col-lg-offset-8 {
- margin-left: 33.33333333%;
- }
-
- .ant-col-lg-order-8 {
- order: 8;
- }
-
- .ant-col-lg-7 {
- display: block;
- flex: 0 0 29.16666667%;
- max-width: 29.16666667%;
- }
-
- .ant-col-lg-push-7 {
- left: 29.16666667%;
- }
-
- .ant-col-lg-pull-7 {
- right: 29.16666667%;
- }
-
- .ant-col-lg-offset-7 {
- margin-left: 29.16666667%;
- }
-
- .ant-col-lg-order-7 {
- order: 7;
- }
-
- .ant-col-lg-6 {
- display: block;
- flex: 0 0 25%;
- max-width: 25%;
- }
-
- .ant-col-lg-push-6 {
- left: 25%;
- }
-
- .ant-col-lg-pull-6 {
- right: 25%;
- }
-
- .ant-col-lg-offset-6 {
- margin-left: 25%;
- }
-
- .ant-col-lg-order-6 {
- order: 6;
- }
-
- .ant-col-lg-5 {
- display: block;
- flex: 0 0 20.83333333%;
- max-width: 20.83333333%;
- }
-
- .ant-col-lg-push-5 {
- left: 20.83333333%;
- }
-
- .ant-col-lg-pull-5 {
- right: 20.83333333%;
- }
-
- .ant-col-lg-offset-5 {
- margin-left: 20.83333333%;
- }
-
- .ant-col-lg-order-5 {
- order: 5;
- }
-
- .ant-col-lg-4 {
- display: block;
- flex: 0 0 16.66666667%;
- max-width: 16.66666667%;
- }
-
- .ant-col-lg-push-4 {
- left: 16.66666667%;
- }
-
- .ant-col-lg-pull-4 {
- right: 16.66666667%;
- }
-
- .ant-col-lg-offset-4 {
- margin-left: 16.66666667%;
- }
-
- .ant-col-lg-order-4 {
- order: 4;
- }
-
- .ant-col-lg-3 {
- display: block;
- flex: 0 0 12.5%;
- max-width: 12.5%;
- }
-
- .ant-col-lg-push-3 {
- left: 12.5%;
- }
-
- .ant-col-lg-pull-3 {
- right: 12.5%;
- }
-
- .ant-col-lg-offset-3 {
- margin-left: 12.5%;
- }
-
- .ant-col-lg-order-3 {
- order: 3;
- }
-
- .ant-col-lg-2 {
- display: block;
- flex: 0 0 8.33333333%;
- max-width: 8.33333333%;
- }
-
- .ant-col-lg-push-2 {
- left: 8.33333333%;
- }
-
- .ant-col-lg-pull-2 {
- right: 8.33333333%;
- }
-
- .ant-col-lg-offset-2 {
- margin-left: 8.33333333%;
- }
-
- .ant-col-lg-order-2 {
- order: 2;
- }
-
- .ant-col-lg-1 {
- display: block;
- flex: 0 0 4.16666667%;
- max-width: 4.16666667%;
- }
-
- .ant-col-lg-push-1 {
- left: 4.16666667%;
- }
-
- .ant-col-lg-pull-1 {
- right: 4.16666667%;
- }
-
- .ant-col-lg-offset-1 {
- margin-left: 4.16666667%;
- }
-
- .ant-col-lg-order-1 {
- order: 1;
- }
-
- .ant-col-lg-0 {
- display: none;
- }
-
- .ant-col-push-0 {
- left: auto;
- }
-
- .ant-col-pull-0 {
- right: auto;
- }
-
- .ant-col-lg-push-0 {
- left: auto;
- }
-
- .ant-col-lg-pull-0 {
- right: auto;
- }
-
- .ant-col-lg-offset-0 {
- margin-left: 0;
- }
-
- .ant-col-lg-order-0 {
- order: 0;
- }
-
- .ant-col-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-lg-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-lg-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-lg-offset-0.ant-col-rtl {
- margin-right: 0;
- }
-
- .ant-col-lg-push-1.ant-col-rtl {
- right: 4.16666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-1.ant-col-rtl {
- right: auto;
- left: 4.16666667%;
- }
-
- .ant-col-lg-offset-1.ant-col-rtl {
- margin-right: 4.16666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-2.ant-col-rtl {
- right: 8.33333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-2.ant-col-rtl {
- right: auto;
- left: 8.33333333%;
- }
-
- .ant-col-lg-offset-2.ant-col-rtl {
- margin-right: 8.33333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-3.ant-col-rtl {
- right: 12.5%;
- left: auto;
- }
-
- .ant-col-lg-pull-3.ant-col-rtl {
- right: auto;
- left: 12.5%;
- }
-
- .ant-col-lg-offset-3.ant-col-rtl {
- margin-right: 12.5%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-4.ant-col-rtl {
- right: 16.66666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-4.ant-col-rtl {
- right: auto;
- left: 16.66666667%;
- }
-
- .ant-col-lg-offset-4.ant-col-rtl {
- margin-right: 16.66666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-5.ant-col-rtl {
- right: 20.83333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-5.ant-col-rtl {
- right: auto;
- left: 20.83333333%;
- }
-
- .ant-col-lg-offset-5.ant-col-rtl {
- margin-right: 20.83333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-6.ant-col-rtl {
- right: 25%;
- left: auto;
- }
-
- .ant-col-lg-pull-6.ant-col-rtl {
- right: auto;
- left: 25%;
- }
-
- .ant-col-lg-offset-6.ant-col-rtl {
- margin-right: 25%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-7.ant-col-rtl {
- right: 29.16666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-7.ant-col-rtl {
- right: auto;
- left: 29.16666667%;
- }
-
- .ant-col-lg-offset-7.ant-col-rtl {
- margin-right: 29.16666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-8.ant-col-rtl {
- right: 33.33333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-8.ant-col-rtl {
- right: auto;
- left: 33.33333333%;
- }
-
- .ant-col-lg-offset-8.ant-col-rtl {
- margin-right: 33.33333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-9.ant-col-rtl {
- right: 37.5%;
- left: auto;
- }
-
- .ant-col-lg-pull-9.ant-col-rtl {
- right: auto;
- left: 37.5%;
- }
-
- .ant-col-lg-offset-9.ant-col-rtl {
- margin-right: 37.5%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-10.ant-col-rtl {
- right: 41.66666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-10.ant-col-rtl {
- right: auto;
- left: 41.66666667%;
- }
-
- .ant-col-lg-offset-10.ant-col-rtl {
- margin-right: 41.66666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-11.ant-col-rtl {
- right: 45.83333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-11.ant-col-rtl {
- right: auto;
- left: 45.83333333%;
- }
-
- .ant-col-lg-offset-11.ant-col-rtl {
- margin-right: 45.83333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-12.ant-col-rtl {
- right: 50%;
- left: auto;
- }
-
- .ant-col-lg-pull-12.ant-col-rtl {
- right: auto;
- left: 50%;
- }
-
- .ant-col-lg-offset-12.ant-col-rtl {
- margin-right: 50%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-13.ant-col-rtl {
- right: 54.16666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-13.ant-col-rtl {
- right: auto;
- left: 54.16666667%;
- }
-
- .ant-col-lg-offset-13.ant-col-rtl {
- margin-right: 54.16666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-14.ant-col-rtl {
- right: 58.33333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-14.ant-col-rtl {
- right: auto;
- left: 58.33333333%;
- }
-
- .ant-col-lg-offset-14.ant-col-rtl {
- margin-right: 58.33333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-15.ant-col-rtl {
- right: 62.5%;
- left: auto;
- }
-
- .ant-col-lg-pull-15.ant-col-rtl {
- right: auto;
- left: 62.5%;
- }
-
- .ant-col-lg-offset-15.ant-col-rtl {
- margin-right: 62.5%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-16.ant-col-rtl {
- right: 66.66666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-16.ant-col-rtl {
- right: auto;
- left: 66.66666667%;
- }
-
- .ant-col-lg-offset-16.ant-col-rtl {
- margin-right: 66.66666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-17.ant-col-rtl {
- right: 70.83333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-17.ant-col-rtl {
- right: auto;
- left: 70.83333333%;
- }
-
- .ant-col-lg-offset-17.ant-col-rtl {
- margin-right: 70.83333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-18.ant-col-rtl {
- right: 75%;
- left: auto;
- }
-
- .ant-col-lg-pull-18.ant-col-rtl {
- right: auto;
- left: 75%;
- }
-
- .ant-col-lg-offset-18.ant-col-rtl {
- margin-right: 75%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-19.ant-col-rtl {
- right: 79.16666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-19.ant-col-rtl {
- right: auto;
- left: 79.16666667%;
- }
-
- .ant-col-lg-offset-19.ant-col-rtl {
- margin-right: 79.16666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-20.ant-col-rtl {
- right: 83.33333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-20.ant-col-rtl {
- right: auto;
- left: 83.33333333%;
- }
-
- .ant-col-lg-offset-20.ant-col-rtl {
- margin-right: 83.33333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-21.ant-col-rtl {
- right: 87.5%;
- left: auto;
- }
-
- .ant-col-lg-pull-21.ant-col-rtl {
- right: auto;
- left: 87.5%;
- }
-
- .ant-col-lg-offset-21.ant-col-rtl {
- margin-right: 87.5%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-22.ant-col-rtl {
- right: 91.66666667%;
- left: auto;
- }
-
- .ant-col-lg-pull-22.ant-col-rtl {
- right: auto;
- left: 91.66666667%;
- }
-
- .ant-col-lg-offset-22.ant-col-rtl {
- margin-right: 91.66666667%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-23.ant-col-rtl {
- right: 95.83333333%;
- left: auto;
- }
-
- .ant-col-lg-pull-23.ant-col-rtl {
- right: auto;
- left: 95.83333333%;
- }
-
- .ant-col-lg-offset-23.ant-col-rtl {
- margin-right: 95.83333333%;
- margin-left: 0;
- }
-
- .ant-col-lg-push-24.ant-col-rtl {
- right: 100%;
- left: auto;
- }
-
- .ant-col-lg-pull-24.ant-col-rtl {
- right: auto;
- left: 100%;
- }
-
- .ant-col-lg-offset-24.ant-col-rtl {
- margin-right: 100%;
- margin-left: 0;
- }
- }
-
- @media (min-width: 1200px) {
- .ant-col-xl-24 {
- display: block;
- flex: 0 0 100%;
- max-width: 100%;
- }
-
- .ant-col-xl-push-24 {
- left: 100%;
- }
-
- .ant-col-xl-pull-24 {
- right: 100%;
- }
-
- .ant-col-xl-offset-24 {
- margin-left: 100%;
- }
-
- .ant-col-xl-order-24 {
- order: 24;
- }
-
- .ant-col-xl-23 {
- display: block;
- flex: 0 0 95.83333333%;
- max-width: 95.83333333%;
- }
-
- .ant-col-xl-push-23 {
- left: 95.83333333%;
- }
-
- .ant-col-xl-pull-23 {
- right: 95.83333333%;
- }
-
- .ant-col-xl-offset-23 {
- margin-left: 95.83333333%;
- }
-
- .ant-col-xl-order-23 {
- order: 23;
- }
-
- .ant-col-xl-22 {
- display: block;
- flex: 0 0 91.66666667%;
- max-width: 91.66666667%;
- }
-
- .ant-col-xl-push-22 {
- left: 91.66666667%;
- }
-
- .ant-col-xl-pull-22 {
- right: 91.66666667%;
- }
-
- .ant-col-xl-offset-22 {
- margin-left: 91.66666667%;
- }
-
- .ant-col-xl-order-22 {
- order: 22;
- }
-
- .ant-col-xl-21 {
- display: block;
- flex: 0 0 87.5%;
- max-width: 87.5%;
- }
-
- .ant-col-xl-push-21 {
- left: 87.5%;
- }
-
- .ant-col-xl-pull-21 {
- right: 87.5%;
- }
-
- .ant-col-xl-offset-21 {
- margin-left: 87.5%;
- }
-
- .ant-col-xl-order-21 {
- order: 21;
- }
-
- .ant-col-xl-20 {
- display: block;
- flex: 0 0 83.33333333%;
- max-width: 83.33333333%;
- }
-
- .ant-col-xl-push-20 {
- left: 83.33333333%;
- }
-
- .ant-col-xl-pull-20 {
- right: 83.33333333%;
- }
-
- .ant-col-xl-offset-20 {
- margin-left: 83.33333333%;
- }
-
- .ant-col-xl-order-20 {
- order: 20;
- }
-
- .ant-col-xl-19 {
- display: block;
- flex: 0 0 79.16666667%;
- max-width: 79.16666667%;
- }
-
- .ant-col-xl-push-19 {
- left: 79.16666667%;
- }
-
- .ant-col-xl-pull-19 {
- right: 79.16666667%;
- }
-
- .ant-col-xl-offset-19 {
- margin-left: 79.16666667%;
- }
-
- .ant-col-xl-order-19 {
- order: 19;
- }
-
- .ant-col-xl-18 {
- display: block;
- flex: 0 0 75%;
- max-width: 75%;
- }
-
- .ant-col-xl-push-18 {
- left: 75%;
- }
-
- .ant-col-xl-pull-18 {
- right: 75%;
- }
-
- .ant-col-xl-offset-18 {
- margin-left: 75%;
- }
-
- .ant-col-xl-order-18 {
- order: 18;
- }
-
- .ant-col-xl-17 {
- display: block;
- flex: 0 0 70.83333333%;
- max-width: 70.83333333%;
- }
-
- .ant-col-xl-push-17 {
- left: 70.83333333%;
- }
-
- .ant-col-xl-pull-17 {
- right: 70.83333333%;
- }
-
- .ant-col-xl-offset-17 {
- margin-left: 70.83333333%;
- }
-
- .ant-col-xl-order-17 {
- order: 17;
- }
-
- .ant-col-xl-16 {
- display: block;
- flex: 0 0 66.66666667%;
- max-width: 66.66666667%;
- }
-
- .ant-col-xl-push-16 {
- left: 66.66666667%;
- }
-
- .ant-col-xl-pull-16 {
- right: 66.66666667%;
- }
-
- .ant-col-xl-offset-16 {
- margin-left: 66.66666667%;
- }
-
- .ant-col-xl-order-16 {
- order: 16;
- }
-
- .ant-col-xl-15 {
- display: block;
- flex: 0 0 62.5%;
- max-width: 62.5%;
- }
-
- .ant-col-xl-push-15 {
- left: 62.5%;
- }
-
- .ant-col-xl-pull-15 {
- right: 62.5%;
- }
-
- .ant-col-xl-offset-15 {
- margin-left: 62.5%;
- }
-
- .ant-col-xl-order-15 {
- order: 15;
- }
-
- .ant-col-xl-14 {
- display: block;
- flex: 0 0 58.33333333%;
- max-width: 58.33333333%;
- }
-
- .ant-col-xl-push-14 {
- left: 58.33333333%;
- }
-
- .ant-col-xl-pull-14 {
- right: 58.33333333%;
- }
-
- .ant-col-xl-offset-14 {
- margin-left: 58.33333333%;
- }
-
- .ant-col-xl-order-14 {
- order: 14;
- }
-
- .ant-col-xl-13 {
- display: block;
- flex: 0 0 54.16666667%;
- max-width: 54.16666667%;
- }
-
- .ant-col-xl-push-13 {
- left: 54.16666667%;
- }
-
- .ant-col-xl-pull-13 {
- right: 54.16666667%;
- }
-
- .ant-col-xl-offset-13 {
- margin-left: 54.16666667%;
- }
-
- .ant-col-xl-order-13 {
- order: 13;
- }
-
- .ant-col-xl-12 {
- display: block;
- flex: 0 0 50%;
- max-width: 50%;
- }
-
- .ant-col-xl-push-12 {
- left: 50%;
- }
-
- .ant-col-xl-pull-12 {
- right: 50%;
- }
-
- .ant-col-xl-offset-12 {
- margin-left: 50%;
- }
-
- .ant-col-xl-order-12 {
- order: 12;
- }
-
- .ant-col-xl-11 {
- display: block;
- flex: 0 0 45.83333333%;
- max-width: 45.83333333%;
- }
-
- .ant-col-xl-push-11 {
- left: 45.83333333%;
- }
-
- .ant-col-xl-pull-11 {
- right: 45.83333333%;
- }
-
- .ant-col-xl-offset-11 {
- margin-left: 45.83333333%;
- }
-
- .ant-col-xl-order-11 {
- order: 11;
- }
-
- .ant-col-xl-10 {
- display: block;
- flex: 0 0 41.66666667%;
- max-width: 41.66666667%;
- }
-
- .ant-col-xl-push-10 {
- left: 41.66666667%;
- }
-
- .ant-col-xl-pull-10 {
- right: 41.66666667%;
- }
-
- .ant-col-xl-offset-10 {
- margin-left: 41.66666667%;
- }
-
- .ant-col-xl-order-10 {
- order: 10;
- }
-
- .ant-col-xl-9 {
- display: block;
- flex: 0 0 37.5%;
- max-width: 37.5%;
- }
-
- .ant-col-xl-push-9 {
- left: 37.5%;
- }
-
- .ant-col-xl-pull-9 {
- right: 37.5%;
- }
-
- .ant-col-xl-offset-9 {
- margin-left: 37.5%;
- }
-
- .ant-col-xl-order-9 {
- order: 9;
- }
-
- .ant-col-xl-8 {
- display: block;
- flex: 0 0 33.33333333%;
- max-width: 33.33333333%;
- }
-
- .ant-col-xl-push-8 {
- left: 33.33333333%;
- }
-
- .ant-col-xl-pull-8 {
- right: 33.33333333%;
- }
-
- .ant-col-xl-offset-8 {
- margin-left: 33.33333333%;
- }
-
- .ant-col-xl-order-8 {
- order: 8;
- }
-
- .ant-col-xl-7 {
- display: block;
- flex: 0 0 29.16666667%;
- max-width: 29.16666667%;
- }
-
- .ant-col-xl-push-7 {
- left: 29.16666667%;
- }
-
- .ant-col-xl-pull-7 {
- right: 29.16666667%;
- }
-
- .ant-col-xl-offset-7 {
- margin-left: 29.16666667%;
- }
-
- .ant-col-xl-order-7 {
- order: 7;
- }
-
- .ant-col-xl-6 {
- display: block;
- flex: 0 0 25%;
- max-width: 25%;
- }
-
- .ant-col-xl-push-6 {
- left: 25%;
- }
-
- .ant-col-xl-pull-6 {
- right: 25%;
- }
-
- .ant-col-xl-offset-6 {
- margin-left: 25%;
- }
-
- .ant-col-xl-order-6 {
- order: 6;
- }
-
- .ant-col-xl-5 {
- display: block;
- flex: 0 0 20.83333333%;
- max-width: 20.83333333%;
- }
-
- .ant-col-xl-push-5 {
- left: 20.83333333%;
- }
-
- .ant-col-xl-pull-5 {
- right: 20.83333333%;
- }
-
- .ant-col-xl-offset-5 {
- margin-left: 20.83333333%;
- }
-
- .ant-col-xl-order-5 {
- order: 5;
- }
-
- .ant-col-xl-4 {
- display: block;
- flex: 0 0 16.66666667%;
- max-width: 16.66666667%;
- }
-
- .ant-col-xl-push-4 {
- left: 16.66666667%;
- }
-
- .ant-col-xl-pull-4 {
- right: 16.66666667%;
- }
-
- .ant-col-xl-offset-4 {
- margin-left: 16.66666667%;
- }
-
- .ant-col-xl-order-4 {
- order: 4;
- }
-
- .ant-col-xl-3 {
- display: block;
- flex: 0 0 12.5%;
- max-width: 12.5%;
- }
-
- .ant-col-xl-push-3 {
- left: 12.5%;
- }
-
- .ant-col-xl-pull-3 {
- right: 12.5%;
- }
-
- .ant-col-xl-offset-3 {
- margin-left: 12.5%;
- }
-
- .ant-col-xl-order-3 {
- order: 3;
- }
-
- .ant-col-xl-2 {
- display: block;
- flex: 0 0 8.33333333%;
- max-width: 8.33333333%;
- }
-
- .ant-col-xl-push-2 {
- left: 8.33333333%;
- }
-
- .ant-col-xl-pull-2 {
- right: 8.33333333%;
- }
-
- .ant-col-xl-offset-2 {
- margin-left: 8.33333333%;
- }
-
- .ant-col-xl-order-2 {
- order: 2;
- }
-
- .ant-col-xl-1 {
- display: block;
- flex: 0 0 4.16666667%;
- max-width: 4.16666667%;
- }
-
- .ant-col-xl-push-1 {
- left: 4.16666667%;
- }
-
- .ant-col-xl-pull-1 {
- right: 4.16666667%;
- }
-
- .ant-col-xl-offset-1 {
- margin-left: 4.16666667%;
- }
-
- .ant-col-xl-order-1 {
- order: 1;
- }
-
- .ant-col-xl-0 {
- display: none;
- }
-
- .ant-col-push-0 {
- left: auto;
- }
-
- .ant-col-pull-0 {
- right: auto;
- }
-
- .ant-col-xl-push-0 {
- left: auto;
- }
-
- .ant-col-xl-pull-0 {
- right: auto;
- }
-
- .ant-col-xl-offset-0 {
- margin-left: 0;
- }
-
- .ant-col-xl-order-0 {
- order: 0;
- }
-
- .ant-col-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-xl-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-xl-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-xl-offset-0.ant-col-rtl {
- margin-right: 0;
- }
-
- .ant-col-xl-push-1.ant-col-rtl {
- right: 4.16666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-1.ant-col-rtl {
- right: auto;
- left: 4.16666667%;
- }
-
- .ant-col-xl-offset-1.ant-col-rtl {
- margin-right: 4.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-2.ant-col-rtl {
- right: 8.33333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-2.ant-col-rtl {
- right: auto;
- left: 8.33333333%;
- }
-
- .ant-col-xl-offset-2.ant-col-rtl {
- margin-right: 8.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-3.ant-col-rtl {
- right: 12.5%;
- left: auto;
- }
-
- .ant-col-xl-pull-3.ant-col-rtl {
- right: auto;
- left: 12.5%;
- }
-
- .ant-col-xl-offset-3.ant-col-rtl {
- margin-right: 12.5%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-4.ant-col-rtl {
- right: 16.66666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-4.ant-col-rtl {
- right: auto;
- left: 16.66666667%;
- }
-
- .ant-col-xl-offset-4.ant-col-rtl {
- margin-right: 16.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-5.ant-col-rtl {
- right: 20.83333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-5.ant-col-rtl {
- right: auto;
- left: 20.83333333%;
- }
-
- .ant-col-xl-offset-5.ant-col-rtl {
- margin-right: 20.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-6.ant-col-rtl {
- right: 25%;
- left: auto;
- }
-
- .ant-col-xl-pull-6.ant-col-rtl {
- right: auto;
- left: 25%;
- }
-
- .ant-col-xl-offset-6.ant-col-rtl {
- margin-right: 25%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-7.ant-col-rtl {
- right: 29.16666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-7.ant-col-rtl {
- right: auto;
- left: 29.16666667%;
- }
-
- .ant-col-xl-offset-7.ant-col-rtl {
- margin-right: 29.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-8.ant-col-rtl {
- right: 33.33333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-8.ant-col-rtl {
- right: auto;
- left: 33.33333333%;
- }
-
- .ant-col-xl-offset-8.ant-col-rtl {
- margin-right: 33.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-9.ant-col-rtl {
- right: 37.5%;
- left: auto;
- }
-
- .ant-col-xl-pull-9.ant-col-rtl {
- right: auto;
- left: 37.5%;
- }
-
- .ant-col-xl-offset-9.ant-col-rtl {
- margin-right: 37.5%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-10.ant-col-rtl {
- right: 41.66666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-10.ant-col-rtl {
- right: auto;
- left: 41.66666667%;
- }
-
- .ant-col-xl-offset-10.ant-col-rtl {
- margin-right: 41.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-11.ant-col-rtl {
- right: 45.83333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-11.ant-col-rtl {
- right: auto;
- left: 45.83333333%;
- }
-
- .ant-col-xl-offset-11.ant-col-rtl {
- margin-right: 45.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-12.ant-col-rtl {
- right: 50%;
- left: auto;
- }
-
- .ant-col-xl-pull-12.ant-col-rtl {
- right: auto;
- left: 50%;
- }
-
- .ant-col-xl-offset-12.ant-col-rtl {
- margin-right: 50%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-13.ant-col-rtl {
- right: 54.16666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-13.ant-col-rtl {
- right: auto;
- left: 54.16666667%;
- }
-
- .ant-col-xl-offset-13.ant-col-rtl {
- margin-right: 54.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-14.ant-col-rtl {
- right: 58.33333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-14.ant-col-rtl {
- right: auto;
- left: 58.33333333%;
- }
-
- .ant-col-xl-offset-14.ant-col-rtl {
- margin-right: 58.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-15.ant-col-rtl {
- right: 62.5%;
- left: auto;
- }
-
- .ant-col-xl-pull-15.ant-col-rtl {
- right: auto;
- left: 62.5%;
- }
-
- .ant-col-xl-offset-15.ant-col-rtl {
- margin-right: 62.5%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-16.ant-col-rtl {
- right: 66.66666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-16.ant-col-rtl {
- right: auto;
- left: 66.66666667%;
- }
-
- .ant-col-xl-offset-16.ant-col-rtl {
- margin-right: 66.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-17.ant-col-rtl {
- right: 70.83333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-17.ant-col-rtl {
- right: auto;
- left: 70.83333333%;
- }
-
- .ant-col-xl-offset-17.ant-col-rtl {
- margin-right: 70.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-18.ant-col-rtl {
- right: 75%;
- left: auto;
- }
-
- .ant-col-xl-pull-18.ant-col-rtl {
- right: auto;
- left: 75%;
- }
-
- .ant-col-xl-offset-18.ant-col-rtl {
- margin-right: 75%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-19.ant-col-rtl {
- right: 79.16666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-19.ant-col-rtl {
- right: auto;
- left: 79.16666667%;
- }
-
- .ant-col-xl-offset-19.ant-col-rtl {
- margin-right: 79.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-20.ant-col-rtl {
- right: 83.33333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-20.ant-col-rtl {
- right: auto;
- left: 83.33333333%;
- }
-
- .ant-col-xl-offset-20.ant-col-rtl {
- margin-right: 83.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-21.ant-col-rtl {
- right: 87.5%;
- left: auto;
- }
-
- .ant-col-xl-pull-21.ant-col-rtl {
- right: auto;
- left: 87.5%;
- }
-
- .ant-col-xl-offset-21.ant-col-rtl {
- margin-right: 87.5%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-22.ant-col-rtl {
- right: 91.66666667%;
- left: auto;
- }
-
- .ant-col-xl-pull-22.ant-col-rtl {
- right: auto;
- left: 91.66666667%;
- }
-
- .ant-col-xl-offset-22.ant-col-rtl {
- margin-right: 91.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-23.ant-col-rtl {
- right: 95.83333333%;
- left: auto;
- }
-
- .ant-col-xl-pull-23.ant-col-rtl {
- right: auto;
- left: 95.83333333%;
- }
-
- .ant-col-xl-offset-23.ant-col-rtl {
- margin-right: 95.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xl-push-24.ant-col-rtl {
- right: 100%;
- left: auto;
- }
-
- .ant-col-xl-pull-24.ant-col-rtl {
- right: auto;
- left: 100%;
- }
-
- .ant-col-xl-offset-24.ant-col-rtl {
- margin-right: 100%;
- margin-left: 0;
- }
- }
-
- @media (min-width: 1600px) {
- .ant-col-xxl-24 {
- display: block;
- flex: 0 0 100%;
- max-width: 100%;
- }
-
- .ant-col-xxl-push-24 {
- left: 100%;
- }
-
- .ant-col-xxl-pull-24 {
- right: 100%;
- }
-
- .ant-col-xxl-offset-24 {
- margin-left: 100%;
- }
-
- .ant-col-xxl-order-24 {
- order: 24;
- }
-
- .ant-col-xxl-23 {
- display: block;
- flex: 0 0 95.83333333%;
- max-width: 95.83333333%;
- }
-
- .ant-col-xxl-push-23 {
- left: 95.83333333%;
- }
-
- .ant-col-xxl-pull-23 {
- right: 95.83333333%;
- }
-
- .ant-col-xxl-offset-23 {
- margin-left: 95.83333333%;
- }
-
- .ant-col-xxl-order-23 {
- order: 23;
- }
-
- .ant-col-xxl-22 {
- display: block;
- flex: 0 0 91.66666667%;
- max-width: 91.66666667%;
- }
-
- .ant-col-xxl-push-22 {
- left: 91.66666667%;
- }
-
- .ant-col-xxl-pull-22 {
- right: 91.66666667%;
- }
-
- .ant-col-xxl-offset-22 {
- margin-left: 91.66666667%;
- }
-
- .ant-col-xxl-order-22 {
- order: 22;
- }
-
- .ant-col-xxl-21 {
- display: block;
- flex: 0 0 87.5%;
- max-width: 87.5%;
- }
-
- .ant-col-xxl-push-21 {
- left: 87.5%;
- }
-
- .ant-col-xxl-pull-21 {
- right: 87.5%;
- }
-
- .ant-col-xxl-offset-21 {
- margin-left: 87.5%;
- }
-
- .ant-col-xxl-order-21 {
- order: 21;
- }
-
- .ant-col-xxl-20 {
- display: block;
- flex: 0 0 83.33333333%;
- max-width: 83.33333333%;
- }
-
- .ant-col-xxl-push-20 {
- left: 83.33333333%;
- }
-
- .ant-col-xxl-pull-20 {
- right: 83.33333333%;
- }
-
- .ant-col-xxl-offset-20 {
- margin-left: 83.33333333%;
- }
-
- .ant-col-xxl-order-20 {
- order: 20;
- }
-
- .ant-col-xxl-19 {
- display: block;
- flex: 0 0 79.16666667%;
- max-width: 79.16666667%;
- }
-
- .ant-col-xxl-push-19 {
- left: 79.16666667%;
- }
-
- .ant-col-xxl-pull-19 {
- right: 79.16666667%;
- }
-
- .ant-col-xxl-offset-19 {
- margin-left: 79.16666667%;
- }
-
- .ant-col-xxl-order-19 {
- order: 19;
- }
-
- .ant-col-xxl-18 {
- display: block;
- flex: 0 0 75%;
- max-width: 75%;
- }
-
- .ant-col-xxl-push-18 {
- left: 75%;
- }
-
- .ant-col-xxl-pull-18 {
- right: 75%;
- }
-
- .ant-col-xxl-offset-18 {
- margin-left: 75%;
- }
-
- .ant-col-xxl-order-18 {
- order: 18;
- }
-
- .ant-col-xxl-17 {
- display: block;
- flex: 0 0 70.83333333%;
- max-width: 70.83333333%;
- }
-
- .ant-col-xxl-push-17 {
- left: 70.83333333%;
- }
-
- .ant-col-xxl-pull-17 {
- right: 70.83333333%;
- }
-
- .ant-col-xxl-offset-17 {
- margin-left: 70.83333333%;
- }
-
- .ant-col-xxl-order-17 {
- order: 17;
- }
-
- .ant-col-xxl-16 {
- display: block;
- flex: 0 0 66.66666667%;
- max-width: 66.66666667%;
- }
-
- .ant-col-xxl-push-16 {
- left: 66.66666667%;
- }
-
- .ant-col-xxl-pull-16 {
- right: 66.66666667%;
- }
-
- .ant-col-xxl-offset-16 {
- margin-left: 66.66666667%;
- }
-
- .ant-col-xxl-order-16 {
- order: 16;
- }
-
- .ant-col-xxl-15 {
- display: block;
- flex: 0 0 62.5%;
- max-width: 62.5%;
- }
-
- .ant-col-xxl-push-15 {
- left: 62.5%;
- }
-
- .ant-col-xxl-pull-15 {
- right: 62.5%;
- }
-
- .ant-col-xxl-offset-15 {
- margin-left: 62.5%;
- }
-
- .ant-col-xxl-order-15 {
- order: 15;
- }
-
- .ant-col-xxl-14 {
- display: block;
- flex: 0 0 58.33333333%;
- max-width: 58.33333333%;
- }
-
- .ant-col-xxl-push-14 {
- left: 58.33333333%;
- }
-
- .ant-col-xxl-pull-14 {
- right: 58.33333333%;
- }
-
- .ant-col-xxl-offset-14 {
- margin-left: 58.33333333%;
- }
-
- .ant-col-xxl-order-14 {
- order: 14;
- }
-
- .ant-col-xxl-13 {
- display: block;
- flex: 0 0 54.16666667%;
- max-width: 54.16666667%;
- }
-
- .ant-col-xxl-push-13 {
- left: 54.16666667%;
- }
-
- .ant-col-xxl-pull-13 {
- right: 54.16666667%;
- }
-
- .ant-col-xxl-offset-13 {
- margin-left: 54.16666667%;
- }
-
- .ant-col-xxl-order-13 {
- order: 13;
- }
-
- .ant-col-xxl-12 {
- display: block;
- flex: 0 0 50%;
- max-width: 50%;
- }
-
- .ant-col-xxl-push-12 {
- left: 50%;
- }
-
- .ant-col-xxl-pull-12 {
- right: 50%;
- }
-
- .ant-col-xxl-offset-12 {
- margin-left: 50%;
- }
-
- .ant-col-xxl-order-12 {
- order: 12;
- }
-
- .ant-col-xxl-11 {
- display: block;
- flex: 0 0 45.83333333%;
- max-width: 45.83333333%;
- }
-
- .ant-col-xxl-push-11 {
- left: 45.83333333%;
- }
-
- .ant-col-xxl-pull-11 {
- right: 45.83333333%;
- }
-
- .ant-col-xxl-offset-11 {
- margin-left: 45.83333333%;
- }
-
- .ant-col-xxl-order-11 {
- order: 11;
- }
-
- .ant-col-xxl-10 {
- display: block;
- flex: 0 0 41.66666667%;
- max-width: 41.66666667%;
- }
-
- .ant-col-xxl-push-10 {
- left: 41.66666667%;
- }
-
- .ant-col-xxl-pull-10 {
- right: 41.66666667%;
- }
-
- .ant-col-xxl-offset-10 {
- margin-left: 41.66666667%;
- }
-
- .ant-col-xxl-order-10 {
- order: 10;
- }
-
- .ant-col-xxl-9 {
- display: block;
- flex: 0 0 37.5%;
- max-width: 37.5%;
- }
-
- .ant-col-xxl-push-9 {
- left: 37.5%;
- }
-
- .ant-col-xxl-pull-9 {
- right: 37.5%;
- }
-
- .ant-col-xxl-offset-9 {
- margin-left: 37.5%;
- }
-
- .ant-col-xxl-order-9 {
- order: 9;
- }
-
- .ant-col-xxl-8 {
- display: block;
- flex: 0 0 33.33333333%;
- max-width: 33.33333333%;
- }
-
- .ant-col-xxl-push-8 {
- left: 33.33333333%;
- }
-
- .ant-col-xxl-pull-8 {
- right: 33.33333333%;
- }
-
- .ant-col-xxl-offset-8 {
- margin-left: 33.33333333%;
- }
-
- .ant-col-xxl-order-8 {
- order: 8;
- }
-
- .ant-col-xxl-7 {
- display: block;
- flex: 0 0 29.16666667%;
- max-width: 29.16666667%;
- }
-
- .ant-col-xxl-push-7 {
- left: 29.16666667%;
- }
-
- .ant-col-xxl-pull-7 {
- right: 29.16666667%;
- }
-
- .ant-col-xxl-offset-7 {
- margin-left: 29.16666667%;
- }
-
- .ant-col-xxl-order-7 {
- order: 7;
- }
-
- .ant-col-xxl-6 {
- display: block;
- flex: 0 0 25%;
- max-width: 25%;
- }
-
- .ant-col-xxl-push-6 {
- left: 25%;
- }
-
- .ant-col-xxl-pull-6 {
- right: 25%;
- }
-
- .ant-col-xxl-offset-6 {
- margin-left: 25%;
- }
-
- .ant-col-xxl-order-6 {
- order: 6;
- }
-
- .ant-col-xxl-5 {
- display: block;
- flex: 0 0 20.83333333%;
- max-width: 20.83333333%;
- }
-
- .ant-col-xxl-push-5 {
- left: 20.83333333%;
- }
-
- .ant-col-xxl-pull-5 {
- right: 20.83333333%;
- }
-
- .ant-col-xxl-offset-5 {
- margin-left: 20.83333333%;
- }
-
- .ant-col-xxl-order-5 {
- order: 5;
- }
-
- .ant-col-xxl-4 {
- display: block;
- flex: 0 0 16.66666667%;
- max-width: 16.66666667%;
- }
-
- .ant-col-xxl-push-4 {
- left: 16.66666667%;
- }
-
- .ant-col-xxl-pull-4 {
- right: 16.66666667%;
- }
-
- .ant-col-xxl-offset-4 {
- margin-left: 16.66666667%;
- }
-
- .ant-col-xxl-order-4 {
- order: 4;
- }
-
- .ant-col-xxl-3 {
- display: block;
- flex: 0 0 12.5%;
- max-width: 12.5%;
- }
-
- .ant-col-xxl-push-3 {
- left: 12.5%;
- }
-
- .ant-col-xxl-pull-3 {
- right: 12.5%;
- }
-
- .ant-col-xxl-offset-3 {
- margin-left: 12.5%;
- }
-
- .ant-col-xxl-order-3 {
- order: 3;
- }
-
- .ant-col-xxl-2 {
- display: block;
- flex: 0 0 8.33333333%;
- max-width: 8.33333333%;
- }
-
- .ant-col-xxl-push-2 {
- left: 8.33333333%;
- }
-
- .ant-col-xxl-pull-2 {
- right: 8.33333333%;
- }
-
- .ant-col-xxl-offset-2 {
- margin-left: 8.33333333%;
- }
-
- .ant-col-xxl-order-2 {
- order: 2;
- }
-
- .ant-col-xxl-1 {
- display: block;
- flex: 0 0 4.16666667%;
- max-width: 4.16666667%;
- }
-
- .ant-col-xxl-push-1 {
- left: 4.16666667%;
- }
-
- .ant-col-xxl-pull-1 {
- right: 4.16666667%;
- }
-
- .ant-col-xxl-offset-1 {
- margin-left: 4.16666667%;
- }
-
- .ant-col-xxl-order-1 {
- order: 1;
- }
-
- .ant-col-xxl-0 {
- display: none;
- }
-
- .ant-col-push-0 {
- left: auto;
- }
-
- .ant-col-pull-0 {
- right: auto;
- }
-
- .ant-col-xxl-push-0 {
- left: auto;
- }
-
- .ant-col-xxl-pull-0 {
- right: auto;
- }
-
- .ant-col-xxl-offset-0 {
- margin-left: 0;
- }
-
- .ant-col-xxl-order-0 {
- order: 0;
- }
-
- .ant-col-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-xxl-push-0.ant-col-rtl {
- right: auto;
- }
-
- .ant-col-xxl-pull-0.ant-col-rtl {
- left: auto;
- }
-
- .ant-col-xxl-offset-0.ant-col-rtl {
- margin-right: 0;
- }
-
- .ant-col-xxl-push-1.ant-col-rtl {
- right: 4.16666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-1.ant-col-rtl {
- right: auto;
- left: 4.16666667%;
- }
-
- .ant-col-xxl-offset-1.ant-col-rtl {
- margin-right: 4.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-2.ant-col-rtl {
- right: 8.33333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-2.ant-col-rtl {
- right: auto;
- left: 8.33333333%;
- }
-
- .ant-col-xxl-offset-2.ant-col-rtl {
- margin-right: 8.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-3.ant-col-rtl {
- right: 12.5%;
- left: auto;
- }
-
- .ant-col-xxl-pull-3.ant-col-rtl {
- right: auto;
- left: 12.5%;
- }
-
- .ant-col-xxl-offset-3.ant-col-rtl {
- margin-right: 12.5%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-4.ant-col-rtl {
- right: 16.66666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-4.ant-col-rtl {
- right: auto;
- left: 16.66666667%;
- }
-
- .ant-col-xxl-offset-4.ant-col-rtl {
- margin-right: 16.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-5.ant-col-rtl {
- right: 20.83333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-5.ant-col-rtl {
- right: auto;
- left: 20.83333333%;
- }
-
- .ant-col-xxl-offset-5.ant-col-rtl {
- margin-right: 20.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-6.ant-col-rtl {
- right: 25%;
- left: auto;
- }
-
- .ant-col-xxl-pull-6.ant-col-rtl {
- right: auto;
- left: 25%;
- }
-
- .ant-col-xxl-offset-6.ant-col-rtl {
- margin-right: 25%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-7.ant-col-rtl {
- right: 29.16666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-7.ant-col-rtl {
- right: auto;
- left: 29.16666667%;
- }
-
- .ant-col-xxl-offset-7.ant-col-rtl {
- margin-right: 29.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-8.ant-col-rtl {
- right: 33.33333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-8.ant-col-rtl {
- right: auto;
- left: 33.33333333%;
- }
-
- .ant-col-xxl-offset-8.ant-col-rtl {
- margin-right: 33.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-9.ant-col-rtl {
- right: 37.5%;
- left: auto;
- }
-
- .ant-col-xxl-pull-9.ant-col-rtl {
- right: auto;
- left: 37.5%;
- }
-
- .ant-col-xxl-offset-9.ant-col-rtl {
- margin-right: 37.5%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-10.ant-col-rtl {
- right: 41.66666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-10.ant-col-rtl {
- right: auto;
- left: 41.66666667%;
- }
-
- .ant-col-xxl-offset-10.ant-col-rtl {
- margin-right: 41.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-11.ant-col-rtl {
- right: 45.83333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-11.ant-col-rtl {
- right: auto;
- left: 45.83333333%;
- }
-
- .ant-col-xxl-offset-11.ant-col-rtl {
- margin-right: 45.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-12.ant-col-rtl {
- right: 50%;
- left: auto;
- }
-
- .ant-col-xxl-pull-12.ant-col-rtl {
- right: auto;
- left: 50%;
- }
-
- .ant-col-xxl-offset-12.ant-col-rtl {
- margin-right: 50%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-13.ant-col-rtl {
- right: 54.16666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-13.ant-col-rtl {
- right: auto;
- left: 54.16666667%;
- }
-
- .ant-col-xxl-offset-13.ant-col-rtl {
- margin-right: 54.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-14.ant-col-rtl {
- right: 58.33333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-14.ant-col-rtl {
- right: auto;
- left: 58.33333333%;
- }
-
- .ant-col-xxl-offset-14.ant-col-rtl {
- margin-right: 58.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-15.ant-col-rtl {
- right: 62.5%;
- left: auto;
- }
-
- .ant-col-xxl-pull-15.ant-col-rtl {
- right: auto;
- left: 62.5%;
- }
-
- .ant-col-xxl-offset-15.ant-col-rtl {
- margin-right: 62.5%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-16.ant-col-rtl {
- right: 66.66666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-16.ant-col-rtl {
- right: auto;
- left: 66.66666667%;
- }
-
- .ant-col-xxl-offset-16.ant-col-rtl {
- margin-right: 66.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-17.ant-col-rtl {
- right: 70.83333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-17.ant-col-rtl {
- right: auto;
- left: 70.83333333%;
- }
-
- .ant-col-xxl-offset-17.ant-col-rtl {
- margin-right: 70.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-18.ant-col-rtl {
- right: 75%;
- left: auto;
- }
-
- .ant-col-xxl-pull-18.ant-col-rtl {
- right: auto;
- left: 75%;
- }
-
- .ant-col-xxl-offset-18.ant-col-rtl {
- margin-right: 75%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-19.ant-col-rtl {
- right: 79.16666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-19.ant-col-rtl {
- right: auto;
- left: 79.16666667%;
- }
-
- .ant-col-xxl-offset-19.ant-col-rtl {
- margin-right: 79.16666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-20.ant-col-rtl {
- right: 83.33333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-20.ant-col-rtl {
- right: auto;
- left: 83.33333333%;
- }
-
- .ant-col-xxl-offset-20.ant-col-rtl {
- margin-right: 83.33333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-21.ant-col-rtl {
- right: 87.5%;
- left: auto;
- }
-
- .ant-col-xxl-pull-21.ant-col-rtl {
- right: auto;
- left: 87.5%;
- }
-
- .ant-col-xxl-offset-21.ant-col-rtl {
- margin-right: 87.5%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-22.ant-col-rtl {
- right: 91.66666667%;
- left: auto;
- }
-
- .ant-col-xxl-pull-22.ant-col-rtl {
- right: auto;
- left: 91.66666667%;
- }
-
- .ant-col-xxl-offset-22.ant-col-rtl {
- margin-right: 91.66666667%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-23.ant-col-rtl {
- right: 95.83333333%;
- left: auto;
- }
-
- .ant-col-xxl-pull-23.ant-col-rtl {
- right: auto;
- left: 95.83333333%;
- }
-
- .ant-col-xxl-offset-23.ant-col-rtl {
- margin-right: 95.83333333%;
- margin-left: 0;
- }
-
- .ant-col-xxl-push-24.ant-col-rtl {
- right: 100%;
- left: auto;
- }
-
- .ant-col-xxl-pull-24.ant-col-rtl {
- right: auto;
- left: 100%;
- }
-
- .ant-col-xxl-offset-24.ant-col-rtl {
- margin-right: 100%;
- margin-left: 0;
- }
- }
-
- .ant-collapse {
- color: rgba(255, 255, 255, 0.85);
- background-color: rgba(255, 255, 255, 0.04);
- border: 1px solid #434343;
- border-bottom: 0;
- border-radius: 2px;
- }
-
- .ant-collapse > .ant-collapse-item {
- border-bottom: 1px solid #434343;
- }
-
- .ant-collapse > .ant-collapse-item > .ant-collapse-header {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-collapse-content {
- color: rgba(255, 255, 255, 0.85);
- background-color: var(--background-primary-color);
- border-top: 1px solid #434343;
- }
-
- .ant-collapse-borderless {
- background-color: rgba(255, 255, 255, 0.04);
- }
-
- .ant-collapse-borderless > .ant-collapse-item {
- border-bottom: 1px solid #434343;
- }
-
- .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
- background-color: transparent;
- }
-
- .ant-collapse-ghost {
- background-color: transparent;
- border: 0;
- }
- .ant-collapse-ghost > .ant-collapse-item {
- border-bottom: 0;
- }
- .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
- background-color: transparent;
- }
-
- .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
- .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-comment {
- background-color: transparent;
- }
-
- .ant-comment-content-author-name {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-comment-content-author-name > * {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-comment-content-author-name > *:hover {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-comment-content-author-time {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-comment-actions > li {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-comment-actions > li > span {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-comment-actions > li > span:hover {
- color: rgba(255, 255, 255, 0.65);
- }
-
- .ant-descriptions-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-descriptions-extra {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-descriptions-item-label {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-descriptions-item-content {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-descriptions-bordered .ant-descriptions-view {
- border: 1px solid #303030;
- }
-
- .ant-descriptions-bordered .ant-descriptions-item-label,
- .ant-descriptions-bordered .ant-descriptions-item-content {
- border-right: 1px solid #303030;
- }
-
- .ant-descriptions-bordered .ant-descriptions-item-label {
- background-color: rgba(255, 255, 255, 0.04);
- }
-
- .ant-descriptions-bordered .ant-descriptions-row {
- border-bottom: 1px solid #303030;
- }
-
- .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
- .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
- border-right: none;
- border-left: 1px solid #303030;
- }
-
- .ant-divider {
- color: rgba(255, 255, 255, 0.85);
- border-top: 1px solid rgba(255, 255, 255, 0.12);
- }
-
- .ant-divider-vertical {
- border-top: 0;
- border-left: 1px solid rgba(255, 255, 255, 0.12);
- }
-
- .ant-divider-horizontal.ant-divider-with-text {
- color: rgba(255, 255, 255, 0.85);
- border-top: 0;
- border-top-color: rgba(255, 255, 255, 0.12);
- }
-
- .ant-divider-horizontal.ant-divider-with-text::before,
- .ant-divider-horizontal.ant-divider-with-text::after {
- border-top: 1px solid transparent;
- border-top-color: inherit;
- border-bottom: 0;
- }
-
- .ant-divider-dashed {
- border-color: rgba(255, 255, 255, 0.12);
- border-style: dashed;
- border-width: 1px 0 0;
- }
-
- .ant-divider-plain.ant-divider-with-text {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-drawer-mask {
- background: rgba(0, 0, 0, 0.45);
- }
-
- .ant-drawer-left > .ant-drawer-content-wrapper {
- box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.32), 9px 0 28px 0 rgba(0, 0, 0, 0.2),
- 12px 0 48px 16px rgba(0, 0, 0, 0.12);
- }
-
- .ant-drawer-right > .ant-drawer-content-wrapper {
- box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),
- -12px 0 48px 16px rgba(0, 0, 0, 0.03);
- }
-
- .ant-drawer-top > .ant-drawer-content-wrapper {
- box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2),
- 0 12px 48px 16px rgba(0, 0, 0, 0.12);
- }
-
- .ant-drawer-bottom > .ant-drawer-content-wrapper {
- box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2),
- 0 -12px 48px 16px rgba(0, 0, 0, 0.12);
- }
-
- .ant-drawer-content {
- background: var(--background-secondry-color);
- }
-
- .ant-drawer-header {
- border-bottom: 1px solid #303030;
- }
-
- .ant-drawer-close {
- color: rgba(255, 255, 255, 0.45);
- background: transparent;
- }
-
- .ant-drawer-close:focus,
- .ant-drawer-close:hover {
- color: rgba(255, 255, 255, 0.75);
- }
-
- .ant-drawer-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-drawer-footer {
- border-top: 1px solid #303030;
- }
-
- .ant-drawer-mask-motion-enter,
- .ant-drawer-mask-motion-appear {
- opacity: 0;
- }
-
- .ant-drawer-mask-motion-enter-active,
- .ant-drawer-mask-motion-appear-active {
- opacity: 1;
- }
-
- .ant-drawer-mask-motion-leave {
- opacity: 1;
- }
-
- .ant-drawer-mask-motion-leave-active {
- opacity: 0;
- }
-
- .ant-drawer .ant-picker-clear,
- .ant-drawer .ant-slider-handle,
- .ant-drawer .ant-anchor-wrapper,
- .ant-drawer .ant-collapse-content,
- .ant-drawer .ant-timeline-item-head,
- .ant-drawer .ant-card {
- background-color: var(--background-secondry-color);
- }
-
- .ant-drawer .ant-transfer-list-header {
- background: var(--background-secondry-color);
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-drawer tr.ant-table-expanded-row > td,
- .ant-drawer tr.ant-table-expanded-row:hover > td {
- background: #272727;
- }
-
- .ant-drawer .ant-table.ant-table-small thead > tr > th {
- background-color: var(--background-secondry-color);
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table {
- background-color: var(--background-secondry-color);
- }
-
- .ant-drawer .ant-table .ant-table-row-expand-icon {
- border: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table tfoot > tr > th,
- .ant-drawer .ant-table tfoot > tr > td {
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table thead > tr > th {
- background-color: #272727;
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table tbody > tr > td {
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table tbody > tr > td.ant-table-cell-fix-left,
- .ant-drawer .ant-table tbody > tr > td.ant-table-cell-fix-right {
- background-color: var(--background-secondry-color);
- }
-
- .ant-drawer .ant-table tbody > tr.ant-table-row:hover > td {
- background: #303030;
- }
-
- .ant-drawer .ant-table.ant-table-bordered .ant-table-title {
- border: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table.ant-table-bordered thead > tr > th,
- .ant-drawer .ant-table.ant-table-bordered tbody > tr > td,
- .ant-drawer .ant-table.ant-table-bordered tfoot > tr > th,
- .ant-drawer .ant-table.ant-table-bordered tfoot > tr > td {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table.ant-table-bordered .ant-table-cell-fix-right-first::after {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table.ant-table-bordered table thead > tr:not(:last-child) > th {
- border-bottom: 1px solid #303030;
- }
-
- .ant-drawer .ant-table.ant-table-bordered .ant-table-container {
- border: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table.ant-table-bordered .ant-table-expanded-row-fixed::after {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table.ant-table-bordered .ant-table-footer {
- border: 1px solid #3a3a3a;
- }
-
- .ant-drawer .ant-table .ant-table-filter-trigger-container-open {
- background-color: #525252;
- }
-
- .ant-drawer .ant-picker-calendar-full {
- background-color: var(--background-secondry-color);
- }
-
- .ant-drawer .ant-picker-calendar-full .ant-picker-panel {
- background-color: var(--background-secondry-color);
- }
-
- .ant-drawer .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
- border-top: 2px solid #3a3a3a;
- }
-
- .ant-drawer .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
- background-color: var(--background-secondry-color);
- border-bottom: 1px solid #1f1f1f;
- }
-
- .ant-drawer .ant-badge-count {
- box-shadow: 0 0 0 1px #1f1f1f;
- }
-
- .ant-drawer .ant-tree-show-line .ant-tree-switcher {
- background: var(--background-secondry-color);
- }
-
- @media (max-width: 575px) {
- .ant-form-item .ant-form-item-label {
- padding: 0 0 8px;
- line-height: 1.5715;
- white-space: initial;
- text-align: left;
- }
-
- .ant-form-item .ant-form-item-label > label {
- margin: 0;
- }
-
- .ant-form-item .ant-form-item-label > label::after {
- display: none;
- }
-
- .ant-form-rtl.ant-form-item .ant-form-item-label {
- text-align: right;
- }
-
- .ant-form .ant-form-item {
- flex-wrap: wrap;
- }
-
- .ant-form .ant-form-item .ant-form-item-label,
- .ant-form .ant-form-item .ant-form-item-control {
- flex: 0 0 100%;
- max-width: 100%;
- }
-
- .ant-col-xs-24.ant-form-item-label {
- padding: 0 0 8px;
- line-height: 1.5715;
- white-space: initial;
- text-align: left;
- }
-
- .ant-col-xs-24.ant-form-item-label > label {
- margin: 0;
- }
-
- .ant-col-xs-24.ant-form-item-label > label::after {
- display: none;
- }
-
- .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
- text-align: right;
- }
- }
-
- @media (max-width: 767px) {
- .ant-col-sm-24.ant-form-item-label {
- padding: 0 0 8px;
- line-height: 1.5715;
- white-space: initial;
- text-align: left;
- }
-
- .ant-col-sm-24.ant-form-item-label > label {
- margin: 0;
- }
-
- .ant-col-sm-24.ant-form-item-label > label::after {
- display: none;
- }
-
- .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
- text-align: right;
- }
- }
-
- @media (max-width: 991px) {
- .ant-col-md-24.ant-form-item-label {
- padding: 0 0 8px;
- line-height: 1.5715;
- white-space: initial;
- text-align: left;
- }
-
- .ant-col-md-24.ant-form-item-label > label {
- margin: 0;
- }
-
- .ant-col-md-24.ant-form-item-label > label::after {
- display: none;
- }
-
- .ant-form-rtl.ant-col-md-24.ant-form-item-label {
- text-align: right;
- }
- }
-
- @media (max-width: 1199px) {
- .ant-col-lg-24.ant-form-item-label {
- padding: 0 0 8px;
- line-height: 1.5715;
- white-space: initial;
- text-align: left;
- }
-
- .ant-col-lg-24.ant-form-item-label > label {
- margin: 0;
- }
-
- .ant-col-lg-24.ant-form-item-label > label::after {
- display: none;
- }
-
- .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
- text-align: right;
- }
- }
-
- @media (max-width: 1599px) {
- .ant-col-xl-24.ant-form-item-label {
- padding: 0 0 8px;
- line-height: 1.5715;
- white-space: initial;
- text-align: left;
- }
-
- .ant-col-xl-24.ant-form-item-label > label {
- margin: 0;
- }
-
- .ant-col-xl-24.ant-form-item-label > label::after {
- display: none;
- }
-
- .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
- text-align: right;
- }
- }
-
- .ant-form-item-explain-error {
- color: #a61d24;
- }
-
- .ant-form-item-explain-warning {
- color: #d89614;
- }
-
- .ant-form-item-has-warning .ant-form-item-split {
- color: #d89614;
- }
-
- .ant-form-item-has-error .ant-form-item-split {
- color: #a61d24;
- }
-
- .ant-form {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-form legend {
- color: rgba(255, 255, 255, 0.45);
- border: 0;
- border-bottom: 1px solid #434343;
- }
-
- .ant-form output {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-form-item {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-form-item-label > label {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-form-item-label
- > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
- color: #a61d24;
- }
-
- .ant-form-item-label > label .ant-form-item-optional {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-form-item-label > label .ant-form-item-tooltip {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-form-item-explain,
- .ant-form-item-extra {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-form-item-with-help .ant-form-item-explain {
- opacity: 1;
- }
-
- .ant-form-item-feedback-icon-success {
- color: #49aa19;
- }
-
- .ant-form-item-feedback-icon-error {
- color: #a61d24;
- }
-
- .ant-form-item-feedback-icon-warning {
- color: #d89614;
- }
-
- .ant-form-item-feedback-icon-validating {
- color: #177ddc;
- }
-
- .ant-show-help-appear,
- .ant-show-help-enter {
- opacity: 0;
- }
-
- .ant-show-help-appear-active,
- .ant-show-help-enter-active {
- opacity: 1;
- }
-
- .ant-show-help-leave {
- opacity: 1;
- }
-
- .ant-show-help-leave-active {
- opacity: 0;
- }
-
- .ant-show-help-item-appear,
- .ant-show-help-item-enter {
- opacity: 0;
- }
-
- .ant-show-help-item-appear-active,
- .ant-show-help-item-enter-active {
- opacity: 1;
- }
-
- .ant-image-img-placeholder {
- background-color: #f5f5f5;
- }
-
- .ant-image-mask {
- color: #fff;
- background: rgba(0, 0, 0, 0.5);
- opacity: 0;
- }
-
- .ant-image-mask:hover {
- opacity: 1;
- }
-
- .ant-image-preview.ant-zoom-enter,
- .ant-image-preview.ant-zoom-appear {
- opacity: 0;
- }
-
- .ant-image-preview-mask {
- background-color: rgba(0, 0, 0, 0.45);
- }
-
- .ant-image-preview-operations {
- color: rgba(255, 255, 255, 0.85);
- background: rgba(0, 0, 0, 0.1);
- }
-
- .ant-image-preview-operations-operation:hover {
- background: rgba(0, 0, 0, 0.2);
- }
-
- .ant-image-preview-operations-operation-disabled {
- color: rgba(255, 255, 255, 0.25);
- }
-
- .ant-image-preview-switch-left,
- .ant-image-preview-switch-right {
- color: rgba(255, 255, 255, 0.85);
- background: rgba(0, 0, 0, 0.1);
- }
-
- .ant-image-preview-switch-left:hover,
- .ant-image-preview-switch-right:hover {
- background: rgba(0, 0, 0, 0.2);
- }
-
- .ant-image-preview-switch-left-disabled,
- .ant-image-preview-switch-right-disabled,
- .ant-image-preview-switch-left-disabled:hover,
- .ant-image-preview-switch-right-disabled:hover {
- color: rgba(255, 255, 255, 0.25);
- background: rgba(0, 0, 0, 0.1);
- }
-
- .ant-input-number-affix-wrapper {
- color: rgba(255, 255, 255, 0.85);
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-input-number-affix-wrapper::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-affix-wrapper:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-affix-wrapper::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-affix-wrapper:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input-number-affix-wrapper:focus,
- .ant-input-number-affix-wrapper-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-input-number-affix-wrapper-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-number-affix-wrapper-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-number-affix-wrapper[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-number-affix-wrapper[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-number-affix-wrapper-borderless,
- .ant-input-number-affix-wrapper-borderless:hover,
- .ant-input-number-affix-wrapper-borderless:focus,
- .ant-input-number-affix-wrapper-borderless-focused,
- .ant-input-number-affix-wrapper-borderless-disabled,
- .ant-input-number-affix-wrapper-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
- background: transparent;
- }
-
- .ant-input-number-status-error:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number,
- .ant-input-number-status-error:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number:hover {
- background: transparent;
- border-color: #a61d24;
- }
-
- .ant-input-number-status-error:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number:focus,
- .ant-input-number-status-error:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number-focused {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-input-number-status-error .ant-input-number-prefix {
- color: #a61d24;
- }
-
- .ant-input-number-status-warning:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number,
- .ant-input-number-status-warning:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number:hover {
- background: transparent;
- border-color: #d89614;
- }
-
- .ant-input-number-status-warning:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number:focus,
- .ant-input-number-status-warning:not(.ant-input-number-disabled):not(
- .ant-input-number-borderless
- ).ant-input-number-focused {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-input-number-status-warning .ant-input-number-prefix {
- color: #d89614;
- }
-
- .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper,
- .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper:hover {
- background: transparent;
- border-color: #a61d24;
- }
-
- .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper:focus,
- .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper-focused {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
- color: #a61d24;
- }
-
- .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper,
- .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper:hover {
- background: transparent;
- border-color: #d89614;
- }
-
- .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper:focus,
- .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(
- .ant-input-number-affix-wrapper-borderless
- ).ant-input-number-affix-wrapper-focused {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
- color: #d89614;
- }
-
- .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
- color: #a61d24;
- border-color: #a61d24;
- }
-
- .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
- color: #d89614;
- border-color: #d89614;
- }
-
- .ant-input-number {
- color: rgba(255, 255, 255, 0.85);
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-input-number::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input-number:focus,
- .ant-input-number-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-input-number-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-number-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-number[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-number[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-number-borderless,
- .ant-input-number-borderless:hover,
- .ant-input-number-borderless:focus,
- .ant-input-number-borderless-focused,
- .ant-input-number-borderless-disabled,
- .ant-input-number-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-input-number-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-input-number-group-addon {
- color: rgba(255, 255, 255, 0.85);
- background-color: rgba(255, 255, 255, 0.04);
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-input-number-group-addon
- .ant-select.ant-select-single:not(.ant-select-customize-input)
- .ant-select-selector {
- border: 1px solid transparent;
- }
-
- .ant-input-number-group-addon .ant-select-open .ant-select-selector,
- .ant-input-number-group-addon .ant-select-focused .ant-select-selector {
- color: #177ddc;
- }
-
- .ant-input-number-group-addon .ant-cascader-picker {
- background-color: transparent;
- }
-
- .ant-input-number-group-rtl .ant-input-number-group-addon:first-child {
- border-right: 1px solid #434343;
- border-left: 0;
- border-radius: 0 2px 2px 0;
- }
-
- .ant-input-number-group-rtl .ant-input-number-group-addon:last-child {
- border-right: 0;
- border-left: 1px solid #434343;
- border-radius: 2px 0 0 2px;
- }
-
- .ant-input-number-handler {
- color: rgba(255, 255, 255, 0.45);
- border-left: 1px solid #434343;
- }
-
- .ant-input-number-handler:active {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
- .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
- color: #165996;
- }
-
- .ant-input-number-handler-up-inner,
- .ant-input-number-handler-down-inner {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-input-number:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input-number:hover + .ant-form-item-children-icon {
- opacity: 0;
- }
-
- .ant-input-number-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-input-number-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-number-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-number-input {
- background-color: transparent;
- }
-
- .ant-input-number-input::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-input:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-input::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-handler-wrap {
- background: var(--background-primary-color);
- opacity: 0;
- }
-
- .ant-input-number:hover .ant-input-number-handler-wrap,
- .ant-input-number-focused .ant-input-number-handler-wrap {
- opacity: 1;
- }
-
- .ant-input-number-handler-down {
- border-top: 1px solid #434343;
- border-bottom-right-radius: 2px;
- }
-
- .ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,
- .ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down {
- border-top: 1px solid #434343;
- }
-
- .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
- .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-number-out-of-range input {
- color: #a61d24;
- }
-
- .ant-input-number-rtl .ant-input-number-handler {
- border-right: 1px solid #434343;
- border-left: 0;
- }
-
- .ant-input-affix-wrapper {
- color: rgba(255, 255, 255, 0.85);
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-input-affix-wrapper::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-affix-wrapper:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-affix-wrapper::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input-affix-wrapper:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input-affix-wrapper:focus,
- .ant-input-affix-wrapper-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-input-affix-wrapper-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-affix-wrapper-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-affix-wrapper[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-affix-wrapper[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-affix-wrapper-borderless,
- .ant-input-affix-wrapper-borderless:hover,
- .ant-input-affix-wrapper-borderless:focus,
- .ant-input-affix-wrapper-borderless-focused,
- .ant-input-affix-wrapper-borderless-disabled,
- .ant-input-affix-wrapper-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input-affix-wrapper-disabled .ant-input[disabled] {
- background: rgba(255, 255, 255, 0);
- }
-
- .ant-input-show-count-suffix {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .anticon.ant-input-clear-icon,
- .ant-input-clear-icon {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .anticon.ant-input-clear-icon:hover,
- .ant-input-clear-icon:hover {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .anticon.ant-input-clear-icon:active,
- .ant-input-clear-icon:active {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
- .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
- background: transparent;
- border-color: #a61d24;
- }
-
- .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
- .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-input-status-error .ant-input-prefix {
- color: #a61d24;
- }
-
- .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
- .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
- background: transparent;
- border-color: #d89614;
- }
-
- .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
- .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-input-status-warning .ant-input-prefix {
- color: #d89614;
- }
-
- .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper,
- .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper:hover {
- background: transparent;
- border-color: #a61d24;
- }
-
- .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper:focus,
- .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper-focused {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-input-affix-wrapper-status-error .ant-input-prefix {
- color: #a61d24;
- }
-
- .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper,
- .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper:hover {
- background: transparent;
- border-color: #d89614;
- }
-
- .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper:focus,
- .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(
- .ant-input-affix-wrapper-borderless
- ).ant-input-affix-wrapper-focused {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-input-affix-wrapper-status-warning .ant-input-prefix {
- color: #d89614;
- }
-
- .ant-input-group-wrapper-status-error .ant-input-group-addon {
- color: #a61d24;
- border-color: #a61d24;
- }
-
- .ant-input-group-wrapper-status-warning .ant-input-group-addon {
- color: #d89614;
- border-color: #d89614;
- }
-
- .ant-input {
- color: rgba(255, 255, 255, 0.85);
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-input::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-input:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-input:focus,
- .ant-input-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-input-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-input[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-input-borderless,
- .ant-input-borderless:hover,
- .ant-input-borderless:focus,
- .ant-input-borderless-focused,
- .ant-input-borderless-disabled,
- .ant-input-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-input-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-input-group-addon {
- color: rgba(255, 255, 255, 0.85);
- background-color: rgba(255, 255, 255, 0.04);
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-input-group-addon
- .ant-select.ant-select-single:not(.ant-select-customize-input)
- .ant-select-selector {
- border: 1px solid transparent;
- }
-
- .ant-input-group-addon .ant-select-open .ant-select-selector,
- .ant-input-group-addon .ant-select-focused .ant-select-selector {
- color: #177ddc;
- }
-
- .ant-input-group-addon .ant-cascader-picker {
- background-color: transparent;
- }
-
- .ant-input-group-rtl .ant-input-group-addon:first-child {
- border-right: 1px solid #434343;
- border-left: 0;
- }
-
- .ant-input-group-rtl .ant-input-group-addon:last-child {
- border-right: 0;
- border-left: 1px solid #434343;
- border-radius: 2px 0 0 2px;
- }
-
- .ant-input-password-icon.anticon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-input-password-icon.anticon:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-input-textarea-show-count::after {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-input-search .ant-input:hover,
- .ant-input-search .ant-input:focus {
- border-color: #165996;
- }
-
- .ant-input-search
- .ant-input:hover
- + .ant-input-group-addon
- .ant-input-search-button:not(.ant-btn-primary),
- .ant-input-search
- .ant-input:focus
- + .ant-input-group-addon
- .ant-input-search-button:not(.ant-btn-primary) {
- border-left-color: #165996;
- }
-
- .ant-input-search
- > .ant-input-group
- > .ant-input-group-addon:last-child
- .ant-input-search-button:not(.ant-btn-primary) {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-input-search-rtl
- .ant-input:hover
- + .ant-input-group-addon
- .ant-input-search-button:not(.ant-btn-primary),
- .ant-input-search-rtl
- .ant-input:focus
- + .ant-input-group-addon
- .ant-input-search-button:not(.ant-btn-primary) {
- border-left-color: #434343;
- }
-
- .ant-input-search-rtl
- .ant-input:hover
- + .ant-input-group-addon
- .ant-input-search-button:not(.ant-btn-primary):hover,
- .ant-input-search-rtl
- .ant-input:focus
- + .ant-input-group-addon
- .ant-input-search-button:not(.ant-btn-primary):hover {
- border-left-color: #165996;
- }
-
- .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
- .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
- border-right-color: #165996;
- }
-
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
- .ant-input {
- height: 32px;
- }
-
- .ant-input-lg {
- height: 40px;
- }
-
- .ant-input-sm {
- height: 24px;
- }
-
- .ant-input-affix-wrapper > input.ant-input {
- height: auto;
- }
- }
-
- .ant-layout {
- background: #000;
- }
-
- .ant-layout-header {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-secondry-color);
- }
-
- .ant-layout-footer {
- color: rgba(255, 255, 255, 0.85);
- background: #000;
- }
-
- .ant-layout-sider {
- background: var(--background-secondry-color);
- }
-
- .ant-layout-sider-trigger {
- color: #fff;
- background: #262626;
- }
-
- .ant-layout-sider-zero-width-trigger {
- color: #fff;
- background: var(--background-secondry-color);
- }
-
- .ant-layout-sider-zero-width-trigger::after {
- background: transparent;
- }
-
- .ant-layout-sider-zero-width-trigger:hover::after {
- background: rgba(255, 255, 255, 0.1);
- }
-
- .ant-layout-sider-light {
- background: #fff;
- }
-
- .ant-layout-sider-light .ant-layout-sider-trigger {
- color: rgba(255, 255, 255, 0.85);
- background: #fff;
- }
-
- .ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
- color: rgba(255, 255, 255, 0.85);
- background: #fff;
- }
-
- .ant-list .ant-card {
- background: transparent;
- }
-
- .ant-list {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-list-empty-text {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-list-item {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-list-item-meta-content {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-list-item-meta-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-list-item-meta-title > a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-list-item-meta-title > a:hover {
- color: #177ddc;
- }
-
- .ant-list-item-meta-description {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-list-item-action > li {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-list-item-action-split {
- background-color: #303030;
- }
-
- .ant-list-header {
- background: transparent;
- }
-
- .ant-list-footer {
- background: transparent;
- }
-
- .ant-list-empty {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-list-split .ant-list-item {
- border-bottom: 1px solid #303030;
- }
-
- .ant-list-split .ant-list-header {
- border-bottom: 1px solid #303030;
- }
-
- .ant-list-split.ant-list-empty .ant-list-footer {
- border-top: 1px solid #303030;
- }
-
- .ant-list-split.ant-list-something-after-last-item
- .ant-spin-container
- > .ant-list-items
- > .ant-list-item:last-child {
- border-bottom: 1px solid #303030;
- }
-
- .ant-list-vertical .ant-list-item-meta-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-list-bordered {
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- @media screen and (max-width: 768px) {
- .ant-list-item-action {
- margin-left: 24px;
- }
-
- .ant-list-vertical .ant-list-item-extra {
- margin-left: 24px;
- }
- }
-
- @media screen and (max-width: 576px) {
- .ant-list-item {
- flex-wrap: wrap;
- }
-
- .ant-list-item-action {
- margin-left: 12px;
- }
-
- .ant-list-vertical .ant-list-item {
- flex-wrap: wrap-reverse;
- }
-
- .ant-list-vertical .ant-list-item-main {
- min-width: 220px;
- }
-
- .ant-list-vertical .ant-list-item-extra {
- margin: auto auto 16px;
- }
- }
-
- @media screen and (max-width: 768px) {
- .ant-list-rtl .ant-list-item-action {
- margin-right: 24px;
- margin-left: 0;
- }
-
- .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
- margin-right: 24px;
- margin-left: 0;
- }
- }
-
- @media screen and (max-width: 576px) {
- .ant-list-rtl .ant-list-item-action {
- margin-right: 22px;
- margin-left: 0;
- }
-
- .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
- margin: auto auto 16px;
- }
- }
-
- .ant-pagination {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-pagination-item {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-pagination-item a {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-pagination-item:hover {
- border-color: #177ddc;
- }
-
- .ant-pagination-item:hover a {
- color: #177ddc;
- }
-
- .ant-pagination-item:focus-visible {
- border-color: #177ddc;
- }
-
- .ant-pagination-item:focus-visible a {
- color: #177ddc;
- }
-
- .ant-pagination-item-active {
- background: transparent;
- border-color: #177ddc;
- }
-
- .ant-pagination-item-active a {
- color: #177ddc;
- }
-
- .ant-pagination-item-active:hover {
- border-color: #165996;
- }
-
- .ant-pagination-item-active:focus-visible {
- border-color: #165996;
- }
-
- .ant-pagination-item-active:hover a {
- color: #165996;
- }
-
- .ant-pagination-item-active:focus-visible a {
- color: #165996;
- }
-
- .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
- .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
- color: #177ddc;
- opacity: 0;
- }
-
- .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
- .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
- color: rgba(255, 255, 255, 0.3);
- opacity: 1;
- }
-
- .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
- .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
- opacity: 1;
- }
-
- .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
- .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
- opacity: 0;
- }
-
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
- opacity: 1;
- }
-
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
- opacity: 0;
- }
-
- .ant-pagination-prev,
- .ant-pagination-next,
- .ant-pagination-jump-prev,
- .ant-pagination-jump-next {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-pagination-prev button,
- .ant-pagination-next button {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-pagination-prev:hover button,
- .ant-pagination-next:hover button {
- border-color: #165996;
- }
-
- .ant-pagination-prev .ant-pagination-item-link,
- .ant-pagination-next .ant-pagination-item-link {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-pagination-prev:focus-visible .ant-pagination-item-link,
- .ant-pagination-next:focus-visible .ant-pagination-item-link {
- color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-pagination-prev:hover .ant-pagination-item-link,
- .ant-pagination-next:hover .ant-pagination-item-link {
- color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-pagination-disabled .ant-pagination-item-link,
- .ant-pagination-disabled:hover .ant-pagination-item-link {
- color: rgba(255, 255, 255, 0.3);
- border-color: #434343;
- }
-
- .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
- color: rgba(255, 255, 255, 0.3);
- border-color: #434343;
- }
-
- @media all and (-ms-high-contrast: none) {
- .ant-pagination-options *::-ms-backdrop,
- .ant-pagination-options {
- vertical-align: top;
- }
- }
-
- .ant-pagination-options-quick-jumper input {
- color: rgba(255, 255, 255, 0.85);
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-pagination-options-quick-jumper input::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-pagination-options-quick-jumper input:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-pagination-options-quick-jumper input::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-pagination-options-quick-jumper input:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-pagination-options-quick-jumper input:focus,
- .ant-pagination-options-quick-jumper input-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-pagination-options-quick-jumper input-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-pagination-options-quick-jumper input-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-pagination-options-quick-jumper input[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-pagination-options-quick-jumper input[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-pagination-options-quick-jumper input-borderless,
- .ant-pagination-options-quick-jumper input-borderless:hover,
- .ant-pagination-options-quick-jumper input-borderless:focus,
- .ant-pagination-options-quick-jumper input-borderless-focused,
- .ant-pagination-options-quick-jumper input-borderless-disabled,
- .ant-pagination-options-quick-jumper input-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
- .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
- background-color: transparent;
- }
-
- .ant-pagination-simple .ant-pagination-simple-pager input {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-pagination-simple .ant-pagination-simple-pager input:hover {
- border-color: #177ddc;
- }
-
- .ant-pagination-simple .ant-pagination-simple-pager input:focus {
- border-color: #3c9be8;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
- background: transparent;
- border-color: transparent;
- }
-
- .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
- .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
- background: transparent;
- border-color: transparent;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item {
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item a {
- color: rgba(255, 255, 255, 0.3);
- background: transparent;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
- background: rgba(255, 255, 255, 0.25);
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
- color: #000;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
- color: rgba(255, 255, 255, 0.3);
- background: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- }
-
- .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
- background: transparent;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
- opacity: 0;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
- opacity: 1;
- }
-
- .ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
- color: rgba(255, 255, 255, 0.3);
- }
-
- @media only screen and (max-width: 992px) {
- .ant-pagination-item-after-jump-prev,
- .ant-pagination-item-before-jump-next {
- display: none;
- }
- }
-
- @media only screen and (max-width: 576px) {
- .ant-pagination-options {
- display: none;
- }
- }
-
- .ant-spin {
- color: rgba(255, 255, 255, 0.85);
- color: #177ddc;
- opacity: 0;
- }
-
- .ant-spin-spinning {
- opacity: 1;
- }
-
- .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
- text-shadow: 0 1px 2px #141414;
- }
-
- .ant-spin-container::after {
- background: var(--background-primary-color);
- opacity: 0;
- }
-
- .ant-spin-blur {
- opacity: 0.5;
- }
-
- .ant-spin-blur::after {
- opacity: 0.4;
- }
-
- .ant-spin-tip {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-spin-dot-item {
- background-color: #177ddc;
- opacity: 0.3;
- }
-
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
- /* IE10+ */
-
- .ant-spin-blur {
- background: #141414;
- opacity: 0.5;
- }
- }
-
- .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
- .ant-mentions-status-error:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions:hover {
- background: transparent;
- border-color: #a61d24;
- }
-
- .ant-mentions-status-error:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions:focus,
- .ant-mentions-status-error:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions-focused {
- border-color: #a61d24;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(166, 29, 36, 0.2);
- }
-
- .ant-mentions-status-error .ant-input-prefix {
- color: #a61d24;
- }
-
- .ant-mentions-status-warning:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions,
- .ant-mentions-status-warning:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions:hover {
- background: transparent;
- border-color: #d89614;
- }
-
- .ant-mentions-status-warning:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions:focus,
- .ant-mentions-status-warning:not(.ant-mentions-disabled):not(
- .ant-mentions-borderless
- ).ant-mentions-focused {
- border-color: #d89614;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(216, 150, 20, 0.2);
- }
-
- .ant-mentions-status-warning .ant-input-prefix {
- color: #d89614;
- }
-
- .ant-mentions {
- color: rgba(255, 255, 255, 0.85);
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-mentions::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions:hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-mentions:focus,
- .ant-mentions-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-mentions-disabled {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-mentions-disabled:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-mentions[disabled] {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-mentions[disabled]:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-mentions-borderless,
- .ant-mentions-borderless:hover,
- .ant-mentions-borderless:focus,
- .ant-mentions-borderless-focused,
- .ant-mentions-borderless-disabled,
- .ant-mentions-borderless[disabled] {
- background-color: transparent;
- }
-
- .ant-mentions-disabled > textarea {
- color: rgba(255, 255, 255, 0.3);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343;
- opacity: 1;
- }
-
- .ant-mentions-disabled > textarea:hover {
- border-color: #434343;
- border-right-width: 1px;
- }
-
- .ant-mentions-focused {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-mentions > textarea {
- background-color: transparent;
- }
-
- .ant-mentions > textarea::-moz-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions > textarea:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions > textarea::placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions-measure {
- color: transparent;
- }
-
- .ant-mentions-dropdown {
- color: rgba(255, 255, 255, 0.85);
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-mentions-dropdown-menu-item {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-mentions-dropdown-menu-item:hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-mentions-dropdown-menu-item-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-mentions-dropdown-menu-item-disabled:hover {
- color: rgba(255, 255, 255, 0.3);
- background-color: var(--background-secondry-color);
- }
-
- .ant-mentions-dropdown-menu-item-selected {
- color: rgba(255, 255, 255, 0.85);
- background-color: rgba(255, 255, 255, 0.04);
- }
-
- .ant-mentions-dropdown-menu-item-active {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-message {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-message-notice-content {
- background: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-message-success .anticon {
- color: #49aa19;
- }
-
- .ant-message-error .anticon {
- color: #a61d24;
- }
-
- .ant-message-warning .anticon {
- color: #d89614;
- }
-
- .ant-message-info .anticon,
- .ant-message-loading .anticon {
- color: #177ddc;
- }
-
- .ant-modal {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-modal.ant-zoom-enter,
- .ant-modal.ant-zoom-appear {
- opacity: 0;
- }
-
- .ant-modal-mask {
- background-color: rgba(0, 0, 0, 0.45);
- }
-
- .ant-modal-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-modal-content {
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-modal-close {
- color: rgba(255, 255, 255, 0.45);
- background: transparent;
- }
-
- .ant-modal-close:focus,
- .ant-modal-close:hover {
- color: rgba(255, 255, 255, 0.75);
- }
-
- .ant-modal-header {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-secondry-color);
- border-bottom: 1px solid #303030;
- border-radius: 2px 2px 0 0;
- }
-
- .ant-modal-footer {
- background: transparent;
- border-top: 1px solid #303030;
- border-radius: 0 0 2px 2px;
- }
-
- @media (max-width: 767px) {
- .ant-modal {
- max-width: calc(100vw - 16px);
- margin: 8px auto;
- }
-
- .ant-modal-centered .ant-modal {
- flex: 1;
- }
- }
-
- .ant-modal-confirm-body .ant-modal-confirm-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-modal-confirm-body .ant-modal-confirm-content {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
- color: #a61d24;
- }
-
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
- color: #d89614;
- }
-
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
- color: #177ddc;
- }
-
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
- color: #49aa19;
- }
-
- .ant-modal .ant-picker-clear,
- .ant-modal .ant-slider-handle,
- .ant-modal .ant-anchor-wrapper,
- .ant-modal .ant-collapse-content,
- .ant-modal .ant-timeline-item-head,
- .ant-modal .ant-card {
- background-color: var(--background-secondry-color);
- }
-
- .ant-modal .ant-transfer-list-header {
- background: var(--background-secondry-color);
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-modal tr.ant-table-expanded-row > td,
- .ant-modal tr.ant-table-expanded-row:hover > td {
- background: #272727;
- }
-
- .ant-modal .ant-table.ant-table-small thead > tr > th {
- background-color: var(--background-secondry-color);
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table {
- background-color: var(--background-secondry-color);
- }
-
- .ant-modal .ant-table .ant-table-row-expand-icon {
- border: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table tfoot > tr > th,
- .ant-modal .ant-table tfoot > tr > td {
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table thead > tr > th {
- background-color: #272727;
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table tbody > tr > td {
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table tbody > tr > td.ant-table-cell-fix-left,
- .ant-modal .ant-table tbody > tr > td.ant-table-cell-fix-right {
- background-color: var(--background-secondry-color);
- }
-
- .ant-modal .ant-table tbody > tr.ant-table-row:hover > td {
- background: #303030;
- }
-
- .ant-modal .ant-table.ant-table-bordered .ant-table-title {
- border: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table.ant-table-bordered thead > tr > th,
- .ant-modal .ant-table.ant-table-bordered tbody > tr > td,
- .ant-modal .ant-table.ant-table-bordered tfoot > tr > th,
- .ant-modal .ant-table.ant-table-bordered tfoot > tr > td {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table.ant-table-bordered .ant-table-cell-fix-right-first::after {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table.ant-table-bordered table thead > tr:not(:last-child) > th {
- border-bottom: 1px solid #303030;
- }
-
- .ant-modal .ant-table.ant-table-bordered .ant-table-container {
- border: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table.ant-table-bordered .ant-table-expanded-row-fixed::after {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table.ant-table-bordered .ant-table-footer {
- border: 1px solid #3a3a3a;
- }
-
- .ant-modal .ant-table .ant-table-filter-trigger-container-open {
- background-color: #525252;
- }
-
- .ant-modal .ant-picker-calendar-full {
- background-color: var(--background-secondry-color);
- }
-
- .ant-modal .ant-picker-calendar-full .ant-picker-panel {
- background-color: var(--background-secondry-color);
- }
-
- .ant-modal .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
- border-top: 2px solid #3a3a3a;
- }
-
- .ant-modal .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
- background-color: var(--background-secondry-color);
- border-bottom: 1px solid #1f1f1f;
- }
-
- .ant-modal .ant-badge-count {
- box-shadow: 0 0 0 1px #1f1f1f;
- }
-
- .ant-modal .ant-tree-show-line .ant-tree-switcher {
- background: var(--background-secondry-color);
- }
-
- .ant-notification .ant-picker-clear,
- .ant-notification .ant-slider-handle,
- .ant-notification .ant-anchor-wrapper,
- .ant-notification .ant-collapse-content,
- .ant-notification .ant-timeline-item-head,
- .ant-notification .ant-card {
- background-color: var(--background-secondry-color);
- }
-
- .ant-notification .ant-transfer-list-header {
- background: var(--background-secondry-color);
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-notification
- .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-notification tr.ant-table-expanded-row > td,
- .ant-notification tr.ant-table-expanded-row:hover > td {
- background: #272727;
- }
-
- .ant-notification .ant-table.ant-table-small thead > tr > th {
- background-color: var(--background-secondry-color);
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table {
- background-color: var(--background-secondry-color);
- }
-
- .ant-notification .ant-table .ant-table-row-expand-icon {
- border: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table tfoot > tr > th,
- .ant-notification .ant-table tfoot > tr > td {
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table thead > tr > th {
- background-color: #272727;
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table tbody > tr > td {
- border-bottom: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table tbody > tr > td.ant-table-cell-fix-left,
- .ant-notification .ant-table tbody > tr > td.ant-table-cell-fix-right {
- background-color: var(--background-secondry-color);
- }
-
- .ant-notification .ant-table tbody > tr.ant-table-row:hover > td {
- background: #303030;
- }
-
- .ant-notification .ant-table.ant-table-bordered .ant-table-title {
- border: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table.ant-table-bordered thead > tr > th,
- .ant-notification .ant-table.ant-table-bordered tbody > tr > td,
- .ant-notification .ant-table.ant-table-bordered tfoot > tr > th,
- .ant-notification .ant-table.ant-table-bordered tfoot > tr > td {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table.ant-table-bordered .ant-table-cell-fix-right-first::after {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table.ant-table-bordered table thead > tr:not(:last-child) > th {
- border-bottom: 1px solid #303030;
- }
-
- .ant-notification .ant-table.ant-table-bordered .ant-table-container {
- border: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table.ant-table-bordered .ant-table-expanded-row-fixed::after {
- border-right: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table.ant-table-bordered .ant-table-footer {
- border: 1px solid #3a3a3a;
- }
-
- .ant-notification .ant-table .ant-table-filter-trigger-container-open {
- background-color: #525252;
- }
-
- .ant-notification .ant-picker-calendar-full {
- background-color: var(--background-secondry-color);
- }
-
- .ant-notification .ant-picker-calendar-full .ant-picker-panel {
- background-color: var(--background-secondry-color);
- }
-
- .ant-notification .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
- border-top: 2px solid #3a3a3a;
- }
-
- .ant-notification .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
- background-color: var(--background-secondry-color);
- border-bottom: 1px solid #1f1f1f;
- }
-
- .ant-notification .ant-badge-count {
- box-shadow: 0 0 0 1px #1f1f1f;
- }
-
- .ant-notification .ant-tree-show-line .ant-tree-switcher {
- background: var(--background-secondry-color);
- }
-
- .ant-notification {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-notification-notice {
- background: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-notification-notice-message {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-notification-notice-message-single-line-auto-margin {
- background-color: transparent;
- }
-
- .anticon.ant-notification-notice-icon-success {
- color: #49aa19;
- }
-
- .anticon.ant-notification-notice-icon-info {
- color: #177ddc;
- }
-
- .anticon.ant-notification-notice-icon-warning {
- color: #d89614;
- }
-
- .anticon.ant-notification-notice-icon-error {
- color: #a61d24;
- }
-
- .ant-notification-notice-close {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-notification-notice-close:hover {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-notification-fade-enter,
- .ant-notification-fade-appear {
- opacity: 0;
- }
-
- .ant-page-header {
- color: rgba(255, 255, 255, 0.85);
- background-color: var(--background-primary-color);
- }
-
- .ant-page-header-ghost {
- background-color: transparent;
- }
-
- .ant-page-header-back-button {
- color: #177ddc;
- }
-
- .ant-page-header-back-button:focus-visible,
- .ant-page-header-back-button:hover {
- color: #165996;
- }
-
- .ant-page-header-back-button:active {
- color: #388ed3;
- }
-
- .ant-page-header-heading-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-page-header-heading-sub-title {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-progress {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-progress-steps-item {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-progress-steps-item-active {
- background: #177ddc;
- }
-
- .ant-progress-inner {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-progress-circle-trail {
- stroke: rgba(255, 255, 255, 0.08);
- }
-
- .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
- stroke: #177ddc;
- }
-
- .ant-progress-success-bg,
- .ant-progress-bg {
- background-color: #177ddc;
- }
-
- .ant-progress-success-bg {
- background-color: #49aa19;
- }
-
- .ant-progress-text {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-progress-status-active .ant-progress-bg::before {
- background: var(--background-primary-color);
- opacity: 0;
- }
-
- .ant-progress-status-exception .ant-progress-bg {
- background-color: #a61d24;
- }
-
- .ant-progress-status-exception .ant-progress-text {
- color: #a61d24;
- }
-
- .ant-progress-status-exception
- .ant-progress-inner:not(.ant-progress-circle-gradient)
- .ant-progress-circle-path {
- stroke: #a61d24;
- }
-
- .ant-progress-status-success .ant-progress-bg {
- background-color: #49aa19;
- }
-
- .ant-progress-status-success .ant-progress-text {
- color: #49aa19;
- }
-
- .ant-progress-status-success
- .ant-progress-inner:not(.ant-progress-circle-gradient)
- .ant-progress-circle-path {
- stroke: #49aa19;
- }
-
- .ant-progress-circle .ant-progress-inner {
- background-color: transparent;
- }
-
- .ant-progress-circle .ant-progress-text {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-progress-circle.ant-progress-status-exception .ant-progress-text {
- color: #a61d24;
- }
-
- .ant-progress-circle.ant-progress-status-success .ant-progress-text {
- color: #49aa19;
- }
-
- .ant-rate {
- color: rgba(255, 255, 255, 0.85);
- color: #d8bd14;
- }
-
- .ant-rate-star > div:focus-visible {
- outline: 1px dashed #d8bd14;
- }
-
- .ant-rate-star-first,
- .ant-rate-star-second {
- color: rgba(255, 255, 255, 0.12);
- }
-
- .ant-rate-star-first {
- opacity: 0;
- }
-
- .ant-rate-star-half .ant-rate-star-first,
- .ant-rate-star-half .ant-rate-star-second {
- opacity: 1;
- }
-
- .ant-result-success .ant-result-icon > .anticon {
- color: #49aa19;
- }
-
- .ant-result-error .ant-result-icon > .anticon {
- color: #a61d24;
- }
-
- .ant-result-info .ant-result-icon > .anticon {
- color: #177ddc;
- }
-
- .ant-result-warning .ant-result-icon > .anticon {
- color: #d89614;
- }
-
- .ant-result-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-result-subtitle {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-result-content {
- background-color: rgba(255, 255, 255, 0.04);
- }
-
- .segmented-disabled-item,
- .segmented-disabled-item:hover,
- .segmented-disabled-item:focus {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .segmented-item-selected {
- background-color: #333333;
- box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07),
- 0 0 1px 0 rgba(0, 0, 0, 0.08);
- }
-
- .ant-segmented {
- color: rgba(255, 255, 255, 0.85);
- color: rgba(255, 255, 255, 0.65);
- background-color: rgba(0, 0, 0, 0.25);
- }
-
- .ant-segmented:not(.ant-segmented-disabled):hover,
- .ant-segmented:not(.ant-segmented-disabled):focus {
- background-color: rgba(0, 0, 0, 0.45);
- }
-
- .ant-segmented-item-selected {
- color: rgba(255, 255, 255, 0.85);
- background-color: #333333;
- box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07),
- 0 0 1px 0 rgba(0, 0, 0, 0.08);
- }
-
- .ant-segmented-item:hover,
- .ant-segmented-item:focus {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-segmented-item-input {
- opacity: 0;
- }
-
- .ant-segmented-item-disabled,
- .ant-segmented-item-disabled:hover,
- .ant-segmented-item-disabled:focus {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-segmented-thumb {
- background-color: #333333;
- box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07),
- 0 0 1px 0 rgba(0, 0, 0, 0.08);
- }
-
- .ant-slider {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-slider-rail {
- background-color: #262626;
- }
-
- .ant-slider-track {
- background-color: #153450;
- }
-
- .ant-slider-handle {
- background-color: var(--background-primary-color);
- border: solid 2px #153450;
- border-radius: 50%;
- }
-
- .ant-slider-handle:focus {
- border-color: #4697e3;
- box-shadow: 0 0 0 5px rgba(23, 125, 220, 0.12);
- }
-
- .ant-slider-handle.ant-tooltip-open {
- border-color: #177ddc;
- }
-
- .ant-slider:hover .ant-slider-rail {
- background-color: #434343;
- }
-
- .ant-slider:hover .ant-slider-track {
- background-color: #16436e;
- }
-
- .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
- border-color: #16436e;
- }
-
- .ant-slider-mark-text {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-slider-mark-text-active {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-slider-step {
- background: transparent;
- }
-
- .ant-slider-dot {
- background-color: var(--background-primary-color);
- border: 2px solid #303030;
- border-radius: 50%;
- }
-
- .ant-slider-dot-active {
- border-color: #16436e;
- }
-
- .ant-slider-disabled .ant-slider-rail {
- background-color: #262626 !important;
- }
-
- .ant-slider-disabled .ant-slider-track {
- background-color: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-slider-disabled .ant-slider-handle,
- .ant-slider-disabled .ant-slider-dot {
- background-color: var(--background-primary-color);
- border-color: rgba(255, 255, 255, 0.3) !important;
- }
-
- .ant-statistic {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-statistic-title {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-statistic-content {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-steps {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-steps-item-icon {
- border: 1px solid rgba(255, 255, 255, 0.3);
- border-radius: 32px;
- }
-
- .ant-steps-item-icon .ant-steps-icon {
- color: #177ddc;
- }
-
- .ant-steps-item-tail::after {
- background: #303030;
- }
-
- .ant-steps-item-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-steps-item-title::after {
- background: #303030;
- }
-
- .ant-steps-item-subtitle {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-steps-item-description {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-steps-item-wait .ant-steps-item-icon {
- background-color: transparent;
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: rgba(255, 255, 255, 0.3);
- }
-
- .ant-steps-item-wait
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-steps-item-wait
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title::after {
- background-color: #303030;
- }
-
- .ant-steps-item-wait
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-description {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #303030;
- }
-
- .ant-steps-item-process .ant-steps-item-icon {
- background-color: transparent;
- border-color: #177ddc;
- }
-
- .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
- color: #177ddc;
- }
-
- .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: #177ddc;
- }
-
- .ant-steps-item-process
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-steps-item-process
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title::after {
- background-color: #303030;
- }
-
- .ant-steps-item-process
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-description {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #303030;
- }
-
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
- background: #177ddc;
- }
-
- .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
- color: #fff;
- }
-
- .ant-steps-item-finish .ant-steps-item-icon {
- background-color: transparent;
- border-color: #177ddc;
- }
-
- .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
- color: #177ddc;
- }
-
- .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: #177ddc;
- }
-
- .ant-steps-item-finish
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-steps-item-finish
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title::after {
- background-color: #177ddc;
- }
-
- .ant-steps-item-finish
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-description {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #177ddc;
- }
-
- .ant-steps-item-error .ant-steps-item-icon {
- background-color: transparent;
- border-color: #a61d24;
- }
-
- .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
- color: #a61d24;
- }
-
- .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
- background: #a61d24;
- }
-
- .ant-steps-item-error
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title {
- color: #a61d24;
- }
-
- .ant-steps-item-error
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-title::after {
- background-color: #303030;
- }
-
- .ant-steps-item-error
- > .ant-steps-item-container
- > .ant-steps-item-content
- > .ant-steps-item-description {
- color: #a61d24;
- }
-
- .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
- background-color: #303030;
- }
-
- .ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
- background: #a61d24;
- }
-
- .ant-steps
- .ant-steps-item:not(.ant-steps-item-active)
- > .ant-steps-item-container[role='button']:hover
- .ant-steps-item-title,
- .ant-steps
- .ant-steps-item:not(.ant-steps-item-active)
- > .ant-steps-item-container[role='button']:hover
- .ant-steps-item-subtitle,
- .ant-steps
- .ant-steps-item:not(.ant-steps-item-active)
- > .ant-steps-item-container[role='button']:hover
- .ant-steps-item-description {
- color: #177ddc;
- }
-
- .ant-steps
- .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
- > .ant-steps-item-container[role='button']:hover
- .ant-steps-item-icon {
- border-color: #177ddc;
- }
-
- .ant-steps
- .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
- > .ant-steps-item-container[role='button']:hover
- .ant-steps-item-icon
- .ant-steps-icon {
- color: #177ddc;
- }
-
- .ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
- color: #177ddc;
- }
-
- .ant-steps-small .ant-steps-item-description {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-steps-dot .ant-steps-item-icon,
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon {
- background: transparent;
- }
-
- .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
- background: rgba(0, 0, 0, 0.001);
- }
-
- .ant-steps-navigation
- .ant-steps-item:not(.ant-steps-item-active)
- .ant-steps-item-container[role='button']:hover {
- opacity: 0.85;
- }
-
- .ant-steps-navigation .ant-steps-item::after {
- border: 1px solid rgba(255, 255, 255, 0.2);
- border-bottom: none;
- border-left: none;
- }
-
- .ant-steps-navigation .ant-steps-item::before {
- background-color: #177ddc;
- }
-
- .ant-switch {
- color: rgba(255, 255, 255, 0.85);
- background-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-switch:focus {
- box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
- }
-
- .ant-switch-checked:focus {
- box-shadow: 0 0 0 2px #111b26;
- }
-
- .ant-switch-checked {
- background-color: #177ddc;
- }
-
- .ant-switch-loading,
- .ant-switch-disabled {
- opacity: 0.4;
- }
-
- .ant-switch-inner {
- color: #fff;
- }
-
- .ant-switch-handle::before {
- background-color: #fff;
- box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
- }
-
- .ant-switch-loading-icon.anticon {
- color: rgba(0, 0, 0, 0.65);
- }
-
- .ant-switch-checked .ant-switch-loading-icon {
- color: #177ddc;
- }
-
- .ant-table.ant-table-bordered > .ant-table-title {
- border: 1px solid #303030;
- border-bottom: 0;
- }
-
- .ant-table.ant-table-bordered > .ant-table-container {
- border-left: 1px solid #303030;
- }
-
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > thead
- > tr
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > thead
- > tr
- > th,
- .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > thead
- > tr
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > tbody
- > tr
- > td,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > tbody
- > tr
- > td,
- .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > tbody
- > tr
- > td,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > tfoot
- > tr
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > tfoot
- > tr
- > th,
- .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > tfoot
- > tr
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > tfoot
- > tr
- > td,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > tfoot
- > tr
- > td,
- .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > tfoot
- > tr
- > td {
- border-right: 1px solid #303030;
- }
-
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > thead
- > tr:not(:last-child)
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > thead
- > tr:not(:last-child)
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-body
- > table
- > thead
- > tr:not(:last-child)
- > th,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > thead
- > tr:not(:last-child)
- > th {
- border-bottom: 1px solid #303030;
- }
-
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > thead
- > tr
- > th::before,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > thead
- > tr
- > th::before,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-body
- > table
- > thead
- > tr
- > th::before,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > thead
- > tr
- > th::before {
- background-color: transparent !important;
- }
-
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > thead
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > thead
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-body
- > table
- > thead
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > thead
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > tbody
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > tbody
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-body
- > table
- > tbody
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > tbody
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > tfoot
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > tfoot
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-body
- > table
- > tfoot
- > tr
- > .ant-table-cell-fix-right-first::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > tfoot
- > tr
- > .ant-table-cell-fix-right-first::after {
- border-right: 1px solid #303030;
- }
-
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-content
- > table
- > tbody
- > tr
- > td
- > .ant-table-expanded-row-fixed::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-header
- > table
- > tbody
- > tr
- > td
- > .ant-table-expanded-row-fixed::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-body
- > table
- > tbody
- > tr
- > td
- > .ant-table-expanded-row-fixed::after,
- .ant-table.ant-table-bordered
- > .ant-table-container
- > .ant-table-summary
- > table
- > tbody
- > tr
- > td
- > .ant-table-expanded-row-fixed::after {
- border-right: 1px solid #303030;
- }
-
- .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
- .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
- border-top: 1px solid #303030;
- }
-
- .ant-table.ant-table-bordered > .ant-table-footer {
- border: 1px solid #303030;
- border-top: 0;
- }
-
- .ant-table-cell-scrollbar:not([rowspan]) {
- box-shadow: 0 1px 0 1px #1d1d1d;
- }
-
- .ant-table {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-primary-color);
- }
-
- .ant-table-footer {
- color: rgba(255, 255, 255, 0.85);
- background: rgba(255, 255, 255, 0.04);
- }
-
- .ant-table-thead > tr > th {
- color: rgba(255, 255, 255, 0.85);
- background: var(--table-header-background-color);
- border-bottom: 1px solid #303030;
- }
-
- .ant-table-thead
- > tr
- > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
- [colspan]
- )::before {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-table-tbody > tr > td {
- border-bottom: 1px solid #303030;
- }
-
- .ant-table-tbody > tr.ant-table-row:hover > td,
- .ant-table-tbody > tr > td.ant-table-cell-row-hover {
- background: #262626;
- }
-
- .ant-table-tbody > tr.ant-table-row-selected > td {
- background: #111b26;
- border-color: rgba(0, 0, 0, 0.03);
- }
-
- .ant-table-tbody > tr.ant-table-row-selected:hover > td {
- background: #0e161f;
- }
-
- .ant-table-summary {
- background: var(--background-primary-color);
- }
-
- div.ant-table-summary {
- box-shadow: 0 -1px 0 #303030;
- }
-
- .ant-table-summary > tr > th,
- .ant-table-summary > tr > td {
- border-bottom: 1px solid #303030;
- }
-
- .ant-table-thead th.ant-table-column-has-sorters:hover {
- background: #303030;
- }
-
- .ant-table-thead th.ant-table-column-has-sorters:hover::before {
- background-color: transparent !important;
- }
-
- .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
- color: #177ddc;
- }
-
- .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
- .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
- background: #222;
- }
-
- .ant-table-thead th.ant-table-column-sort {
- background: #262626;
- }
-
- .ant-table-thead th.ant-table-column-sort::before {
- background-color: transparent !important;
- }
-
- td.ant-table-column-sort {
- background: rgba(255, 255, 255, 0.01);
- }
-
- .ant-table-column-sorter {
- color: #bfbfbf;
- }
-
- .ant-table-column-sorter-up.active,
- .ant-table-column-sorter-down.active {
- color: #177ddc;
- }
-
- .ant-table-column-sorters:hover .ant-table-column-sorter {
- color: #a6a6a6;
- }
-
- .ant-table-filter-trigger {
- color: #bfbfbf;
- }
-
- .ant-table-filter-trigger:hover {
- color: rgba(255, 255, 255, 0.45);
- background: #434343;
- }
-
- .ant-table-filter-trigger.active {
- color: #177ddc;
- }
-
- .ant-table-filter-dropdown {
- color: rgba(255, 255, 255, 0.85);
- background-color: var(--background-secondry-color);
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),
- 0 9px 28px 8px rgba(0, 0, 0, 0.2);
- }
-
- .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-table-filter-dropdown-tree
- .ant-tree-treenode-checkbox-checked
- .ant-tree-node-content-wrapper,
- .ant-table-filter-dropdown-tree
- .ant-tree-treenode-checkbox-checked
- .ant-tree-node-content-wrapper:hover {
- background-color: #11263c;
- }
-
- .ant-table-filter-dropdown-search {
- border-bottom: 1px #303030 solid;
- }
-
- .ant-table-filter-dropdown-search-input .anticon {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-table-filter-dropdown-btns {
- background-color: var(--background-secondry-color);
- border-top: 1px solid #303030;
- }
-
- table tr th.ant-table-selection-column::after {
- background-color: transparent !important;
- }
-
- .ant-table-selection-extra .anticon {
- color: #bfbfbf;
- }
-
- .ant-table-selection-extra .anticon:hover {
- color: #a6a6a6;
- }
-
- .ant-table-row-expand-icon {
- color: #177ddc;
- background: transparent;
- border: 1px solid #303030;
- border-radius: 2px;
- }
-
- .ant-table-row-expand-icon:focus-visible,
- .ant-table-row-expand-icon:hover {
- color: #165996;
- }
-
- .ant-table-row-expand-icon:active {
- color: #388ed3;
- }
-
- .ant-table-row-expand-icon-spaced {
- background: transparent;
- }
-
- tr.ant-table-expanded-row > td,
- tr.ant-table-expanded-row:hover > td {
- background: var(--table-header-background-color);
- }
-
- .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-table-tbody > tr.ant-table-placeholder:hover > td {
- background: var(--background-primary-color);
- }
-
- .ant-table-cell-fix-left,
- .ant-table-cell-fix-right {
- background: var(--background-primary-color);
- }
-
- .ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
- box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.45);
- }
-
- .ant-table-ping-left .ant-table-cell-fix-left-first::after,
- .ant-table-ping-left .ant-table-cell-fix-left-last::after {
- box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.45);
- }
-
- .ant-table-ping-left .ant-table-cell-fix-left-last::before {
- background-color: transparent !important;
- }
-
- .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
- box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.45);
- }
-
- .ant-table-ping-right .ant-table-cell-fix-right-first::after,
- .ant-table-ping-right .ant-table-cell-fix-right-last::after {
- box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.45);
- }
-
- .ant-table-sticky-holder {
- background: var(--background-primary-color);
- }
-
- .ant-table-sticky-scroll {
- background: #fcfcfc;
- border-top: 1px solid #303030;
- opacity: 0.6;
- }
-
- .ant-table-sticky-scroll-bar {
- background-color: rgba(0, 0, 0, 0.35);
- }
-
- .ant-table-sticky-scroll-bar:hover {
- background-color: rgba(0, 0, 0, 0.8);
- }
-
- .ant-table-sticky-scroll-bar-active {
- background-color: rgba(0, 0, 0, 0.8);
- }
-
- @media all and (-ms-high-contrast: none) {
- .ant-table-ping-left .ant-table-cell-fix-left-last::after {
- box-shadow: none !important;
- }
-
- .ant-table-ping-right .ant-table-cell-fix-right-first::after {
- box-shadow: none !important;
- }
- }
-
- .ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
- background: transparent;
- }
-
- .ant-tree.ant-tree-directory
- .ant-tree-treenode
- .ant-tree-node-content-wrapper.ant-tree-node-selected {
- color: #fff;
- background: transparent;
- }
-
- .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
- .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
- background: #177ddc;
- }
-
- .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
- color: #fff;
- }
-
- .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
- color: #fff;
- background: transparent;
- }
-
- .ant-tree-checkbox {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
- .ant-tree-checkbox:hover .ant-tree-checkbox-inner,
- .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
- border-color: #177ddc;
- }
-
- .ant-tree-checkbox-checked::after {
- border: 1px solid #177ddc;
- border-radius: 2px;
- }
-
- .ant-tree-checkbox-inner {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- border-collapse: separate;
- }
-
- .ant-tree-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 0;
- }
-
- .ant-tree-checkbox-input {
- opacity: 0;
- }
-
- .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 1;
- }
-
- .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
- background-color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343 !important;
- }
-
- .ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.08);
- border-collapse: separate;
- }
-
- .ant-tree-checkbox-disabled + span {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-tree-checkbox-wrapper {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tree-checkbox-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
- background-color: transparent;
- border-color: #434343;
- }
-
- .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
- background-color: #177ddc;
- opacity: 1;
- }
-
- .ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
- background-color: rgba(255, 255, 255, 0.3);
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-tree {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- }
-
- .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
- background: #111b26;
- }
-
- .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
- border: 1px solid #177ddc;
- opacity: 0;
- }
-
- .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
- background: transparent;
- }
-
- .ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
- opacity: 0.2;
- }
-
- .ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
- opacity: 0.45;
- }
-
- .ant-tree-switcher-loading-icon {
- color: #177ddc;
- }
-
- .ant-tree-switcher-leaf-line::before {
- border-right: 1px solid #d9d9d9;
- }
-
- .ant-tree-switcher-leaf-line::after {
- border-bottom: 1px solid #d9d9d9;
- }
-
- .ant-tree .ant-tree-node-content-wrapper {
- background: transparent;
- }
-
- .ant-tree .ant-tree-node-content-wrapper:hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
- background-color: #11263c;
- }
-
- .ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
- background-color: transparent;
- }
-
- .ant-tree-node-content-wrapper .ant-tree-drop-indicator {
- background-color: #177ddc;
- }
-
- .ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
- background-color: transparent;
- border: 2px solid #177ddc;
- border-radius: 50%;
- }
-
- .ant-tree .ant-tree-treenode.drop-container > [draggable] {
- box-shadow: 0 0 0 2px #177ddc;
- }
-
- .ant-tree-show-line .ant-tree-indent-unit::before {
- border-right: 1px solid #434343;
- }
-
- .ant-tree-show-line .ant-tree-switcher {
- background: var(--background-primary-color);
- }
-
- .ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
- border-right: none;
- border-left: 1px solid #434343;
- }
-
- .ant-timeline {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-timeline-item-tail {
- border-left: 2px solid #303030;
- }
-
- .ant-timeline-item-pending .ant-timeline-item-head {
- background-color: transparent;
- }
-
- .ant-timeline-item-head {
- background-color: var(--background-primary-color);
- border: 2px solid transparent;
- border-radius: 100px;
- }
-
- .ant-timeline-item-head-blue {
- color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-timeline-item-head-red {
- color: #a61d24;
- border-color: #a61d24;
- }
-
- .ant-timeline-item-head-green {
- color: #49aa19;
- border-color: #49aa19;
- }
-
- .ant-timeline-item-head-gray {
- color: rgba(255, 255, 255, 0.3);
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
- border-left: 2px dotted #303030;
- }
-
- .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
- border-left: 2px dotted #303030;
- }
-
- .ant-timeline-rtl .ant-timeline-item-tail {
- border-right: 2px solid #303030;
- border-left: none;
- }
-
- .ant-timeline-rtl.ant-timeline.ant-timeline-pending
- .ant-timeline-item-last
- .ant-timeline-item-tail {
- border-right: 2px dotted #303030;
- border-left: none;
- }
-
- .ant-timeline-rtl.ant-timeline.ant-timeline-reverse
- .ant-timeline-item-pending
- .ant-timeline-item-tail {
- border-right: 2px dotted #303030;
- border-left: none;
- }
-
- .ant-transfer-customize-list
- .ant-table-wrapper
- .ant-table-small
- > .ant-table-content
- > .ant-table-body
- > table
- > .ant-table-thead
- > tr
- > th {
- background: var(--table-header-background-color);
- }
-
- .ant-transfer-customize-list
- .ant-table-wrapper
- .ant-table-small
- > .ant-table-content
- .ant-table-row:last-child
- td {
- border-bottom: 1px solid #303030;
- }
-
- .ant-transfer-customize-list .ant-input[disabled] {
- background-color: transparent;
- }
-
- .ant-transfer-status-error .ant-transfer-list {
- border-color: #a61d24;
- }
-
- .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
- border-color: #434343;
- }
-
- .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-transfer-status-warning .ant-transfer-list {
- border-color: #d89614;
- }
-
- .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
- border-color: #434343;
- }
-
- .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
- border-color: #165996;
- border-right-width: 1px;
- }
-
- .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
- border-color: #177ddc;
- border-right-width: 1px;
- box-shadow: 0 0 0 2px rgba(23, 125, 220, 0.2);
- }
-
- .ant-transfer {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-transfer-disabled .ant-transfer-list {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-transfer-list {
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-transfer-list-search .anticon-search {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-transfer-list-header {
- color: rgba(255, 255, 255, 0.85);
- background: var(--background-primary-color);
- border-bottom: 1px solid #303030;
- border-radius: 2px 2px 0 0;
- }
-
- .ant-transfer-list-content-item-remove {
- color: #434343;
- }
-
- .ant-transfer-list-content-item-remove:hover {
- color: #165996;
- }
-
- .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
- background-color: #262626;
- }
-
- .ant-transfer-list-content-item:not(
- .ant-transfer-list-content-item-disabled
- ).ant-transfer-list-content-item-checked:hover {
- background-color: #0e161f;
- }
-
- .ant-transfer-list-content-show-remove
- .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
- background: transparent;
- }
-
- .ant-transfer-list-content-item-checked {
- background-color: #111b26;
- }
-
- .ant-transfer-list-content-item-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-transfer-list-pagination {
- border-top: 1px solid #303030;
- }
-
- .ant-transfer-list-body-not-found {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-transfer-list-footer {
- border-top: 1px solid #303030;
- }
-
- .ant-select-tree-checkbox {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
- .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
- .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
- border-color: #177ddc;
- }
-
- .ant-select-tree-checkbox-checked::after {
- border: 1px solid #177ddc;
- border-radius: 2px;
- }
-
- .ant-select-tree-checkbox-inner {
- background-color: transparent;
- border: 1px solid #434343;
- border-radius: 2px;
- border-collapse: separate;
- }
-
- .ant-select-tree-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 0;
- }
-
- .ant-select-tree-checkbox-input {
- opacity: 0;
- }
-
- .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
- border: 2px solid #fff;
- border-top: 0;
- border-left: 0;
- opacity: 1;
- }
-
- .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
- background-color: #177ddc;
- border-color: #177ddc;
- }
-
- .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked
- .ant-select-tree-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
- background-color: rgba(255, 255, 255, 0.08);
- border-color: #434343 !important;
- }
-
- .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
- border-color: rgba(255, 255, 255, 0.08);
- border-collapse: separate;
- }
-
- .ant-select-tree-checkbox-disabled + span {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-tree-checkbox-wrapper {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-select-tree-checkbox-group {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
- background-color: transparent;
- border-color: #434343;
- }
-
- .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
- background-color: #177ddc;
- opacity: 1;
- }
-
- .ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled
- .ant-select-tree-checkbox-inner::after {
- background-color: rgba(255, 255, 255, 0.3);
- border-color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-tree {
- color: rgba(255, 255, 255, 0.85);
- background: transparent;
- }
-
- .ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
- background: #111b26;
- }
-
- .ant-select-tree.ant-select-tree-block-node
- .ant-select-tree-list-holder-inner
- .ant-select-tree-treenode.dragging::after {
- border: 1px solid #177ddc;
- opacity: 0;
- }
-
- .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
- background: transparent;
- }
-
- .ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
- background: rgba(255, 255, 255, 0.08);
- }
-
- .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon {
- opacity: 0.2;
- }
-
- .ant-select-tree-treenode:hover
- .ant-select-tree
- .ant-select-tree-treenode-draggable
- .ant-select-tree-draggable-icon {
- opacity: 0.45;
- }
-
- .ant-select-tree-switcher-loading-icon {
- color: #177ddc;
- }
-
- .ant-select-tree-switcher-leaf-line::before {
- border-right: 1px solid #d9d9d9;
- }
-
- .ant-select-tree-switcher-leaf-line::after {
- border-bottom: 1px solid #d9d9d9;
- }
-
- .ant-select-tree .ant-select-tree-node-content-wrapper {
- background: transparent;
- }
-
- .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
- background-color: #11263c;
- }
-
- .ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
- background-color: transparent;
- }
-
- .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
- background-color: #177ddc;
- }
-
- .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
- background-color: transparent;
- border: 2px solid #177ddc;
- border-radius: 50%;
- }
-
- .ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
- box-shadow: 0 0 0 2px #177ddc;
- }
-
- .ant-select-tree-show-line .ant-select-tree-indent-unit::before {
- border-right: 1px solid #434343;
- }
-
- .ant-select-tree-show-line .ant-select-tree-switcher {
- background: var(--background-primary-color);
- }
-
- .ant-typography {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-typography.ant-typography-secondary {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-typography.ant-typography-success {
- color: #49aa19;
- }
-
- .ant-typography.ant-typography-warning {
- color: #d89614;
- }
-
- .ant-typography.ant-typography-danger {
- color: #a61d24;
- }
-
- a.ant-typography.ant-typography-danger:active,
- a.ant-typography.ant-typography-danger:focus {
- color: #800f19;
- }
-
- a.ant-typography.ant-typography-danger:hover {
- color: #b33b3d;
- }
-
- .ant-typography.ant-typography-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- h1.ant-typography,
- div.ant-typography-h1,
- div.ant-typography-h1 > textarea,
- .ant-typography h1 {
- color: rgba(255, 255, 255, 0.85);
- }
-
- h2.ant-typography,
- div.ant-typography-h2,
- div.ant-typography-h2 > textarea,
- .ant-typography h2 {
- color: rgba(255, 255, 255, 0.85);
- }
-
- h3.ant-typography,
- div.ant-typography-h3,
- div.ant-typography-h3 > textarea,
- .ant-typography h3 {
- color: rgba(255, 255, 255, 0.85);
- }
-
- h4.ant-typography,
- div.ant-typography-h4,
- div.ant-typography-h4 > textarea,
- .ant-typography h4 {
- color: rgba(255, 255, 255, 0.85);
- }
-
- h5.ant-typography,
- div.ant-typography-h5,
- div.ant-typography-h5 > textarea,
- .ant-typography h5 {
- color: rgba(255, 255, 255, 0.85);
- }
-
- a.ant-typography,
- .ant-typography a {
- color: #177ddc;
- }
-
- a.ant-typography:focus-visible,
- .ant-typography a:focus-visible,
- a.ant-typography:hover,
- .ant-typography a:hover {
- color: #165996;
- }
-
- a.ant-typography:active,
- .ant-typography a:active {
- color: #388ed3;
- }
-
- a.ant-typography[disabled],
- .ant-typography a[disabled],
- a.ant-typography.ant-typography-disabled,
- .ant-typography a.ant-typography-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- a.ant-typography[disabled]:active,
- .ant-typography a[disabled]:active,
- a.ant-typography.ant-typography-disabled:active,
- .ant-typography a.ant-typography-disabled:active,
- a.ant-typography[disabled]:hover,
- .ant-typography a[disabled]:hover,
- a.ant-typography.ant-typography-disabled:hover,
- .ant-typography a.ant-typography-disabled:hover {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-typography code {
- background: rgba(150, 150, 150, 0.1);
- border: 1px solid rgba(100, 100, 100, 0.2);
- border-radius: 3px;
- }
-
- .ant-typography kbd {
- background: rgba(150, 150, 150, 0.06);
- border: 1px solid rgba(100, 100, 100, 0.2);
- border-bottom-width: 2px;
- border-radius: 3px;
- }
-
- .ant-typography mark {
- background-color: #594214;
- }
-
- .ant-typography-expand,
- .ant-typography-edit,
- .ant-typography-copy {
- color: #177ddc;
- }
-
- .ant-typography-expand:focus-visible,
- .ant-typography-edit:focus-visible,
- .ant-typography-copy:focus-visible,
- .ant-typography-expand:hover,
- .ant-typography-edit:hover,
- .ant-typography-copy:hover {
- color: #165996;
- }
-
- .ant-typography-expand:active,
- .ant-typography-edit:active,
- .ant-typography-copy:active {
- color: #388ed3;
- }
-
- .ant-typography-copy-success,
- .ant-typography-copy-success:hover,
- .ant-typography-copy-success:focus {
- color: #49aa19;
- }
-
- .ant-typography-edit-content-confirm {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-typography pre {
- background: rgba(150, 150, 150, 0.1);
- border: 1px solid rgba(100, 100, 100, 0.2);
- border-radius: 3px;
- }
-
- .ant-typography pre code {
- background: transparent;
- }
-
- .ant-typography blockquote {
- border-left: 4px solid rgba(100, 100, 100, 0.2);
- opacity: 0.85;
- }
-
- .ant-upload {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-upload.ant-upload-disabled {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-upload.ant-upload-select-picture-card {
- background-color: rgba(255, 255, 255, 0.04);
- border: 1px dashed #434343;
- border-radius: 2px;
- }
-
- .ant-upload.ant-upload-select-picture-card:hover {
- border-color: #177ddc;
- }
-
- .ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
- border-color: #434343;
- }
-
- .ant-upload.ant-upload-drag {
- background: rgba(255, 255, 255, 0.04);
- border: 1px dashed #434343;
- border-radius: 2px;
- }
-
- .ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
- border-color: #388ed3;
- }
-
- .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
- border-color: #165996;
- }
-
- .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
- color: #165996;
- }
-
- .ant-upload.ant-upload-drag p.ant-upload-text {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-upload.ant-upload-drag p.ant-upload-hint {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-upload.ant-upload-drag .anticon-plus {
- color: rgba(255, 255, 255, 0.3);
- }
-
- .ant-upload.ant-upload-drag .anticon-plus:hover {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-upload.ant-upload-drag:hover .anticon-plus {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-upload-list {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-upload-list-item-card-actions-btn {
- opacity: 0;
- }
-
- .ant-upload-list-item-card-actions-btn:focus,
- .ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
- opacity: 1;
- }
-
- .ant-upload-list-item-card-actions .anticon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-upload-list-item-card-actions:hover .anticon {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-upload-list-item-info .anticon-loading .anticon,
- .ant-upload-list-item-info .ant-upload-text-icon .anticon {
- color: rgba(255, 255, 255, 0.45);
- }
-
- .ant-upload-list-item:hover .ant-upload-list-item-info {
- background-color: rgba(255, 255, 255, 0.08);
- }
-
- .ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
- opacity: 1;
- }
-
- .ant-upload-list-item-error,
- .ant-upload-list-item-error .ant-upload-text-icon > .anticon,
- .ant-upload-list-item-error .ant-upload-list-item-name {
- color: #a61d24;
- }
-
- .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
- color: #a61d24;
- }
-
- .ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
- opacity: 1;
- }
-
- .ant-upload-list-picture .ant-upload-list-item,
- .ant-upload-list-picture-card .ant-upload-list-item {
- border: 1px solid #434343;
- border-radius: 2px;
- }
-
- .ant-upload-list-picture .ant-upload-list-item:hover,
- .ant-upload-list-picture-card .ant-upload-list-item:hover {
- background: transparent;
- }
-
- .ant-upload-list-picture .ant-upload-list-item-error,
- .ant-upload-list-picture-card .ant-upload-list-item-error {
- border-color: #a61d24;
- }
-
- .ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
- .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
- background: transparent;
- }
-
- .ant-upload-list-picture .ant-upload-list-item-thumbnail,
- .ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
- opacity: 0.8;
- }
-
- .ant-upload-list-picture
- .ant-upload-list-item-error
- .ant-upload-list-item-thumbnail
- .anticon
- svg
- path[fill='#e6f7ff'],
- .ant-upload-list-picture-card
- .ant-upload-list-item-error
- .ant-upload-list-item-thumbnail
- .anticon
- svg
- path[fill='#e6f7ff'] {
- fill: #2a1215;
- }
-
- .ant-upload-list-picture
- .ant-upload-list-item-error
- .ant-upload-list-item-thumbnail
- .anticon
- svg
- path[fill='#1890ff'],
- .ant-upload-list-picture-card
- .ant-upload-list-item-error
- .ant-upload-list-item-thumbnail
- .anticon
- svg
- path[fill='#1890ff'] {
- fill: #a61d24;
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item-info::before {
- background-color: rgba(0, 0, 0, 0.5);
- opacity: 0;
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
- opacity: 1;
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item-actions {
- opacity: 0;
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
- .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
- .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
- color: rgba(255, 255, 255, 0.85);
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
- .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
- .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
- color: #fff;
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
- .ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
- opacity: 1;
- }
-
- .ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
- background-color: rgba(255, 255, 255, 0.04);
- }
}
diff --git a/src/style/theme/dark.less b/src/style/theme/dark.less
index a56fbf1a2..60a3c9bba 100644
--- a/src/style/theme/dark.less
+++ b/src/style/theme/dark.less
@@ -1,21 +1,21 @@
.odc-dark-theme {
- --brand-blue1-color: #111d2c;
- --brand-blue2-color-value: 27, 47, 68;
- --brand-blue2-color: rgba(27, 47, 68, 1);
- --brand-blue3-color: #203e5a;
- --brand-blue5-color: #1a66ac;
- --brand-blue6-color: #167cdb;
- --brand-blue7-color: #3895eb;
- --brand-blue7-color-value: 56, 149, 235;
+ --brand-blue1-color: #0d1e40;
+ --brand-blue2-color-value: 10, 41, 102;
+ --brand-blue2-color: #0a2966;
+ --brand-blue3-color: #003cb3;
+ --brand-blue5-color: #2989ff;
+ --brand-blue6-color: #006aff;
+ --brand-blue7-color: #5189fb;
+ --brand-blue7-color-value: 81, 137, 251;
--neutral-grey0-color-value: 18, 19, 20;
--neutral-grey0-color: #121314;
--neutral-grey1-color: #1c1d1f;
--neutral-grey2-color: #26292b;
- --neutral-grey3-color: #2d3033;
- --neutral-grey4-color: #363a3d;
- --neutral-grey5-color: #f0f2f5;
- --neutral-grey6-color: rgba(255, 255, 255, 0.45);
- --neutral-grey7-color: #515455;
+ --neutral-grey3-color: #282a2e;
+ --neutral-grey4-color: #36383d;
+ --neutral-grey5-color: #44474d;
+ --neutral-grey6-color: #5a5e66;
+ --neutral-grey7-color: #878d99;
--neutral-White6-color: rgba(255, 255, 255, 0.06);
--neutral-White20-color: #434343;
--neutral-White30-color: rgba(255, 255, 255, 0.3);
@@ -24,62 +24,62 @@
--neutral-White85-color: rgba(255, 255, 255, 0.85);
--neutral-White100-color: #fff;
--neutral-black45-color: rgba(0, 0, 0, 0.45);
- --function-green1-color: #162312;
- --function-green2-color: rgba(29, 55, 18, 0.4);
- --function-green3-color: #274916;
- --function-green6-color: #49aa19;
+ --function-green1-color: #132620;
+ --function-green2-color: #1f4d3d;
+ --function-green3-color: #00b378;
+ --function-green6-color: #0ac185;
--green-8-color-value: 143, 212, 96;
- --function-gold1-color: #2b2111;
- --function-gold2-color: rgba(68, 49, 17, 0.4);
- --function-gold3-color: #594214;
- --function-gold6-color: #d89614;
- --function-gold8-color: rgba(216, 150, 20, 0.4);
- --function-red1-color: #2a1215;
- --function-red2-color: rgba(67, 20, 24, 0.4);
- --function-red3-color: #58181c;
- --function-red6-color: #d32029;
- --function-red8-color: rgba(243, 115, 112, 0.4);
+ --function-gold1-color: #402600;
+ --function-gold2-color: #995b00;
+ --function-gold3-color: #ff9700;
+ --function-gold6-color: #ffa21a;
+ --function-gold8-color: #f3b962;
+ --function-red1-color: #401a1a;
+ --function-red2-color: #660a0a;
+ --function-red3-color: #b30000;
+ --function-red6-color: #f93939;
+ --function-red8-color: #f37070;
--function-red8-color-value: 243, 115, 112;
--code-normal-color: rgba(255, 255, 255, 0.85);
--code-blue-color: #5099fb;
--code-green-color: #98d782;
--code-red-color: #e47d8d;
- --icon-blue-color: #509de6;
- --icon-geekblue-color: #5069e6;
- --icon-cyan-color: #59b3af;
- --icon-green-color: #81b350;
- --icon-purple-color: #a179f2;
- --icon-magenta-color: #d96ca5;
- --icon-orange-color: #d9924c;
- --icon-yellow-color: #e8d639;
+ --icon-blue-color: #006aff;
+ --icon-geekblue-color: #79bff2;
+ --icon-cyan-color: #41d9a6;
+ --icon-green-color: #0ac185;
+ --icon-purple-color: #9254de;
+ --icon-magenta-color: #f759ab;
+ --icon-orange-color: #ffa21a;
+ --icon-yellow-color: #fcdb9a;
--progress-blue-color: #1890ff;
--progress-green-color: #5ad8a6;
--background-normal-color: var(--neutral-grey2-color);
--background-primary-color: var(--neutral-grey1-color);
- --background-secondry-color: var(--neutral-grey2-color);
+ --background-secondry-color: var(--neutral-grey1-color);
--background-tertraiy-color: var(--neutral-grey3-color);
--navigation-background-color: var(--neutral-grey4-color);
--navigationv2-background-color: var(--neutral-grey4-color);
- --tab-background-color: var(--neutral-grey4-color);
+ --tab-background-color: var(--neutral-grey3-color);
--dropdown-background-color: var(--neutral-grey4-color);
--tooltips-background-color: var(--neutral-grey4-color);
- --mask-color: rgba(0, 0, 0, 0.65);
- --hover-color: rgba(255, 255, 255, 0.06);
+ --mask-color: rgba(240, 245, 255, 0.45);
+ --hover-color: rgba(54, 56, 61, 0.45);
--hover-color2: #3b3e3e;
- --focus-color: var(--neutral-grey2-color);
- --divider-color: rgba(var(--neutral-grey0-color-value), 0.65);
- --odc-border-color: var(--neutral-grey4-color);
- --text-color-primary: rgba(255, 255, 255, 0.85);
- --text-color-secondary: rgba(255, 255, 255, 0.65);
- --text-color-hint: rgba(255, 255, 255, 0.5);
- --text-color-placeholder: rgba(255, 255, 255, 0.3);
+ --focus-color: rgba(10, 41, 102, 0.45);
+ --divider-color: var(--neutral-grey0-color);
+ --odc-border-color: var(--neutral-grey5-color);
+ --text-color-primary: #f0f5ff;
+ --text-color-secondary: #c7ccd9;
+ --text-color-hint: #878d99;
+ --text-color-placeholder: #5a5e66;
--text-color-inverse: rgba(255, 255, 255, 1);
--text-color-link: var(--brand-blue6-color);
--text-color-error: var(--function-red6-color);
- --icon-color-normal: rgba(255, 255, 255, 0.65);
+ --icon-color-normal: #c7ccd9;
--icon-color-normal-2: var(--neutral-grey6-color);
--icon-color-focus: var(--brand-blue6-color);
- --icon-color-disable: rgba(255, 255, 255, 0.3);
+ --icon-color-disable: var(--neutral-grey6-color);
--icon-color-1: var(--icon-blue-color);
--icon-color-2: var(--icon-green-color);
--icon-color-3: var(--icon-orange-color);
@@ -88,13 +88,13 @@
--icon-color-6: var(--icon-cyan-color);
--icon-color-7: var(--icon-yellow-color);
--icon-color-8: var(--icon-geekblue-color);
- --table-border-color: var(--border-color);
+ --table-border-color: var(--neutral-grey4-color);
--table-header-background-color: var(--neutral-grey3-color);
- --table-focus-color: var(--brand-blue2-color);
- --table-hover-color: var(--brand-blue6-color);
- --table-new-color: rgba(var(--green-8-color-value), 0.4);
- --table-edit-color: var(--function-gold8-color);
- --table-delete-color: var(--function-red8-color);
+ --table-focus-color: var(--brand-blue6-color);
+ --table-hover-color: var(--brand-blue1-color);
+ --table-new-color: var(--function-green1-color);
+ --table-edit-color: var(--function-gold1-color);
+ --table-delete-color: var(--function-red1-color);
--code-common-color: var(--text-color-primary);
--code-comment-color: var(--code-green-color);
--code-keyword-color: var(--code-blue-color);
diff --git a/src/style/theme/white.less b/src/style/theme/white.less
index e53a98d93..e7134956d 100644
--- a/src/style/theme/white.less
+++ b/src/style/theme/white.less
@@ -1,93 +1,93 @@
.odc-white-theme {
- --brand-blue1-color: #e6f7ff;
- --brand-blue2-color: #bae7ff;
- --brand-blue2-color-value: 186, 231, 255;
- --brand-blue3-color: #91d5ff;
- --brand-blue5-color: #40a9ff;
- --brand-blue6-color: #1890ff;
- --brand-blue7-color: #096dd9;
- --brand-blue7-color-value: 9, 109, 217;
- --neutral-grey0-color-value: 31, 41, 61;
- --neutral-grey0-color: #1f293d;
- --neutral-grey1-color: #f7f9fb;
- --neutral-grey2-color: #f5f7fa;
- --neutral-grey3-color: #f0f2f5;
- --neutral-grey4-color: #e9e9e9;
- --neutral-grey5-color: 221, 227, 231;
- --neutral-grey6-color: #f5f7fa;
- --neutral-grey7-color: #e0e0e0;
- --neutral-grey8-color: #d9d9d9;
+ --brand-blue1-color: #eaf1ff;
+ --brand-blue2-color: #d6e4ff;
+ --brand-blue2-color-value: 214, 228, 255;
+ --brand-blue3-color: #b3ccff;
+ --brand-blue5-color: #5189fb;
+ --brand-blue6-color: #006aff;
+ --brand-blue7-color: #004ce6;
+ --brand-blue7-color-value: 0, 76, 230;
+ --neutral-grey0-color-value: 255, 255, 255;
+ --neutral-grey0-color: #ffffff;
+ --neutral-grey1-color: #ffffff;
+ --neutral-grey2-color: #f8fafe;
+ --neutral-grey3-color: #f3f6fc;
+ --neutral-grey4-color: #e2e8f3;
+ --neutral-grey5-color: 205, 213, 228;
+ --neutral-grey6-color: #c1cbe0;
+ --neutral-grey7-color: #8592ad;
+ --neutral-grey8-color: #5c6b8a;
--neutral-White6-color: rgba(255, 255, 255, 0.06);
--neutral-White20-color: #434343;
--neutral-White30-color: rgba(255, 255, 255, 0.3);
--neutral-White50-color: rgba(255, 255, 255, 0.5);
--neutral-White65-color: rgba(255, 255, 255, 0.65);
--neutral-White85-color: rgba(255, 255, 255, 0.85);
- --neutral-White100-color: #fff;
+ --neutral-White100-color: #ffffff;
--neutral-black45-color: rgba(0, 0, 0, 0.45);
--neutral-black2-color: rgba(0, 0, 0, 0.02);
- --function-green1-color: #f6ffed;
- --function-green2-color: #d9f7be;
- --function-green3-color: #b7eb8f;
- --function-green6-color: #52c41a;
- --function-green6-color-value: 82, 196, 26;
- --green-8-color-value: 35, 120, 4;
- --function-gold1-color: #fffbe6;
- --function-gold2-color: #fff1b8;
- --function-gold2-color-value: 255, 241, 184;
- --function-gold3-color: #ffe58f;
- --function-gold6-color: #faad14;
- --function-gold6-color-value: 250, 173, 20;
- --function-gold8-color: #ad6800;
- --function-red1-color: #fff1f0;
- --function-red2-color: #ffccc7;
- --function-red2-color-value: 255, 204, 199;
- --function-red3-color: #ffa39e;
- --function-red3-color-value: 255, 163, 158;
- --function-red6-color: #f5222d;
- --function-red6-color-value: 245, 34, 45;
- --function-red8-color: #a8071a;
- --function-red8-color-value: 168, 7, 26;
- --code-normal-color: rgba(0, 0, 0, 0.85);
+ --function-green1-color: #eef8f5;
+ --function-green2-color: #dbf0e9;
+ --function-green3-color: #b3e6d5;
+ --function-green6-color: #0ac185;
+ --function-green6-color-value: 10, 193, 133;
+ --green-8-color-value: 0, 179, 120;
+ --function-gold1-color: #fff5e5;
+ --function-gold2-color: #ffe7c2;
+ --function-gold2-color-value: 255, 231, 194;
+ --function-gold3-color: #ffd699;
+ --function-gold6-color: #ffa21a;
+ --function-gold6-color-value: 255, 162, 26;
+ --function-gold8-color: #ff9700;
+ --function-red1-color: #ffebeb;
+ --function-red2-color: #ffd6dd;
+ --function-red2-color-value: 255, 214, 221;
+ --function-red3-color: #ffb3b3;
+ --function-red3-color-value: 255, 179, 179;
+ --function-red6-color: #f93939;
+ --function-red6-color-value: 249, 57, 57;
+ --function-red8-color: #bd0f0f;
+ --function-red8-color-value: 189, 15, 15;
+ --code-normal-color: #132039;
--code-blue-color: #00f;
--code-green-color: #09885a;
--code-red-color: #f00;
- --icon-blue-color: #40a9ff;
- --icon-geekblue-color: #597ef7;
- --icon-cyan-color: #36cfc9;
- --icon-green-color: #73d13d;
+ --icon-blue-color: #006aff;
+ --icon-geekblue-color: #79bff2;
+ --icon-cyan-color: #41d9a6;
+ --icon-green-color: #0ac185;
--icon-purple-color: #9254de;
--icon-magenta-color: #f759ab;
- --icon-orange-color: #ffa940;
- --icon-yellow-color: #ffec3d;
+ --icon-orange-color: #ffa21a;
+ --icon-yellow-color: #fcdb9a;
--progress-blue-color: #1890ff;
--progress-green-color: #5ad8a6;
--background-normal-color: var(--neutral-grey3-color);
- --background-primary-color: var(--neutral-White100-color);
- --background-secondry-color: var(--neutral-White100-color);
- --background-tertraiy-color: var(--neutral-grey1-color);
- --navigation-background-color: var(--neutral-grey0-color);
+ --background-primary-color: var(--neutral-grey1-color);
+ --background-secondry-color: var(--neutral-grey1-color);
+ --background-tertraiy-color: var(--neutral-grey3-color);
+ --navigation-background-color: var(--neutral-grey4-color);
--navigationv2-background-color: var(--neutral-grey6-color);
--tab-background-color: var(--neutral-grey3-color);
--dropdown-background-color: var(--neutral-White100-color);
- --tooltips-background-color: rgba(0, 0, 0, 0.75);
- --mask-color: rgba(0, 0, 0, 0.25);
- --hover-color: rgba(0, 0, 0, 0.06);
+ --tooltips-background-color: rgba(19, 32, 57, 0.85);
+ --mask-color: rgba(19, 32, 57, 0.45);
+ --hover-color: rgba(226, 232, 243, 0.45);
--hover-color2: #eaecec;
- --focus-color: var(--brand-blue1-color);
- --divider-color: rgba(var(--neutral-grey5-color), 0.35);
- --odc-border-color: var(--neutral-grey4-color);
- --text-color-primary: rgba(0, 0, 0, 0.85);
- --text-color-secondary: rgba(0, 0, 0, 0.65);
- --text-color-hint: rgba(0, 0, 0, 0.5);
- --text-color-placeholder: rgba(0, 0, 0, 0.3);
- --text-color-inverse: rgba(0, 0, 0, 1);
+ --focus-color: rgba(179, 204, 255, 0.45);
+ --divider-color: var(--neutral-grey4-color);
+ --odc-border-color: var(--neutral-grey5-color);
+ --text-color-primary: #132039;
+ --text-color-secondary: #5c6b8a;
+ --text-color-hint: #8592ad;
+ --text-color-placeholder: #c1cbe0;
+ --text-color-inverse: var(--neutral-White100-color);
--text-color-link: var(--brand-blue6-color);
--text-color-error: var(--function-red6-color);
- --icon-color-normal: rgba(0, 0, 0, 0.65);
+ --icon-color-normal: var(--neutral-grey8-color);
--icon-color-normal-2: var(--neutral-black45-color);
--icon-color-focus: var(--brand-blue6-color);
- --icon-color-disable: rgba(0, 0, 0, 0.25);
+ --icon-color-disable: var(--neutral-grey6-color);
--icon-color-1: var(--icon-blue-color);
--icon-color-2: var(--icon-green-color);
--icon-color-3: var(--icon-orange-color);
@@ -96,22 +96,22 @@
--icon-color-6: var(--icon-cyan-color);
--icon-color-7: var(--icon-yellow-color);
--icon-color-8: var(--icon-geekblue-color);
- --table-border-color: var(--border-color);
- --table-header-background-color: var(--neutral-grey2-color);
- --table-focus-color: var(--brand-blue1-color);
- --table-hover-color: var(--brand-blue6-color);
- --table-new-color: rgba(var(--function-green6-color-value), 0.25);
- --table-edit-color: rgba(var(--function-gold6-color-value), 0.25);
- --table-delete-color: rgba(var(--function-red3-color-value), 0.25);
+ --table-border-color: var(--neutral-grey4-color);
+ --table-header-background-color: var(--neutral-grey3-color);
+ --table-focus-color: var(--brand-blue2-color);
+ --table-hover-color: var(--brand-blue1-color);
+ --table-new-color: var(--function-green1-color);
+ --table-edit-color: var(--function-gold1-color);
+ --table-delete-color: var(--function-red1-color);
--code-common-color: var(--text-color-primary);
--code-comment-color: var(--code-green-color);
--code-keyword-color: var(--code-blue-color);
--code-number-color: var(--code-red-color);
--code-string-color: var(--code-red-color);
- --code-background-selected-color: rgba(var(--brand-blue2-color-value), 0.65);
- --code-background-hover-color: rgba(var(--brand-blue2-color-value), 0.25);
- --code-background-highlight-color: rgba(var(--function-gold2-color-value), 0.65);
- --code-background-error-color: rgba(var(--function-red2-color-value), 0.65);
+ --code-background-selected-color: var(--brand-blue2-color);
+ --code-background-hover-color: var(--brand-blue1-color);
+ --code-background-highlight-color: var(--function-gold1-color);
+ --code-background-error-color: var(--function-red1-color);
--odc-antd-drawer-bg-color: var(var(--background-tertraiy-color));
// code hightlight background
From 7fd61912bccc0a1563c7493de69f21de8de2bcdf Mon Sep 17 00:00:00 2001
From: xiaokang
Date: Wed, 12 Feb 2025 15:47:50 +0800
Subject: [PATCH 005/286] fix: add border
---
src/style/theme/white.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/style/theme/white.less b/src/style/theme/white.less
index e7134956d..db8f3e148 100644
--- a/src/style/theme/white.less
+++ b/src/style/theme/white.less
@@ -13,7 +13,7 @@
--neutral-grey2-color: #f8fafe;
--neutral-grey3-color: #f3f6fc;
--neutral-grey4-color: #e2e8f3;
- --neutral-grey5-color: 205, 213, 228;
+ --neutral-grey5-color: #cdd5e4;
--neutral-grey6-color: #c1cbe0;
--neutral-grey7-color: #8592ad;
--neutral-grey8-color: #5c6b8a;
From ae751a80770e19d46dc26606a1abef30bb2eabe6 Mon Sep 17 00:00:00 2001
From: xiaokang
Date: Wed, 12 Feb 2025 16:00:26 +0800
Subject: [PATCH 006/286] fix: fix token
---
src/style/theme/white.less | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/style/theme/white.less b/src/style/theme/white.less
index db8f3e148..de4ec6d67 100644
--- a/src/style/theme/white.less
+++ b/src/style/theme/white.less
@@ -67,7 +67,7 @@
--background-secondry-color: var(--neutral-grey1-color);
--background-tertraiy-color: var(--neutral-grey3-color);
--navigation-background-color: var(--neutral-grey4-color);
- --navigationv2-background-color: var(--neutral-grey6-color);
+ --navigationv2-background-color: var(--neutral-grey4-color);
--tab-background-color: var(--neutral-grey3-color);
--dropdown-background-color: var(--neutral-White100-color);
--tooltips-background-color: rgba(19, 32, 57, 0.85);
From 91d8f4996c174b03375e2b6400edb9731c73c7a6 Mon Sep 17 00:00:00 2001
From: xiaokang
Date: Thu, 13 Feb 2025 14:04:55 +0800
Subject: [PATCH 007/286] style: set smaller border radius
---
src/layout/antdTheme.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/layout/antdTheme.tsx b/src/layout/antdTheme.tsx
index df699448c..9e245a0ea 100644
--- a/src/layout/antdTheme.tsx
+++ b/src/layout/antdTheme.tsx
@@ -4,6 +4,7 @@ export const theme: ThemeConfig = {
token: {
fontSize: 12,
controlHeight: 28,
+ borderRadius: 2,
},
components: {
Tree: {
From e0a3216160f574cc1b89b47e1ea6a87f7aff7caa Mon Sep 17 00:00:00 2001
From: xiaokang
Date: Thu, 13 Feb 2025 15:36:06 +0800
Subject: [PATCH 008/286] feat: add new route loading
---
src/component/PageLoading/index.less | 2 +-
src/layout/SpaceContainer/index.less | 1 +
src/loading.tsx | 21 +++++++++++++++++----
3 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/src/component/PageLoading/index.less b/src/component/PageLoading/index.less
index 6c871bf57..ca33fe1a1 100644
--- a/src/component/PageLoading/index.less
+++ b/src/component/PageLoading/index.less
@@ -9,7 +9,7 @@
padding: 0;
top: 0px;
left: 0px;
- background: #fff;
+ background: transparent;
}
.tip {
position: fixed;
diff --git a/src/layout/SpaceContainer/index.less b/src/layout/SpaceContainer/index.less
index c52b597eb..6d4f0171e 100644
--- a/src/layout/SpaceContainer/index.less
+++ b/src/layout/SpaceContainer/index.less
@@ -24,6 +24,7 @@
}
}
.main {
+ position: relative;
flex-grow: 1;
flex-shrink: 1;
height: 100%;
diff --git a/src/loading.tsx b/src/loading.tsx
index b33f29932..7a9e64b33 100644
--- a/src/loading.tsx
+++ b/src/loading.tsx
@@ -14,11 +14,24 @@
* limitations under the License.
*/
-import Loading from './component/Loading';
+import { Spin } from 'antd/es';
+// import Loading from './component/Loading';
export default function () {
return (
- <>
-
- >
+
+
+
);
}
From 1f660b44a580280bd9df359f6392e583b9845ea1 Mon Sep 17 00:00:00 2001
From: xiaokang
Date: Tue, 18 Feb 2025 10:39:14 +0800
Subject: [PATCH 009/286] feat: add sqlconsole menu item
---
src/layout/SpaceContainer/Sider/index.tsx | 29 ++++++++++++++++++-----
1 file changed, 23 insertions(+), 6 deletions(-)
diff --git a/src/layout/SpaceContainer/Sider/index.tsx b/src/layout/SpaceContainer/Sider/index.tsx
index 788f2fe35..d5d7537b3 100644
--- a/src/layout/SpaceContainer/Sider/index.tsx
+++ b/src/layout/SpaceContainer/Sider/index.tsx
@@ -21,6 +21,7 @@ import odc from '@/plugins/odc';
import { TaskStore } from '@/store/task';
import { ReactComponent as LinkOutlined } from '@/svgr/icon_connection.svg';
import { ReactComponent as TaskSvg } from '@/svgr/icon_task.svg';
+import { ReactComponent as NewOpenSvg } from '@/svgr/newopen.svg';
import { isClient } from '@/util/env';
import { formatMessage } from '@/util/intl';
import tracert from '@/util/tracert';
@@ -29,6 +30,7 @@ import Icon, {
BulbOutlined,
CaretLeftOutlined,
CaretRightOutlined,
+ CodeOutlined,
ControlOutlined,
ForkOutlined,
TeamOutlined,
@@ -47,6 +49,7 @@ import MenuItem from './MenuItem';
import MineItem from './MineItem';
import SettingItem from './SettingItem';
import SpaceSelect from './SpaceSelect';
+import { gotoSQLWorkspace } from '@/util/route';
interface IProps {
taskStore?: TaskStore;
@@ -92,12 +95,7 @@ const Sider: React.FC = function (props) {
>
)}
-
+
+
+