[data-theme="dark"] ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}
[data-theme="dark"] ::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9;
}
[data-theme="dark"] #nprogress .bar {
  background-color: #0960bd;
}
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev,
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next,
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev a,
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next a,
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item a {
  color: #8b949e !important;
}
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-select-arrow {
  color: #8b949e !important;
}
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active {
  background-color: #0960bd !important;
}
[data-theme="dark"] html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-prev,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-next {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-prev:hover a,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-next:hover a,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item:focus a,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item:hover a {
  color: #0960bd;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-prev,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-next,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item {
  background-color: #f4f4f5 !important;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-prev a,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-next a,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item a {
  color: #606266;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item-active {
  background-color: #0960bd !important;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}
[data-theme="dark"] .ant-pagination.mini .ant-select-arrow {
  color: #cececd;
}
[data-theme="dark"] .ant-btn-link:hover,
[data-theme="dark"] .ant-btn-link:focus,
[data-theme="dark"] .ant-btn-link:active {
  border-color: transparent !important;
}
[data-theme="dark"] .ant-btn-primary {
  color: #fff;
  background-color: #0960bd;
}
[data-theme="dark"] .ant-btn-primary:hover,
[data-theme="dark"] .ant-btn-primary:focus {
  color: #fff;
  background-color: #0a6cd5;
}
[data-theme="dark"] .ant-btn-primary:not(.ant-btn-background-ghost):not([disabled]) {
  color: #fff;
}
[data-theme="dark"] .ant-btn-default {
  color: #606266;
  background-color: #fff;
  border-color: #cececd;
}
[data-theme="dark"] .ant-btn-default:hover,
[data-theme="dark"] .ant-btn-default:focus {
  color: #0960bd;
  background-color: #fff;
  border-color: #0960bd;
}
[data-theme="dark"] [data-theme='light'] .ant-btn.ant-btn-link.is-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] [data-theme='dark'] .ant-btn.ant-btn-link.is-disabled {
  color: rgba(255, 255, 255, 0.25) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] .ant-btn-success.ant-btn-link:not([disabled='disabled']) {
  color: #55D187;
}
[data-theme="dark"] .ant-btn-success.ant-btn-link:not([disabled='disabled']):hover,
[data-theme="dark"] .ant-btn-success.ant-btn-link:not([disabled='disabled']):focus {
  color: #7ddca3;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-success.ant-btn-link:not([disabled='disabled']):active {
  color: #34bf6c;
}
[data-theme="dark"] .ant-btn-success.ant-btn-link.ant-btn-loading::before,
[data-theme="dark"] .ant-btn-warning.ant-btn-link.ant-btn-loading::before,
[data-theme="dark"] .ant-btn-error.ant-btn-link.ant-btn-loading::before,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-link.ant-btn-loading::before,
[data-theme="dark"] .ant-btn.ant-btn-link.ant-btn-loading::before {
  background: transparent;
}
[data-theme="dark"] .ant-btn-success:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #55D187;
  border-color: #55D187;
}
[data-theme="dark"] .ant-btn-success:not(.ant-btn-link, .is-disabled):hover,
[data-theme="dark"] .ant-btn-success:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #7ddca3;
  border-color: #7ddca3;
}
[data-theme="dark"] .ant-btn-success:not(.ant-btn-link, .is-disabled):active {
  background-color: #34bf6c;
  border-color: #34bf6c;
}
[data-theme="dark"] .ant-btn-warning.ant-btn-link:not([disabled='disabled']) {
  color: #EFBD47;
}
[data-theme="dark"] .ant-btn-warning.ant-btn-link:not([disabled='disabled']):hover,
[data-theme="dark"] .ant-btn-warning.ant-btn-link:not([disabled='disabled']):focus {
  color: #f3ce76;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-warning.ant-btn-link:not([disabled='disabled']):active {
  color: #ebac18;
}
[data-theme="dark"] .ant-btn-warning:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #EFBD47;
  border-color: #EFBD47;
}
[data-theme="dark"] .ant-btn-warning:not(.ant-btn-link, .is-disabled):hover,
[data-theme="dark"] .ant-btn-warning:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #f3ce76;
  border-color: #f3ce76;
}
[data-theme="dark"] .ant-btn-warning:not(.ant-btn-link, .is-disabled):active {
  background-color: #ebac18;
  border-color: #ebac18;
}
[data-theme="dark"] .ant-btn-error.ant-btn-link:not([disabled='disabled']) {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-btn-error.ant-btn-link:not([disabled='disabled']):hover,
[data-theme="dark"] .ant-btn-error.ant-btn-link:not([disabled='disabled']):focus {
  color: #f39c9c;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-error.ant-btn-link:not([disabled='disabled']):active {
  color: #e74242;
}
[data-theme="dark"] .ant-btn-error:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #ED6F6F;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-btn-error:not(.ant-btn-link, .is-disabled):hover,
[data-theme="dark"] .ant-btn-error:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #f39c9c;
  border-color: #f39c9c;
}
[data-theme="dark"] .ant-btn-error:not(.ant-btn-link, .is-disabled):active {
  background-color: #e74242;
  border-color: #e74242;
}
[data-theme="dark"] .ant-btn-background-ghost {
  background-color: transparent !important;
}
[data-theme="dark"] .ant-btn-background-ghost[disabled],
[data-theme="dark"] .ant-btn-background-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
[data-theme="dark"] .ant-btn-dashed.ant-btn-background-ghost,
[data-theme="dark"] .ant-btn-default.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
[data-theme="dark"] .ant-btn-dashed.ant-btn-background-ghost:hover,
[data-theme="dark"] .ant-btn-default.ant-btn-background-ghost:hover,
[data-theme="dark"] .ant-btn-dashed.ant-btn-background-ghost:focus,
[data-theme="dark"] .ant-btn-default.ant-btn-background-ghost:focus {
  color: #fff;
  border-color: #fff;
}
[data-theme="dark"] .ant-btn-dashed.ant-btn-background-ghost:active,
[data-theme="dark"] .ant-btn-default.ant-btn-background-ghost:active {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
[data-theme="dark"] .ant-btn-dashed.ant-btn-background-ghost[disabled],
[data-theme="dark"] .ant-btn-default.ant-btn-background-ghost[disabled],
[data-theme="dark"] .ant-btn-dashed.ant-btn-background-ghost[disabled]:hover,
[data-theme="dark"] .ant-btn-default.ant-btn-background-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link) {
  color: #55D187;
  background-color: transparent;
  border-color: #55D187;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):focus {
  color: #7ddca3 !important;
  border-color: #7ddca3;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):active {
  color: #34bf6c;
  border-color: #34bf6c;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link) {
  color: #EFBD47;
  background-color: transparent;
  border-color: #EFBD47;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):focus {
  color: #f3ce76 !important;
  border-color: #f3ce76;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):active {
  color: #ebac18;
  border-color: #ebac18;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link) {
  color: #ED6F6F;
  background-color: transparent;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):focus {
  color: #f39c9c !important;
  border-color: #f39c9c;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):active {
  color: #e74242;
  border-color: #e74242;
}
[data-theme="dark"] .ant-btn-ghost.ant-btn-link:not([disabled='disabled']) {
  color: #fff;
}
[data-theme="dark"] .ant-btn-ghost.ant-btn-link:not([disabled='disabled']):hover,
[data-theme="dark"] .ant-btn-ghost.ant-btn-link:not([disabled='disabled']):focus {
  color: #fff;
  border-color: transparent;
}
[data-theme="dark"] .ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .ant-popover-content {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .modal-icon-warning {
  color: #EFBD47 !important;
}
[data-theme="dark"] .modal-icon-success {
  color: #55D187 !important;
}
[data-theme="dark"] .modal-icon-error {
  color: #ED6F6F !important;
}
[data-theme="dark"] .modal-icon-info {
  color: #0960bd !important;
}
[data-theme="dark"] .bg-white {
  background-color: #151515 !important;
}
[data-theme="dark"] html[data-theme='light'] .text-secondary {
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] html[data-theme='light'] .ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
[data-theme="dark"] html[data-theme='light'] .ant-alert-error {
  background-color: #fff;
  border: 1px solid #ffccc7;
}
[data-theme="dark"] html[data-theme='light'] .ant-alert-warning {
  background-color: #fff;
  border: 1px solid #ffe58f;
}
[data-theme="dark"] html[data-theme='light'] :not(:root):fullscreen::backdrop {
  background-color: #000 !important;
}
[data-theme="dark"] [data-theme='dark'] .text-secondary {
  color: #8b949e;
}
[data-theme="dark"] [data-theme='dark'] .ant-card-grid {
  box-shadow: 1px 0 0 0 #434343;
}
[data-theme="dark"] [data-theme='dark'] .ant-calendar-selected-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.8);
}
[data-theme="dark"] [data-theme='dark'] .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  color: rgba(0, 0, 0, 0.9);
}


[data-theme="dark"] html {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  color: #c9d1d9;
  background-color: #000;
}
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] a {
  color: #0960bd;
  background-color: transparent;
}
[data-theme="dark"] a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] a:active {
  color: #004496;
}
[data-theme="dark"] a[disabled] {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] caption {
  color: #8b949e;
}
[data-theme="dark"] mark {
  background-color: #2c2712;
}
[data-theme="dark"] ::selection {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] html {
  antd-wave-shadow-color: #0960bd;
}
[data-theme="dark"] [ant-click-animating-without-extra-node='true']::after,
[data-theme="dark"] .ant-click-animating-node {
  box-shadow: 0 0 0 0 #0960bd;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #0960bd;
  }
}

[data-theme="dark"] .ant-btn {
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  color: #c9d1d9;
  background: transparent;
  border-color: #303030;
}
[data-theme="dark"] .ant-btn > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn:hover,
[data-theme="dark"] .ant-btn:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn:hover > a:only-child::after,
[data-theme="dark"] .ant-btn:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn[disabled],
[data-theme="dark"] .ant-btn[disabled]:hover,
[data-theme="dark"] .ant-btn[disabled]:focus,
[data-theme="dark"] .ant-btn[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn:hover,
[data-theme="dark"] .ant-btn:focus,
[data-theme="dark"] .ant-btn:active {
  background: transparent;
}
[data-theme="dark"] .ant-btn-primary {
  color: #fff;
  background: #0960bd;
  border-color: #0960bd;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
[data-theme="dark"] .ant-btn-primary > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-primary:hover,
[data-theme="dark"] .ant-btn-primary:focus {
  color: #fff;
  background: #004496;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-primary:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-primary:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-primary:active {
  color: #fff;
  background: #2a7dc9;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-primary:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-primary[disabled],
[data-theme="dark"] .ant-btn-primary[disabled]:hover,
[data-theme="dark"] .ant-btn-primary[disabled]:focus,
[data-theme="dark"] .ant-btn-primary[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-primary[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-primary[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-primary[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-primary[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #2a7dc9;
  border-left-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #303030;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
[data-theme="dark"] .ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
[data-theme="dark"] .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #303030;
}
[data-theme="dark"] .ant-btn-ghost {
  color: #c9d1d9;
  background: transparent;
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-ghost > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-ghost:hover,
[data-theme="dark"] .ant-btn-ghost:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-ghost:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-ghost:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-ghost:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-ghost:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-ghost[disabled],
[data-theme="dark"] .ant-btn-ghost[disabled]:hover,
[data-theme="dark"] .ant-btn-ghost[disabled]:focus,
[data-theme="dark"] .ant-btn-ghost[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-ghost[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-ghost[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-ghost[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-ghost[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dashed {
  color: #c9d1d9;
  background: transparent;
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-dashed > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dashed:hover,
[data-theme="dark"] .ant-btn-dashed:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-dashed:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dashed:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dashed:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-dashed:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dashed[disabled],
[data-theme="dark"] .ant-btn-dashed[disabled]:hover,
[data-theme="dark"] .ant-btn-dashed[disabled]:focus,
[data-theme="dark"] .ant-btn-dashed[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-dashed[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dashed[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dashed[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dashed[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-danger {
  color: #fff;
  background: #faa19d;
  border-color: #faa19d;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
[data-theme="dark"] .ant-btn-danger > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-danger:hover,
[data-theme="dark"] .ant-btn-danger:focus {
  color: #fff;
  background: #d47c7b;
  border-color: #d47c7b;
}
[data-theme="dark"] .ant-btn-danger:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-danger:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-danger:active {
  color: #fff;
  background: #ffcec9;
  border-color: #ffcec9;
}
[data-theme="dark"] .ant-btn-danger:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-danger[disabled],
[data-theme="dark"] .ant-btn-danger[disabled]:hover,
[data-theme="dark"] .ant-btn-danger[disabled]:focus,
[data-theme="dark"] .ant-btn-danger[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-danger[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-danger[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-danger[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-danger[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-link {
  color: #0960bd;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-link > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-link:hover,
[data-theme="dark"] .ant-btn-link:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-link:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-link:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-link:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-link:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-link[disabled],
[data-theme="dark"] .ant-btn-link[disabled]:hover,
[data-theme="dark"] .ant-btn-link[disabled]:focus,
[data-theme="dark"] .ant-btn-link[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-link[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-link[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-link[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-link[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-link:hover {
  background: transparent;
}
[data-theme="dark"] .ant-btn-link:hover,
[data-theme="dark"] .ant-btn-link:focus,
[data-theme="dark"] .ant-btn-link:active {
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-link[disabled],
[data-theme="dark"] .ant-btn-link[disabled]:hover,
[data-theme="dark"] .ant-btn-link[disabled]:focus,
[data-theme="dark"] .ant-btn-link[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-link[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-link[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-link[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-link[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-text {
  color: #c9d1d9;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-text > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-text:hover,
[data-theme="dark"] .ant-btn-text:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-text:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-text:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-text:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-text:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-text[disabled],
[data-theme="dark"] .ant-btn-text[disabled]:hover,
[data-theme="dark"] .ant-btn-text[disabled]:focus,
[data-theme="dark"] .ant-btn-text[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-text[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-text[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-text[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-text[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-text:hover,
[data-theme="dark"] .ant-btn-text:focus {
  color: #c9d1d9;
  background: rgba(255, 255, 255, 0.03);
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-text:active {
  color: #c9d1d9;
  background: rgba(255, 255, 255, 0.04);
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-text[disabled],
[data-theme="dark"] .ant-btn-text[disabled]:hover,
[data-theme="dark"] .ant-btn-text[disabled]:focus,
[data-theme="dark"] .ant-btn-text[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-text[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-text[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-text[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-text[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous {
  color: #ED6F6F;
  background: transparent;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-btn-dangerous > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous:hover,
[data-theme="dark"] .ant-btn-dangerous:focus {
  color: #c75457;
  background: transparent;
  border-color: #c75457;
}
[data-theme="dark"] .ant-btn-dangerous:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous:active {
  color: #faa19d;
  background: transparent;
  border-color: #faa19d;
}
[data-theme="dark"] .ant-btn-dangerous:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous[disabled],
[data-theme="dark"] .ant-btn-dangerous[disabled]:hover,
[data-theme="dark"] .ant-btn-dangerous[disabled]:focus,
[data-theme="dark"] .ant-btn-dangerous[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-dangerous[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  background: #faa19d;
  border-color: #faa19d;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  background: #d47c7b;
  border-color: #d47c7b;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  background: #ffcec9;
  border-color: #ffcec9;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled],
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled]:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link {
  color: #ED6F6F;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled],
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:focus,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:focus {
  color: #c75457;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:active {
  color: #faa19d;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled],
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:focus,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text {
  color: #ED6F6F;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:focus {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:active {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled],
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:focus,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:focus {
  color: #c75457;
  background: rgba(255, 255, 255, 0.03);
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:active {
  color: #faa19d;
  background: rgba(255, 255, 255, 0.04);
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled],
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:hover,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:focus,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn::before {
  background: #151515;
}
[data-theme="dark"] .ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost {
  color: #c9d1d9;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.25);
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary {
  color: #0960bd;
  background: transparent;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #004496;
  background: transparent;
  border-color: #004496;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary:active {
  color: #2a7dc9;
  background: transparent;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled],
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
[data-theme="dark"] .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: #303030;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger {
  color: #faa19d;
  background: transparent;
  border-color: #faa19d;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger:focus {
  color: #d47c7b;
  background: transparent;
  border-color: #d47c7b;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger:active {
  color: #ffcec9;
  background: transparent;
  border-color: #ffcec9;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled],
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
[data-theme="dark"] .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: #303030;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous {
  color: #faa19d;
  background: transparent;
  border-color: #faa19d;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #d47c7b;
  background: transparent;
  border-color: #d47c7b;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #ffcec9;
  background: transparent;
  border-color: #ffcec9;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled],
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
[data-theme="dark"] .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: #303030;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #faa19d;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #d47c7b;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #ffcec9;
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
[data-theme="dark"] .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: #303030;
}
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
[data-theme="dark"] .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #2a7dc9;
  border-left-color: #303030;
}
[data-theme="dark"] .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
[data-theme="dark"] .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #303030;
  border-left-color: #2a7dc9;
}

[data-theme="dark"] .ant-input-affix-wrapper {
  color: #c9d1d9;
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-input-affix-wrapper::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-affix-wrapper:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-affix-wrapper::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-affix-wrapper:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-input-affix-wrapper:focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-input-affix-wrapper-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-affix-wrapper-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-affix-wrapper[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-affix-wrapper[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}
[data-theme="dark"] .ant-input {
  color: #c9d1d9;
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-input:focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-input-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-group {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-input-group-addon {
  color: #c9d1d9;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid transparent;
}
[data-theme="dark"] .ant-input-group-addon .ant-select-open .ant-select-selector,
[data-theme="dark"] .ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #0960bd;
}
[data-theme="dark"] .ant-input-affix-wrapper {
  border: 1px solid #303030;
  background-color: transparent;
  color: #c9d1d9;
}
[data-theme="dark"] .ant-input-affix-wrapper:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-input-affix-wrapper-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-affix-wrapper-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-affix-wrapper-focused {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-input-affix-wrapper .ant-input-prefix,
[data-theme="dark"] .ant-input-affix-wrapper .ant-input-suffix {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-password-icon {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-password-icon:hover {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] .ant-input-clear-icon {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-clear-icon:hover {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-clear-icon:active {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-input-textarea-clear-icon {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-textarea-clear-icon:hover {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-textarea-clear-icon:active {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-input-textarea-show-count::after {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-search-icon {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-search-icon:hover {
  color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .ant-layout {
  background: #000;
}
[data-theme="dark"] .ant-layout-header {
  color: #c9d1d9;
  background: #1f1f1f;
}
[data-theme="dark"] .ant-layout-footer {
  color: #c9d1d9;
  background: #000;
}
[data-theme="dark"] .ant-layout-sider {
  background: #1f1f1f;
}
[data-theme="dark"] .ant-layout-sider-trigger {
  color: #fff;
  background: #262626;
}
[data-theme="dark"] .ant-layout-sider-zero-width-trigger {
  color: #fff;
  background: #1f1f1f;
}
[data-theme="dark"] .ant-layout-sider-zero-width-trigger::after {
  background: transparent;
}
[data-theme="dark"] .ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] .ant-layout-sider-light {
  background: #fff;
}
[data-theme="dark"] .ant-layout-sider-light .ant-layout-sider-trigger {
  color: #c9d1d9;
  background: #fff;
}
[data-theme="dark"] .ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #c9d1d9;
  background: #fff;
}

[data-theme="dark"] .ant-modal {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-modal-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-modal-content {
  background-color: #1f1f1f;
}
[data-theme="dark"] .ant-modal-close {
  color: #8b949e;
  background: transparent;
}
[data-theme="dark"] .ant-modal-close:focus,
[data-theme="dark"] .ant-modal-close:hover {
  color: rgba(255, 255, 255, 0.75);
}
[data-theme="dark"] .ant-modal-header {
  color: #c9d1d9;
  background: #1f1f1f;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-modal-footer {
  background: transparent;
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .ant-modal-confirm-body .ant-modal-confirm-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-modal-confirm-body .ant-modal-confirm-content {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
[data-theme="dark"] .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #0960bd;
}
[data-theme="dark"] .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #55D187;
}

[data-theme="dark"] .ant-notification {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-notification-notice {
  background: #1f1f1f;
}
[data-theme="dark"] .ant-notification-notice-message {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-notification-notice-message-single-line-auto-margin {
  background-color: transparent;
}
[data-theme="dark"] .anticon.ant-notification-notice-icon-success {
  color: #55D187;
}
[data-theme="dark"] .anticon.ant-notification-notice-icon-info {
  color: #0960bd;
}
[data-theme="dark"] .anticon.ant-notification-notice-icon-warning {
  color: #EFBD47;
}
[data-theme="dark"] .anticon.ant-notification-notice-icon-error {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-notification-notice-close {
  color: #8b949e;
}
[data-theme="dark"] .ant-notification-notice-close:hover {
  color: #53595f;
}

[data-theme="dark"] .sdx-app-logo.light {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .sdx-app-logo.light .sdx-app-logo__title {
  color: #0960bd;
}
[data-theme="dark"] .sdx-app-logo.dark .sdx-app-logo__title {
  color: #fff;
}

[data-theme="dark"] html[data-theme='dark'] .sdx-dark-switch {
  border: 1px solid #c4bcbc;
}
[data-theme="dark"] .sdx-dark-switch {
  background-color: #151515;
}
[data-theme="dark"] .sdx-dark-switch-inner {
  background-color: #fff;
}

[data-theme="dark"] html[data-theme='dark'] .sdx-login {
  background-color: #293146;
}
[data-theme="dark"] html[data-theme='dark'] .sdx-login .ant-input,
[data-theme="dark"] html[data-theme='dark'] .sdx-login .ant-input-password {
  background-color: #232a3b;
}
[data-theme="dark"] html[data-theme='dark'] .sdx-login .ant-btn:not(.ant-btn-link):not(.ant-btn-primary) {
  border: 1px solid #4a5569;
}
[data-theme="dark"] html[data-theme='dark'] .sdx-login-form {
  background: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .sdx-login .app-iconify {
  color: #fff;
}
[data-theme="dark"] html[data-theme='dark'] input.fix-auto-fill,
[data-theme="dark"] html[data-theme='dark'] .fix-auto-fill input {
  webkit-text-fill-color: #c9d1d9 !important;
}
@media (max-width: 1200px) {
  [data-theme="dark"] {
    background-color: #293146;
  }
}
[data-theme="dark"] .sdx-login .sdx-login-form {
  background-color: #fff;
}
[data-theme="dark"] .sdx-login .sdx-app-logo__title {
  color: #fff;
}
[data-theme="dark"] .sdx-login .container .sdx-app-logo__title {
  color: #fff;
}
[data-theme="dark"] .sdx-login-sign-in-way .anticon {
  color: #888;
}
[data-theme="dark"] .sdx-login-sign-in-way .anticon:hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-login .ant-divider-inner-text {
  color: #8b949e;
}


[data-theme="dark"] .sdx-default-layout {
  background-color: #f4f7f9;
}

[data-theme="dark"] .sdx-app-search-modal {
  background-color: rgba(0, 0, 0, 0.25);
}
[data-theme="dark"] .sdx-app-search-modal-content {
  background-color: #151515;
}
[data-theme="dark"] .sdx-app-search-modal-input {
  color: #1c1e21;
}
[data-theme="dark"] .sdx-app-search-modal-input span[role='img'] {
  color: #999;
}
[data-theme="dark"] .sdx-app-search-modal-cancel {
  color: #666;
}
[data-theme="dark"] .sdx-app-search-modal-not-data {
  color: #969faf;
}
[data-theme="dark"] .sdx-app-search-modal-list__item {
  color: #c9d1d9;
  background-color: #151515;
  box-shadow: 0 1px 3px 0 #d4d9e1;
}
[data-theme="dark"] .sdx-app-search-modal-list__item--active {
  color: #fff;
  background-color: #0960bd;
}

[data-theme="dark"] span.iconify {
  background-color: #555;
}

[data-theme="dark"] .ant-tooltip {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tooltip-inner {
  color: #fff;
  background-color: #434343;
}
[data-theme="dark"] .ant-tooltip-arrow {
  background: transparent;
}
[data-theme="dark"] .ant-tooltip-arrow-content {
  background-color: #434343;
}
[data-theme="dark"] .ant-tooltip-placement-top .ant-tooltip-arrow-content,
[data-theme="dark"] .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
[data-theme="dark"] .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
[data-theme="dark"] .ant-tooltip-pink .ant-tooltip-inner {
  background-color: #cb2b83;
}
[data-theme="dark"] .ant-tooltip-pink .ant-tooltip-arrow-content {
  background-color: #cb2b83;
}
[data-theme="dark"] .ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #cb2b83;
}
[data-theme="dark"] .ant-tooltip-magenta .ant-tooltip-arrow-content {
  background-color: #cb2b83;
}
[data-theme="dark"] .ant-tooltip-red .ant-tooltip-inner {
  background-color: #d32029;
}
[data-theme="dark"] .ant-tooltip-red .ant-tooltip-arrow-content {
  background-color: #d32029;
}
[data-theme="dark"] .ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #d84b1b;
}
[data-theme="dark"] .ant-tooltip-volcano .ant-tooltip-arrow-content {
  background-color: #d84b1b;
}
[data-theme="dark"] .ant-tooltip-orange .ant-tooltip-inner {
  background-color: #d87a16;
}
[data-theme="dark"] .ant-tooltip-orange .ant-tooltip-arrow-content {
  background-color: #d87a16;
}
[data-theme="dark"] .ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #d8bd14;
}
[data-theme="dark"] .ant-tooltip-yellow .ant-tooltip-arrow-content {
  background-color: #d8bd14;
}
[data-theme="dark"] .ant-tooltip-gold .ant-tooltip-inner {
  background-color: #d89614;
}
[data-theme="dark"] .ant-tooltip-gold .ant-tooltip-arrow-content {
  background-color: #d89614;
}
[data-theme="dark"] .ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13a8a8;
}
[data-theme="dark"] .ant-tooltip-cyan .ant-tooltip-arrow-content {
  background-color: #13a8a8;
}
[data-theme="dark"] .ant-tooltip-lime .ant-tooltip-inner {
  background-color: #8bbc12;
}
[data-theme="dark"] .ant-tooltip-lime .ant-tooltip-arrow-content {
  background-color: #8bbc12;
}
[data-theme="dark"] .ant-tooltip-green .ant-tooltip-inner {
  background-color: #49aa19;
}
[data-theme="dark"] .ant-tooltip-green .ant-tooltip-arrow-content {
  background-color: #49aa19;
}
[data-theme="dark"] .ant-tooltip-blue .ant-tooltip-inner {
  background-color: #187edc;
}
[data-theme="dark"] .ant-tooltip-blue .ant-tooltip-arrow-content {
  background-color: #187edc;
}
[data-theme="dark"] .ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2b4bcb;
}
[data-theme="dark"] .ant-tooltip-geekblue .ant-tooltip-arrow-content {
  background-color: #2b4bcb;
}
[data-theme="dark"] .ant-tooltip-purple .ant-tooltip-inner {
  background-color: #642ab5;
}
[data-theme="dark"] .ant-tooltip-purple .ant-tooltip-arrow-content {
  background-color: #642ab5;
}

[data-theme="dark"] .full-loading {
  background-color: rgba(240, 242, 245, 0.4);
}
[data-theme="dark"] html[data-theme='dark'] .full-loading {
  background-color: rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .ant-message {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-message-notice-content {
  background: #1f1f1f;
}
[data-theme="dark"] .ant-message-success .anticon {
  color: #55D187;
}
[data-theme="dark"] .ant-message-error .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-message-warning .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-message-info .anticon,
[data-theme="dark"] .ant-message-loading .anticon {
  color: #0960bd;
}





[data-theme="dark"] .sdx-layout-header {
  color: #fff;
  background-color: #fff;
}
[data-theme="dark"] .sdx-layout-header-left .sdx-layout-header-trigger.light:hover {
  background-color: #f6f6f6;
}
[data-theme="dark"] .sdx-layout-header-left .sdx-layout-header-trigger.light svg {
  fill: #000;
}
[data-theme="dark"] .sdx-layout-header--light {
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
[data-theme="dark"] .sdx-layout-header--light .sdx-layout-header-logo {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-layout-header--light .sdx-layout-header-logo:hover {
  background-color: #f6f6f6;
}
[data-theme="dark"] .sdx-layout-header--light .sdx-layout-header-action__item {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-layout-header--light .sdx-layout-header-action__item:hover {
  background-color: #f6f6f6;
}
[data-theme="dark"] .sdx-layout-header--light .sdx-layout-header-action-icon,
[data-theme="dark"] .sdx-layout-header--light .sdx-layout-header-action span[role='img'] {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-layout-header--dark {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .sdx-layout-header--dark .sdx-layout-header-action__item .ant-badge span {
  color: #fff;
}


[data-theme="dark"] .sdx-layout-footer {
  color: #d9d9d9;
}
[data-theme="dark"] .sdx-layout-footer__links a {
  color: #d9d9d9;
}
[data-theme="dark"] .sdx-layout-footer__links a:hover {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme="dark"] .sdx-layout-footer__github:hover {
  color: rgba(0, 0, 0, 0.85);
}

[data-theme="dark"] .sdx-setting-drawer-fearure {
  color: #fff;
  background-color: #0960bd;
}

[data-theme="dark"] .sdx-app-search-footer {
  color: #666;
  background-color: #151515;
  border-top: 1px solid #303030;
}

[data-theme="dark"] .ant-popover {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-popover::after {
  background: rgba(255, 255, 255, 0.01);
}
[data-theme="dark"] .ant-popover-inner {
  background-color: #1f1f1f;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .ant-popover-title {
  color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-popover-inner-content {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-popover-message {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-popover-message > .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-popover-arrow {
  background: transparent;
}
[data-theme="dark"] .ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  border-top-color: transparent;
  border-right-color: #1f1f1f;
  border-bottom-color: #1f1f1f;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
[data-theme="dark"] .ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #1f1f1f;
  border-left-color: #1f1f1f;
}
[data-theme="dark"] .ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  border-top-color: #1f1f1f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #1f1f1f;
}
[data-theme="dark"] .ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
[data-theme="dark"] .ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  border-top-color: #1f1f1f;
  border-right-color: #1f1f1f;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

[data-theme="dark"] .ant-card {
  color: #c9d1d9;
  background: #151515;
}
[data-theme="dark"] .ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
}
[data-theme="dark"] .ant-card-bordered {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-card-head {
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-card-head .ant-tabs {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-card-extra {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-card-grid {
  box-shadow: 1px 0 0 0 #303030;
}
[data-theme="dark"] .ant-card-actions {
  background: #151515;
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-card-actions > li {
  color: #8b949e;
}
[data-theme="dark"] .ant-card-actions > li > span:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-card-actions > li > span a:not(.ant-btn),
[data-theme="dark"] .ant-card-actions > li > span > .anticon {
  color: #8b949e;
}
[data-theme="dark"] .ant-card-actions > li > span a:not(.ant-btn):hover,
[data-theme="dark"] .ant-card-actions > li > span > .anticon:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-card-type-inner .ant-card-head {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .ant-card-meta-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-card-meta-description {
  color: #8b949e;
}

[data-theme="dark"] .ant-tag {
  color: #c9d1d9;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-tag,
[data-theme="dark"] .ant-tag a,
[data-theme="dark"] .ant-tag a:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tag-close-icon {
  color: #8b949e;
}
[data-theme="dark"] .ant-tag-close-icon:hover {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-tag-has-color {
  border-color: transparent;
}
[data-theme="dark"] .ant-tag-has-color,
[data-theme="dark"] .ant-tag-has-color a,
[data-theme="dark"] .ant-tag-has-color a:hover,
[data-theme="dark"] .ant-tag-has-color .anticon-close,
[data-theme="dark"] .ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
[data-theme="dark"] .ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-tag-checkable:active,
[data-theme="dark"] .ant-tag-checkable-checked {
  color: #fff;
}
[data-theme="dark"] .ant-tag-checkable-checked {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-tag-checkable:active {
  background-color: #004496;
}
[data-theme="dark"] .ant-tag-pink {
  color: #e0529c;
  background: #2a1421;
  border-color: #551d3c;
}
[data-theme="dark"] .ant-tag-pink-inverse {
  color: #fff;
  background: #cb2b83;
  border-color: #cb2b83;
}
[data-theme="dark"] .ant-tag-magenta {
  color: #e0529c;
  background: #2a1421;
  border-color: #551d3c;
}
[data-theme="dark"] .ant-tag-magenta-inverse {
  color: #fff;
  background: #cb2b83;
  border-color: #cb2b83;
}
[data-theme="dark"] .ant-tag-red {
  color: #e84749;
  background: #2b1316;
  border-color: #58191c;
}
[data-theme="dark"] .ant-tag-red-inverse {
  color: #fff;
  background: #d32029;
  border-color: #d32029;
}
[data-theme="dark"] .ant-tag-volcano {
  color: #e87040;
  background: #2c1712;
  border-color: #5a2817;
}
[data-theme="dark"] .ant-tag-volcano-inverse {
  color: #fff;
  background: #d84b1b;
  border-color: #d84b1b;
}
[data-theme="dark"] .ant-tag-orange {
  color: #e89a3c;
  background: #2c1e12;
  border-color: #5a3915;
}
[data-theme="dark"] .ant-tag-orange-inverse {
  color: #fff;
  background: #d87a16;
  border-color: #d87a16;
}
[data-theme="dark"] .ant-tag-yellow {
  color: #e8d739;
  background: #2c2712;
  border-color: #5a5015;
}
[data-theme="dark"] .ant-tag-yellow-inverse {
  color: #fff;
  background: #d8bd14;
  border-color: #d8bd14;
}
[data-theme="dark"] .ant-tag-gold {
  color: #e8b339;
  background: #2c2112;
  border-color: #5a4315;
}
[data-theme="dark"] .ant-tag-gold-inverse {
  color: #fff;
  background: #d89614;
  border-color: #d89614;
}
[data-theme="dark"] .ant-tag-cyan {
  color: #33bcb7;
  background: #122223;
  border-color: #144949;
}
[data-theme="dark"] .ant-tag-cyan-inverse {
  color: #fff;
  background: #13a8a8;
  border-color: #13a8a8;
}
[data-theme="dark"] .ant-tag-lime {
  color: #aad134;
  background: #202712;
  border-color: #3f5014;
}
[data-theme="dark"] .ant-tag-lime-inverse {
  color: #fff;
  background: #8bbc12;
  border-color: #8bbc12;
}
[data-theme="dark"] .ant-tag-green {
  color: #6abe39;
  background: #172412;
  border-color: #274a17;
}
[data-theme="dark"] .ant-tag-green-inverse {
  color: #fff;
  background: #49aa19;
  border-color: #49aa19;
}
[data-theme="dark"] .ant-tag-blue {
  color: #3c9ae8;
  background: #121e2d;
  border-color: #163a5b;
}
[data-theme="dark"] .ant-tag-blue-inverse {
  color: #fff;
  background: #187edc;
  border-color: #187edc;
}
[data-theme="dark"] .ant-tag-geekblue {
  color: #5274e0;
  background: #14172a;
  border-color: #1d2855;
}
[data-theme="dark"] .ant-tag-geekblue-inverse {
  color: #fff;
  background: #2b4bcb;
  border-color: #2b4bcb;
}
[data-theme="dark"] .ant-tag-purple {
  color: #864eca;
  background: #1a1426;
  border-color: #311d4d;
}
[data-theme="dark"] .ant-tag-purple-inverse {
  color: #fff;
  background: #642ab5;
  border-color: #642ab5;
}
[data-theme="dark"] .ant-tag-success {
  color: #49aa19;
  background: #172412;
  border-color: #274a17;
}
[data-theme="dark"] .ant-tag-processing {
  color: #187edc;
  background: #121e2d;
  border-color: #163a5b;
}
[data-theme="dark"] .ant-tag-error {
  color: #d32029;
  background: #2b1316;
  border-color: #58191c;
}
[data-theme="dark"] .ant-tag-warning {
  color: #d87a16;
  background: #2c1e12;
  border-color: #5a3915;
}

[data-theme="dark"] .ant-spin {
  color: #c9d1d9;
  color: #0960bd;
}
[data-theme="dark"] .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  text-shadow: 0 1px 2px #151515;
}
[data-theme="dark"] .ant-spin-container::after {
  background: #151515;
}
[data-theme="dark"] .ant-spin-tip {
  color: #8b949e;
}
[data-theme="dark"] .ant-spin-dot-item {
  background-color: #0960bd;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [data-theme="dark"] {
    background: #151515;
  }
}

[data-theme="dark"] .ant-form-item .ant-upload {
  background: transparent;
}
[data-theme="dark"] .ant-form-item .ant-upload.ant-upload-drag {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .ant-form-item-explain.ant-form-item-explain-error {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-explain.ant-form-item-explain-warning {
  color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #55D187;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-form-item-split {
  color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-affix-wrapper,
[data-theme="dark"] .ant-form-item-has-warning .ant-input:hover,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-affix-wrapper:hover {
  background-color: transparent;
  border-color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input:focus,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-affix-wrapper:focus,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-focused,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-affix-wrapper-focused {
  border-color: #fcd874;
  box-shadow: 0 0 0 2px rgba(239, 189, 71, 0.2);
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-disabled,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-disabled:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-affix-wrapper-disabled,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-affix-wrapper-disabled:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #fcd874;
  box-shadow: 0 0 0 2px rgba(239, 189, 71, 0.2);
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-prefix {
  color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-group-addon {
  color: #EFBD47;
  border-color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .has-feedback {
  color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent;
  border-color: #EFBD47 !important;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
[data-theme="dark"] .ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #fcd874;
  box-shadow: 0 0 0 2px rgba(239, 189, 71, 0.2);
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-number,
[data-theme="dark"] .ant-form-item-has-warning .ant-picker {
  background-color: transparent;
  border-color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-number-focused,
[data-theme="dark"] .ant-form-item-has-warning .ant-picker-focused,
[data-theme="dark"] .ant-form-item-has-warning .ant-input-number:focus,
[data-theme="dark"] .ant-form-item-has-warning .ant-picker:focus {
  border-color: #fcd874;
  box-shadow: 0 0 0 2px rgba(239, 189, 71, 0.2);
}
[data-theme="dark"] .ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
[data-theme="dark"] .ant-form-item-has-warning .ant-picker:not([disabled]):hover {
  background-color: transparent;
  border-color: #EFBD47;
}
[data-theme="dark"] .ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #fcd874;
  box-shadow: 0 0 0 2px rgba(239, 189, 71, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-form-item-split {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-input,
[data-theme="dark"] .ant-form-item-has-error .ant-input-affix-wrapper,
[data-theme="dark"] .ant-form-item-has-error .ant-input:hover,
[data-theme="dark"] .ant-form-item-has-error .ant-input-affix-wrapper:hover {
  background-color: transparent;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-input:focus,
[data-theme="dark"] .ant-form-item-has-error .ant-input-affix-wrapper:focus,
[data-theme="dark"] .ant-form-item-has-error .ant-input-focused,
[data-theme="dark"] .ant-form-item-has-error .ant-input-affix-wrapper-focused {
  border-color: #faa19d;
  box-shadow: 0 0 0 2px rgba(237, 111, 111, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-disabled,
[data-theme="dark"] .ant-form-item-has-error .ant-input-disabled:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-affix-wrapper-disabled,
[data-theme="dark"] .ant-form-item-has-error .ant-input-affix-wrapper-disabled:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #faa19d;
  box-shadow: 0 0 0 2px rgba(237, 111, 111, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-prefix {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-group-addon {
  color: #ED6F6F;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .has-feedback {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent;
  border-color: #ED6F6F !important;
}
[data-theme="dark"] .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
[data-theme="dark"] .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #faa19d;
  box-shadow: 0 0 0 2px rgba(237, 111, 111, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-number,
[data-theme="dark"] .ant-form-item-has-error .ant-picker {
  background-color: transparent;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-number-focused,
[data-theme="dark"] .ant-form-item-has-error .ant-picker-focused,
[data-theme="dark"] .ant-form-item-has-error .ant-input-number:focus,
[data-theme="dark"] .ant-form-item-has-error .ant-picker:focus {
  border-color: #faa19d;
  box-shadow: 0 0 0 2px rgba(237, 111, 111, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-input-number:not([disabled]):hover,
[data-theme="dark"] .ant-form-item-has-error .ant-picker:not([disabled]):hover {
  background-color: transparent;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
[data-theme="dark"] .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  background-color: transparent;
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
[data-theme="dark"] .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #faa19d;
  box-shadow: 0 0 0 2px rgba(237, 111, 111, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-cascader-picker:hover .ant-cascader-picker-label:hover + .ant-cascader-input.ant-input {
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
  background-color: transparent;
  border-color: #faa19d;
  box-shadow: 0 0 0 2px rgba(237, 111, 111, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-transfer-list {
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #303030;
}
[data-theme="dark"] .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-form-item-has-error .ant-radio-button-wrapper {
  border-color: #ED6F6F !important;
}
[data-theme="dark"] .ant-form-item-has-error .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: #ED6F6F;
}
[data-theme="dark"] .ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #0960bd;
}
[data-theme="dark"] .ant-form {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-form legend {
  color: #8b949e;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-form output {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-form-item {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-form-item-label > label {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  color: #a71d25;
}
[data-theme="dark"] .ant-form-item-label > label .ant-form-item-optional {
  color: #8b949e;
}
[data-theme="dark"] .ant-form-item-label > label .ant-form-item-tooltip {
  color: #8b949e;
}
[data-theme="dark"] .ant-form-item-explain,
[data-theme="dark"] .ant-form-item-extra {
  color: #8b949e;
}

[data-theme="dark"] .ant-checkbox {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-checkbox-wrapper:hover .ant-checkbox-inner,
[data-theme="dark"] .ant-checkbox:hover .ant-checkbox-inner,
[data-theme="dark"] .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-checkbox-checked::after {
  border: 1px solid #0960bd;
}
[data-theme="dark"] .ant-checkbox-inner {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-checkbox-inner::after {
  border: 2px solid #fff;
}
[data-theme="dark"] .ant-checkbox-checked .ant-checkbox-inner::after {
  border: 2px solid #fff;
}
[data-theme="dark"] .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030 !important;
}
[data-theme="dark"] .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-checkbox-disabled + span {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-checkbox-wrapper {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-checkbox-group {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #151515;
  border-color: #303030;
}
[data-theme="dark"] .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #0960bd;
}
[data-theme="dark"] .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);
}

[data-theme="dark"] .ant-result-success .ant-result-icon > .anticon {
  color: #55D187;
}
[data-theme="dark"] .ant-result-error .ant-result-icon > .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-result-info .ant-result-icon > .anticon {
  color: #0960bd;
}
[data-theme="dark"] .ant-result-warning .ant-result-icon > .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-result-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-result-subtitle {
  color: #8b949e;
}
[data-theme="dark"] .ant-result-content {
  background-color: rgba(255, 255, 255, 0.04);
}


[data-theme="dark"] .ant-pagination {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-pagination-item {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-pagination-item a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-pagination-item:focus,
[data-theme="dark"] .ant-pagination-item:hover {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-pagination-item:focus a,
[data-theme="dark"] .ant-pagination-item:hover a {
  color: #0960bd;
}
[data-theme="dark"] .ant-pagination-item-active {
  background: transparent;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-pagination-item-active a {
  color: #0960bd;
}
[data-theme="dark"] .ant-pagination-item-active:focus,
[data-theme="dark"] .ant-pagination-item-active:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-pagination-item-active:focus a,
[data-theme="dark"] .ant-pagination-item-active:hover a {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
[data-theme="dark"] .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #0960bd;
}
[data-theme="dark"] .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
[data-theme="dark"] .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-pagination-prev,
[data-theme="dark"] .ant-pagination-next,
[data-theme="dark"] .ant-pagination-jump-prev,
[data-theme="dark"] .ant-pagination-jump-next {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-pagination-prev a,
[data-theme="dark"] .ant-pagination-next a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-pagination-prev:hover a,
[data-theme="dark"] .ant-pagination-next:hover a {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-pagination-prev .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination-next .ant-pagination-item-link {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-pagination-prev:focus .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination-next:focus .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination-prev:hover .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination-next:hover .ant-pagination-item-link {
  color: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-pagination-disabled a,
[data-theme="dark"] .ant-pagination-disabled:hover a,
[data-theme="dark"] .ant-pagination-disabled:focus a,
[data-theme="dark"] .ant-pagination-disabled .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination-disabled:hover .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(255, 255, 255, 0.3);
  border-color: #303030;
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input {
  color: #c9d1d9;
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input:focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-pagination-simple .ant-pagination-simple-pager input {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
}
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: rgba(255, 255, 255, 0.25);
  border-color: transparent;
}
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #000;
}
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
[data-theme="dark"] .ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: #8b949e;
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}

[data-theme="dark"] .ant-drawer-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-drawer-content {
  background-color: #1f1f1f;
}
[data-theme="dark"] .ant-drawer-close {
  color: #8b949e;
  background: transparent;
}
[data-theme="dark"] .ant-drawer-close:focus,
[data-theme="dark"] .ant-drawer-close:hover {
  color: rgba(255, 255, 255, 0.75);
}
[data-theme="dark"] .ant-drawer-header {
  color: #c9d1d9;
  background: #1f1f1f;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-drawer-header-no-title {
  color: #c9d1d9;
  background: #1f1f1f;
}
[data-theme="dark"] .ant-drawer-mask {
  background-color: rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .ant-menu-item-danger.ant-menu-item {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-menu-item-danger.ant-menu-item:hover,
[data-theme="dark"] .ant-menu-item-danger.ant-menu-item-active {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-menu-item-danger.ant-menu-item:active {
  background: #2b1316;
}
[data-theme="dark"] .ant-menu-item-danger.ant-menu-item-selected {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-menu-item-danger.ant-menu-item-selected > a,
[data-theme="dark"] .ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #2b1316;
}
[data-theme="dark"] .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ED6F6F;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-danger.ant-menu-item,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ED6F6F;
}
[data-theme="dark"] .ant-menu {
  color: #c9d1d9;
  background: #151515;
}
[data-theme="dark"] .ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-menu-item-group-title {
  color: #8b949e;
}
[data-theme="dark"] .ant-menu-submenu-selected {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-item:active,
[data-theme="dark"] .ant-menu-submenu-title:active {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-menu-item a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-menu-item a:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-item a::before {
  background-color: transparent;
}
[data-theme="dark"] .ant-menu-item > .ant-badge a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-menu-item > .ant-badge a:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-item-divider {
  background-color: #303030;
}
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-item:hover,
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-item-active,
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
[data-theme="dark"] .ant-menu-item-selected {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-item-selected a,
[data-theme="dark"] .ant-menu-item-selected a:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-menu-inline,
[data-theme="dark"] .ant-menu-vertical,
[data-theme="dark"] .ant-menu-vertical-left {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-menu-vertical-right {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-menu-item:focus-visible,
[data-theme="dark"] .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-menu > .ant-menu-item-divider {
  background-color: #303030;
}
[data-theme="dark"] .ant-menu-submenu-popup {
  background: transparent;
}
[data-theme="dark"] .ant-menu-submenu > .ant-menu {
  background-color: #151515;
}
[data-theme="dark"] .ant-menu-submenu-popup > .ant-menu {
  background-color: #1f1f1f;
}
[data-theme="dark"] .ant-menu-submenu-expand-icon,
[data-theme="dark"] .ant-menu-submenu-arrow {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
[data-theme="dark"] .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-vertical .ant-menu-submenu-selected,
[data-theme="dark"] .ant-menu-vertical-left .ant-menu-submenu-selected,
[data-theme="dark"] .ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-horizontal {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
[data-theme="dark"] .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #0960bd;
}
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-item::after,
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-submenu::after {
  border-bottom: 2px solid transparent;
}
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-item a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-item a:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-horizontal > .ant-menu-item-selected a {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu-vertical .ant-menu-item::after,
[data-theme="dark"] .ant-menu-vertical-left .ant-menu-item::after,
[data-theme="dark"] .ant-menu-vertical-right .ant-menu-item::after,
[data-theme="dark"] .ant-menu-inline .ant-menu-item::after {
  border-right: 3px solid #0960bd;
}
[data-theme="dark"] .ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] .ant-menu-sub.ant-menu-inline {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .ant-menu-item-disabled,
[data-theme="dark"] .ant-menu-submenu-disabled {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-item-disabled::after,
[data-theme="dark"] .ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
[data-theme="dark"] .ant-menu-item-disabled a,
[data-theme="dark"] .ant-menu-submenu-disabled a {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-item-disabled > .ant-menu-submenu-title,
[data-theme="dark"] .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-light .ant-menu-item:hover,
[data-theme="dark"] .ant-menu-light .ant-menu-item-active,
[data-theme="dark"] .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
[data-theme="dark"] .ant-menu-light .ant-menu-submenu-active,
[data-theme="dark"] .ant-menu-light .ant-menu-submenu-title:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-menu.ant-menu-dark,
[data-theme="dark"] .ant-menu-dark .ant-menu-sub,
[data-theme="dark"] .ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #1f1f1f;
}
[data-theme="dark"] .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
[data-theme="dark"] .ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}
[data-theme="dark"] .ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
[data-theme="dark"] .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #1f1f1f;
}
[data-theme="dark"] .ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-group-title,
[data-theme="dark"] .ant-menu-dark .ant-menu-item > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item:hover,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-active,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-active,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-open,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-selected,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item:hover > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-active > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-active > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-open > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-selected > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-title:hover > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item:hover > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-active > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-active > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-open > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-selected > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  background: #fff;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
[data-theme="dark"] .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected {
  color: #fff;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected > a:hover,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
[data-theme="dark"] .ant-menu.ant-menu-dark .ant-menu-item-selected,
[data-theme="dark"] .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-disabled,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-disabled,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-disabled > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-disabled > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-disabled > span > a,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
[data-theme="dark"] .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
[data-theme="dark"] .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-menu-rtl.ant-menu-inline,
[data-theme="dark"] .ant-menu-rtl.ant-menu-vertical {
  border-left: 1px solid #303030;
}

[data-theme="dark"] .ant-dropdown {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-dropdown-menu {
  background-color: #1f1f1f;
}
[data-theme="dark"] .ant-dropdown-menu-item-group-title {
  color: #8b949e;
}
[data-theme="dark"] .ant-dropdown-menu-submenu-popup {
  background: transparent;
}
[data-theme="dark"] .ant-dropdown-menu-item,
[data-theme="dark"] .ant-dropdown-menu-submenu-title {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-dropdown-menu-item > a,
[data-theme="dark"] .ant-dropdown-menu-submenu-title > a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-dropdown-menu-item > a:hover,
[data-theme="dark"] .ant-dropdown-menu-submenu-title > a:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-dropdown-menu-item-selected,
[data-theme="dark"] .ant-dropdown-menu-submenu-title-selected,
[data-theme="dark"] .ant-dropdown-menu-item-selected > a,
[data-theme="dark"] .ant-dropdown-menu-submenu-title-selected > a {
  color: #0960bd;
  background-color: #111b26;
}
[data-theme="dark"] .ant-dropdown-menu-item:hover,
[data-theme="dark"] .ant-dropdown-menu-submenu-title:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-dropdown-menu-item-disabled,
[data-theme="dark"] .ant-dropdown-menu-submenu-title-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-dropdown-menu-item-disabled:hover,
[data-theme="dark"] .ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(255, 255, 255, 0.3);
  background-color: #151515;
}
[data-theme="dark"] .ant-dropdown-menu-item-divider,
[data-theme="dark"] .ant-dropdown-menu-submenu-title-divider {
  background-color: #303030;
}
[data-theme="dark"] .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
[data-theme="dark"] .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: #8b949e;
}
[data-theme="dark"] .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
[data-theme="dark"] .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;
}
[data-theme="dark"] .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #0960bd;
}
[data-theme="dark"] .ant-dropdown-menu-dark,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #1f1f1f;
}
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
[data-theme="dark"] .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #0960bd;
}

[data-theme="dark"] .ant-empty-normal {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-empty-small {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-empty-img-default-ellipse {
  fill: #fff;
}
[data-theme="dark"] .ant-empty-img-default-path-1 {
  fill: #262626;
}
[data-theme="dark"] .ant-empty-img-default-path-3 {
  fill: #595959;
}
[data-theme="dark"] .ant-empty-img-default-path-4 {
  fill: #434343;
}
[data-theme="dark"] .ant-empty-img-default-path-5 {
  fill: #595959;
}
[data-theme="dark"] .ant-empty-img-default-g {
  fill: #434343;
}
[data-theme="dark"] .ant-empty-img-simple-ellipse {
  fill: #fff;
}
[data-theme="dark"] .ant-empty-img-simple-g {
  stroke: #434343;
}
[data-theme="dark"] .ant-empty-img-simple-path {
  fill: #262626;
  stroke: #434343;
}

[data-theme="dark"] .ant-modal-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
[data-theme="dark"] .ant-modal-confirm-body .ant-modal-confirm-content > * {
  color: #909399;
}
[data-theme="dark"] .ant-modal-confirm-confirm.error .ant-modal-confirm-body > .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-modal-confirm-confirm.success .ant-modal-confirm-body > .anticon {
  color: #55D187;
}

[data-theme="dark"] .ant-back-top {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-back-top-content {
  color: #fff;
  background-color: #8b949e;
}
[data-theme="dark"] .ant-back-top-content:hover {
  background-color: #c9d1d9;
}

[data-theme="dark"] .sdx-iframe-page__main {
  background-color: #151515;
}

[data-theme="dark"] .sdx-lock-page__hour,
[data-theme="dark"] .sdx-lock-page__minute {
  color: #bababa;
  background-color: #141313;
}
[data-theme="dark"] .sdx-lock-page-entry {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .sdx-lock-page-entry__header-name {
  color: #bababa;
}
[data-theme="dark"] .sdx-lock-page-entry__err-msg {
  color: #ED6F6F;
}

[data-theme="dark"] .sdx-st-login {
  background: #151515;
}

[data-theme="dark"] .sdx-layout-sideBar.ant-layout-sider-dark .ant-layout-sider-trigger {
  color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] .sdx-layout-sideBar.ant-layout-sider-dark .ant-layout-sider-trigger:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
[data-theme="dark"] .sdx-layout-sideBar:not(.ant-layout-sider-dark) .ant-layout-sider-trigger {
  color: #c9d1d9;
  border-top: 1px solid #303030;
}

[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-logo {
  border-bottom: 1px solid #eeeeee;
}
[data-theme="dark"] .sdx-layout-mix-sider.light.open > .scrollbar {
  border-right: 1px solid #eeeeee;
}
[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-module__item {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-module__item--active {
  color: #0960bd;
}
[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-menu-list__content {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-menu-list__title .pushpin {
  color: rgba(0, 0, 0, 0.35);
}
[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-menu-list__title .pushpin:hover {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme="dark"] .sdx-layout-mix-sider.dark .sdx-layout-mix-sider-menu-list__title {
  color: #fff;
}
[data-theme="dark"] .sdx-layout-mix-sider-module__item {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .sdx-layout-mix-sider-module__item:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-layout-mix-sider-module__item--active {
  color: #fff;
}
[data-theme="dark"] .sdx-layout-mix-sider-module__item--active::before {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-layout-mix-sider-trigger {
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] .sdx-layout-mix-sider.light .sdx-layout-mix-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #eee;
}
[data-theme="dark"] .sdx-layout-mix-sider-menu-list {
  background-color: #fff;
}
[data-theme="dark"] .sdx-layout-mix-sider-menu-list__title {
  color: #0960bd;
  border-bottom: 1px solid #eeeeee;
}
[data-theme="dark"] .sdx-layout-mix-sider-menu-list__title .pushpin {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .sdx-layout-mix-sider-menu-list__title .pushpin:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-layout-mix-sider-menu-list__content .ant-menu-inline,
[data-theme="dark"] .sdx-layout-mix-sider-menu-list__content .ant-menu-vertical,
[data-theme="dark"] .sdx-layout-mix-sider-menu-list__content .ant-menu-vertical-left {
  border-right: 1px solid transparent;
}
[data-theme="dark"] .sdx-layout-mix-sider-drag-bar {
  background-color: #f8f8f9;
  box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.15);
}

[data-theme="dark"] html[data-theme='dark'] .sdx-multiple-tabs .ant-tabs-tab {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] html[data-theme='light'] .sdx-multiple-tabs .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border: 1px solid #d9d9d9 !important;
}
[data-theme="dark"] .sdx-multiple-tabs {
  background-color: #151515;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .sdx-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar {
  background-color: #151515;
}
[data-theme="dark"] .sdx-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .sdx-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .sdx-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #fff !important;
  background: #0960bd;
}
[data-theme="dark"] .sdx-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active svg {
  fill: #fff;
}
[data-theme="dark"] .sdx-multiple-tabs-content__extra-quick,
[data-theme="dark"] .sdx-multiple-tabs-content__extra-redo,
[data-theme="dark"] .sdx-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .sdx-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .sdx-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .sdx-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}



[data-theme="dark"] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #0960bd;
  background: #151515;
  border-color: #303030;
  border-bottom: 1px solid #151515;
}
[data-theme="dark"] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}
[data-theme="dark"] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #0960bd;
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  color: #8b949e;
}
[data-theme="dark"] .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-tabs-extra-content .ant-tabs-new-tab {
  color: #c9d1d9;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
[data-theme="dark"] .ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  color: #0960bd;
}
[data-theme="dark"] .ant-tabs {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tabs-ink-bar {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-tabs-bar {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs-bottom .ant-tabs-bottom-bar {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs-tab-prev,
[data-theme="dark"] .ant-tabs-tab-next {
  color: #8b949e;
  background-color: transparent;
}
[data-theme="dark"] .ant-tabs-tab-prev:hover,
[data-theme="dark"] .ant-tabs-tab-next:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tabs-tab-btn-disabled,
[data-theme="dark"] .ant-tabs-tab-btn-disabled:hover {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-tabs-nav .ant-tabs-tab::before {
  border-top: 2px solid transparent;
}
[data-theme="dark"] .ant-tabs-nav .ant-tabs-tab:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-tabs-nav .ant-tabs-tab:active {
  color: #004496;
}
[data-theme="dark"] .ant-tabs-nav .ant-tabs-tab-active {
  color: #0960bd;
}
[data-theme="dark"] .ant-tabs-nav .ant-tabs-tab-disabled,
[data-theme="dark"] .ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-tabs .ant-tabs-left-bar {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs .ant-tabs-left-content {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs .ant-tabs-right-bar {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-tabs .ant-tabs-right-content {
  border-right: 1px solid #303030;
}

[data-theme="dark"] .ant-select-single.ant-select-open .ant-select-selection-item {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #151515;
}
[data-theme="dark"] .ant-select-multiple .ant-select-selection-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #595959;
  border-color: #1f1f1f;
}
[data-theme="dark"] .ant-select-multiple .ant-select-selection-item-remove {
  color: #8b949e;
}
[data-theme="dark"] .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(255, 255, 255, 0.75);
}
[data-theme="dark"] .ant-select {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .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);
}
[data-theme="dark"] .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #151515;
}
[data-theme="dark"] .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  background: transparent;
}
[data-theme="dark"] .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-select-selection-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-arrow {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-clear {
  color: rgba(255, 255, 255, 0.3);
  background: #151515;
}
[data-theme="dark"] .ant-select-clear:hover {
  color: #8b949e;
}
[data-theme="dark"] .ant-select-dropdown {
  color: #c9d1d9;
  background-color: #1f1f1f;
}
[data-theme="dark"] .ant-select-dropdown-empty {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-item-empty {
  color: #c9d1d9;
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-item {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-item-group {
  color: #8b949e;
}
[data-theme="dark"] .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #c9d1d9;
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #0960bd;
}
[data-theme="dark"] .ant-select-item-option-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
}

[data-theme="dark"] .sdx-basic-table-row__striped td {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .sdx-basic-table-form-container .ant-form {
  background-color: #151515;
}
[data-theme="dark"] .sdx-basic-table .ant-table-wrapper {
  background-color: #151515;
}

[data-theme="dark"] .sdx-page-footer {
  background-color: #151515;
  border-top: 1px solid #303030;
}

[data-theme="dark"] .sdx-page-wrapper-content-bg {
  background-color: #151515;
}

[data-theme="dark"] .ant-avatar {
  color: #c9d1d9;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-avatar-image {
  background: transparent;
}
[data-theme="dark"] .ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}

[data-theme="dark"] .sdx-basic-drawer .ant-drawer-close:hover {
  color: #ED6F6F;
}
[data-theme="dark"] .sdx-basic-drawer .ant-drawer-body {
  background-color: #151515;
}
[data-theme="dark"] .sdx-basic-drawer__detail .ant-drawer-header {
  border-top: 1px solid #303030;
}

[data-theme="dark"] .ant-list .ant-card {
  background: transparent;
}
[data-theme="dark"] .ant-list {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-list-empty-text {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-list-item {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-list-item-meta-content {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-list-item-meta-title {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-list-item-meta-title > a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-list-item-meta-title > a:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-list-item-meta-description {
  color: #8b949e;
}
[data-theme="dark"] .ant-list-item-action > li {
  color: #8b949e;
}
[data-theme="dark"] .ant-list-item-action-split {
  background-color: #303030;
}
[data-theme="dark"] .ant-list-header {
  background: transparent;
}
[data-theme="dark"] .ant-list-footer {
  background: transparent;
}
[data-theme="dark"] .ant-list-empty {
  color: #8b949e;
}
[data-theme="dark"] .ant-list-split .ant-list-item {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-list-split .ant-list-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .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;
}
[data-theme="dark"] .ant-list-vertical .ant-list-item-meta-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-list-bordered {
  border: 1px solid #303030;
}



[data-theme="dark"] .ant-upload {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-upload.ant-upload-select-picture-card {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px dashed #303030;
}
[data-theme="dark"] .ant-upload.ant-upload-select-picture-card:hover {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-upload.ant-upload-drag {
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed #303030;
}
[data-theme="dark"] .ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #004496;
}
[data-theme="dark"] .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-upload.ant-upload-drag p.ant-upload-text {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #8b949e;
}
[data-theme="dark"] .ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-upload.ant-upload-drag .anticon-plus:hover {
  color: #8b949e;
}
[data-theme="dark"] .ant-upload.ant-upload-drag:hover .anticon-plus {
  color: #8b949e;
}
[data-theme="dark"] .ant-upload-list {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .ant-upload-list-item-info .anticon-loading,
[data-theme="dark"] .ant-upload-list-item-info .anticon-paper-clip {
  color: #8b949e;
}
[data-theme="dark"] .ant-upload-list-item .anticon-close {
  color: #8b949e;
}
[data-theme="dark"] .ant-upload-list-item .anticon-close:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-upload-list-item-error,
[data-theme="dark"] .ant-upload-list-item-error .anticon-paper-clip,
[data-theme="dark"] .ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-upload-list-picture .ant-upload-list-item,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-upload-list-picture .ant-upload-list-item:hover,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
[data-theme="dark"] .ant-upload-list-picture .ant-upload-list-item-error,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-info::before {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  color: #8b949e;
}
[data-theme="dark"] .ant-upload-list .ant-upload-success-icon {
  color: #55D187;
}

[data-theme="dark"] .ant-calendar-picker-container {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-picker {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-calendar-picker-clear {
  color: rgba(255, 255, 255, 0.3);
  background: #151515;
}
[data-theme="dark"] .ant-calendar-picker-clear:hover {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar-picker-icon {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar {
  background-color: #151515;
  border: 1px solid #fff;
  border-color: #000;
}
[data-theme="dark"] .ant-calendar-input-wrap {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-input {
  color: #c9d1d9;
  background: transparent;
}
[data-theme="dark"] .ant-calendar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-header a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-century-select,
[data-theme="dark"] .ant-calendar-header .ant-calendar-decade-select,
[data-theme="dark"] .ant-calendar-header .ant-calendar-year-select,
[data-theme="dark"] .ant-calendar-header .ant-calendar-month-select {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-century-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-century-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-decade-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-decade-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-month-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-month-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-year-btn,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-year-btn {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-century-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-decade-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-year-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-century-btn::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-decade-btn::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-century-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-decade-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-year-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-century-btn::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-decade-btn::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-month-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-month-btn::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar table {
  background-color: transparent;
}
[data-theme="dark"] .ant-calendar-date {
  color: #c9d1d9;
  background: transparent;
  border: 1px solid transparent;
}
[data-theme="dark"] .ant-calendar-date:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-date:active {
  color: #fff;
  background: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-today .ant-calendar-date {
  color: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-calendar-selected-day .ant-calendar-date {
  background: #a5d3f0;
}
[data-theme="dark"] .ant-calendar-last-month-cell .ant-calendar-date,
[data-theme="dark"] .ant-calendar-next-month-btn-day .ant-calendar-date,
[data-theme="dark"] .ant-calendar-last-month-cell .ant-calendar-date:hover,
[data-theme="dark"] .ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
}
[data-theme="dark"] .ant-calendar-disabled-cell .ant-calendar-date {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid transparent;
}
[data-theme="dark"] .ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  background: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-footer {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar .ant-calendar-today-btn-disabled,
[data-theme="dark"] .ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar .ant-calendar-clear-btn::after {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar .ant-calendar-clear-btn:hover::after {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn {
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  color: #fff;
  background: #0960bd;
  border-color: #0960bd;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn:hover,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background: #004496;
  border-color: #004496;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn:active {
  color: #fff;
  background: #2a7dc9;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled],
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:hover,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:focus,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled],
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:hover,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:focus,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
[data-theme="dark"] .ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after {
  background: transparent;
}
[data-theme="dark"] .ant-calendar-range-picker-input {
  background-color: transparent;
}
[data-theme="dark"] .ant-calendar-range-picker-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range-picker-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range-picker-separator {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-disabled .ant-calendar-range-picker-separator {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-range-middle {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #0960bd;
  background: #a5d3f0;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
[data-theme="dark"] .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #0960bd;
  border: 1px solid transparent;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
[data-theme="dark"] .ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input {
  color: #c9d1d9;
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input::-moz-placeholder,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input:hover,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input:focus,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input-disabled,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input-disabled:hover,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input[disabled],
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-input[disabled]:hover,
[data-theme="dark"] .ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-in-range-cell::before {
  background: #111b26;
}
[data-theme="dark"] .ant-calendar-range .ant-calendar-body,
[data-theme="dark"] .ant-calendar-range .ant-calendar-month-panel-body,
[data-theme="dark"] .ant-calendar-range .ant-calendar-year-panel-body,
[data-theme="dark"] .ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  background-color: #151515;
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
[data-theme="dark"] .ant-calendar-time-picker {
  background-color: #151515;
}
[data-theme="dark"] .ant-calendar-time-picker-inner {
  background-color: #151515;
}
[data-theme="dark"] .ant-calendar-time-picker-select {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-time-picker-select li:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-time-picker-select li:focus {
  color: #0960bd;
}
[data-theme="dark"] li.ant-calendar-time-picker-select-option-selected {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
}
[data-theme="dark"] .ant-calendar-time .ant-calendar-day-select {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-month-panel {
  background: #151515;
}
[data-theme="dark"] .ant-calendar-month-panel-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-month-panel-header a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-month-panel-footer {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
[data-theme="dark"] .ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-month-panel-month {
  color: #c9d1d9;
  background: transparent;
}
[data-theme="dark"] .ant-calendar-month-panel-month:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-year-panel {
  background: #151515;
}
[data-theme="dark"] .ant-calendar-year-panel-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-year-panel-header a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-year-panel-footer {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-year-panel-year {
  color: #c9d1d9;
  background: transparent;
}
[data-theme="dark"] .ant-calendar-year-panel-year:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
[data-theme="dark"] .ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-decade-panel {
  background: #151515;
}
[data-theme="dark"] .ant-calendar-decade-panel-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-decade-panel-header a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  color: #8b949e;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  border: 0 solid #aaa;
}
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
[data-theme="dark"] .ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: #c9d1d9;
}
[data-theme="dark"] .ant-calendar-decade-panel-footer {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-calendar-decade-panel-decade {
  color: #c9d1d9;
  background: transparent;
}
[data-theme="dark"] .ant-calendar-decade-panel-decade:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #0960bd;
}
[data-theme="dark"] .ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
[data-theme="dark"] .ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-calendar-week-number .ant-calendar-body tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: #a5d3f0;
}
[data-theme="dark"] .ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
[data-theme="dark"] .ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: #c9d1d9;
  background: transparent;
}

[data-theme="dark"] .sdx-collapse-container {
  background-color: #151515;
}
[data-theme="dark"] .sdx-collapse-container__header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .sdx-collapse-container__footer {
  border-top: 1px solid #303030;
}

[data-theme="dark"] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
[data-theme="dark"] .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #0960bd;
}
[data-theme="dark"] .ant-tree-checkbox {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
[data-theme="dark"] .ant-tree-checkbox:hover .ant-tree-checkbox-inner,
[data-theme="dark"] .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-tree-checkbox-checked::after {
  border: 1px solid #0960bd;
}
[data-theme="dark"] .ant-tree-checkbox-inner {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-tree-checkbox-inner::after {
  border: 2px solid #fff;
}
[data-theme="dark"] .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border: 2px solid #fff;
}
[data-theme="dark"] .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030 !important;
}
[data-theme="dark"] .ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-tree-checkbox-disabled + span {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-tree-checkbox-wrapper {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tree-checkbox-group {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #151515;
  border-color: #303030;
}
[data-theme="dark"] .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  background-color: #0960bd;
}
[data-theme="dark"] .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);
}
[data-theme="dark"] .ant-tree {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tree li span[draggable],
[data-theme="dark"] .ant-tree li span[draggable='true'] {
  border-top: 2px transparent;
  border-bottom: 2px transparent;
}
[data-theme="dark"] .ant-tree li.drag-over > span[draggable] {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #0960bd;
}
[data-theme="dark"] .ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #0960bd;
}
[data-theme="dark"] .ant-tree li.filter-node > span {
  color: #a71d25 !important;
}
[data-theme="dark"] .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
[data-theme="dark"] .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  color: #0960bd;
}
[data-theme="dark"] .ant-tree li .ant-tree-node-content-wrapper {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #11263c;
}
[data-theme="dark"] li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
[data-theme="dark"] li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
[data-theme="dark"] li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
[data-theme="dark"] .ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: #8b949e;
  background: #151515;
}
[data-theme="dark"] .ant-tree.ant-tree-show-line li:not(:last-child)::before {
  border-left: 1px solid #303030;
}

[data-theme="dark"] .ant-divider {
  color: #c9d1d9;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
[data-theme="dark"] .ant-divider-vertical {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
[data-theme="dark"] .ant-divider-horizontal.ant-divider-with-text {
  color: rgba(255, 255, 255, 0.65);
  border-top-color: rgba(255, 255, 255, 0.12);
}
[data-theme="dark"] .ant-divider-horizontal.ant-divider-with-text::before,
[data-theme="dark"] .ant-divider-horizontal.ant-divider-with-text::after {
  border-top: 1px solid transparent;
}
[data-theme="dark"] .ant-divider-dashed {
  border-color: rgba(255, 255, 255, 0.12);
}
[data-theme="dark"] .ant-divider-plain.ant-divider-with-text {
  color: #c9d1d9;
}

[data-theme="dark"] .sdx-darg-bar:hover {
  background-color: #0960bd;
  box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.15);
}

[data-theme="dark"] .sdx-header-user-dropdown--light:hover {
  background-color: #f6f6f6;
}
[data-theme="dark"] .sdx-header-user-dropdown--light .sdx-header-user-dropdown__name {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-header-user-dropdown--light .sdx-header-user-dropdown__desc {
  color: #7c8087;
}


[data-theme="dark"] .sdx-layout-breadcrumb--light .ant-breadcrumb-link {
  color: #999;
}
[data-theme="dark"] .sdx-layout-breadcrumb--light .ant-breadcrumb-link a {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] .sdx-layout-breadcrumb--light .ant-breadcrumb-link a:hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-layout-breadcrumb--light .ant-breadcrumb-separator {
  color: #999;
}
[data-theme="dark"] .sdx-layout-breadcrumb--dark .ant-breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
}
[data-theme="dark"] .sdx-layout-breadcrumb--dark .ant-breadcrumb-link a {
  color: rgba(255, 255, 255, 0.8);
}
[data-theme="dark"] .sdx-layout-breadcrumb--dark .ant-breadcrumb-link a:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-layout-breadcrumb--dark .ant-breadcrumb-separator,
[data-theme="dark"] .sdx-layout-breadcrumb--dark .anticon {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .sdx-basic-table-header-cell__help {
  color: rgba(0, 0, 0, 0.65) !important;
}

[data-theme="dark"] .ant-image-img-placeholder {
  background-color: #f5f5f5;
}
[data-theme="dark"] .ant-image-preview-mask {
  background-color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .ant-image-preview-operations {
  color: #c9d1d9;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.45);
}
[data-theme="dark"] .ant-image-preview-switch-left,
[data-theme="dark"] .ant-image-preview-switch-right {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .ant-image-preview-switch-left-disabled,
[data-theme="dark"] .ant-image-preview-switch-right-disabled {
  color: rgba(255, 255, 255, 0.45);
}

[data-theme="dark"] .ant-badge {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-badge-count {
  color: #fff;
  background: #a71d25;
  box-shadow: 0 0 0 1px #151515;
}
[data-theme="dark"] .ant-badge-count a,
[data-theme="dark"] .ant-badge-count a:hover {
  color: #fff;
}
[data-theme="dark"] .ant-badge-dot {
  background: #a71d25;
  box-shadow: 0 0 0 1px #151515;
}
[data-theme="dark"] .ant-badge-status-success {
  background-color: #55D187;
}
[data-theme="dark"] .ant-badge-status-processing {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-badge-status-processing::after {
  border: 1px solid #0960bd;
}
[data-theme="dark"] .ant-badge-status-default {
  background-color: #d9d9d9;
}
[data-theme="dark"] .ant-badge-status-error {
  background-color: #ED6F6F;
}
[data-theme="dark"] .ant-badge-status-warning {
  background-color: #EFBD47;
}
[data-theme="dark"] .ant-badge-status-pink {
  background: #cb2b83;
}
[data-theme="dark"] .ant-badge-status-magenta {
  background: #cb2b83;
}
[data-theme="dark"] .ant-badge-status-red {
  background: #d32029;
}
[data-theme="dark"] .ant-badge-status-volcano {
  background: #d84b1b;
}
[data-theme="dark"] .ant-badge-status-orange {
  background: #d87a16;
}
[data-theme="dark"] .ant-badge-status-yellow {
  background: #d8bd14;
}
[data-theme="dark"] .ant-badge-status-gold {
  background: #d89614;
}
[data-theme="dark"] .ant-badge-status-cyan {
  background: #13a8a8;
}
[data-theme="dark"] .ant-badge-status-lime {
  background: #8bbc12;
}
[data-theme="dark"] .ant-badge-status-green {
  background: #49aa19;
}
[data-theme="dark"] .ant-badge-status-blue {
  background: #187edc;
}
[data-theme="dark"] .ant-badge-status-geekblue {
  background: #2b4bcb;
}
[data-theme="dark"] .ant-badge-status-purple {
  background: #642ab5;
}
[data-theme="dark"] .ant-badge-status-text {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-ribbon {
  color: #c9d1d9;
  color: #fff;
  background-color: #0960bd;
}
[data-theme="dark"] .ant-ribbon-text {
  color: #fff;
}
[data-theme="dark"] .ant-ribbon-corner::after {
  color: rgba(0, 0, 0, 0.25);
}
[data-theme="dark"] .ant-ribbon-color-pink {
  color: #cb2b83;
  background: #cb2b83;
}
[data-theme="dark"] .ant-ribbon-color-magenta {
  color: #cb2b83;
  background: #cb2b83;
}
[data-theme="dark"] .ant-ribbon-color-red {
  color: #d32029;
  background: #d32029;
}
[data-theme="dark"] .ant-ribbon-color-volcano {
  color: #d84b1b;
  background: #d84b1b;
}
[data-theme="dark"] .ant-ribbon-color-orange {
  color: #d87a16;
  background: #d87a16;
}
[data-theme="dark"] .ant-ribbon-color-yellow {
  color: #d8bd14;
  background: #d8bd14;
}
[data-theme="dark"] .ant-ribbon-color-gold {
  color: #d89614;
  background: #d89614;
}
[data-theme="dark"] .ant-ribbon-color-cyan {
  color: #13a8a8;
  background: #13a8a8;
}
[data-theme="dark"] .ant-ribbon-color-lime {
  color: #8bbc12;
  background: #8bbc12;
}
[data-theme="dark"] .ant-ribbon-color-green {
  color: #49aa19;
  background: #49aa19;
}
[data-theme="dark"] .ant-ribbon-color-blue {
  color: #187edc;
  background: #187edc;
}
[data-theme="dark"] .ant-ribbon-color-geekblue {
  color: #2b4bcb;
  background: #2b4bcb;
}
[data-theme="dark"] .ant-ribbon-color-purple {
  color: #642ab5;
  background: #642ab5;
}

[data-theme="dark"] .ant-table {
  color: #c9d1d9;
  background: #151515;
}
[data-theme="dark"] .ant-table-thead > tr > th {
  color: rgba(255, 255, 255, 0.65);
  background: #1d1d1d;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-table-thead > tr > th .anticon-filter,
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-filter-icon {
  color: #bfbfbf;
}
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-filter-selected.anticon {
  color: #0960bd;
}
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  color: #bfbfbf;
}
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #0960bd;
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: #8b949e;
  background: #434343;
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: #8b949e;
  background: #434343;
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #303030;
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #303030;
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: #8b949e;
}
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  background: transparent;
}
[data-theme="dark"] .ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
[data-theme="dark"] .ant-table-tbody > tr > td {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
[data-theme="dark"] .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
[data-theme="dark"] .ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
[data-theme="dark"] .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #262626;
}
[data-theme="dark"] .ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
[data-theme="dark"] .ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-table-thead > tr:hover.ant-table-row-selected > td,
[data-theme="dark"] .ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: rgba(250, 250, 250, 0.08);
}
[data-theme="dark"] .ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
[data-theme="dark"] .ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-table-footer {
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-table-footer::before {
  background: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-table-tbody > tr.ant-table-row-selected td {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-table-thead > tr > th.ant-table-column-sort {
  background: #262626;
}
[data-theme="dark"] .ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(255, 255, 255, 0.01);
}
[data-theme="dark"] .ant-table-header {
  background: #1d1d1d;
}
[data-theme="dark"] .ant-table-loading .ant-table-body {
  background: #151515;
}
[data-theme="dark"] .ant-table-bordered .ant-table-header > table,
[data-theme="dark"] .ant-table-bordered .ant-table-body > table,
[data-theme="dark"] .ant-table-bordered .ant-table-fixed-left table,
[data-theme="dark"] .ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #303030;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-table-bordered .ant-table-thead > tr > th,
[data-theme="dark"] .ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-table-placeholder {
  color: rgba(255, 255, 255, 0.3);
  background: #151515;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-table-filter-dropdown {
  background: #151515;
}
[data-theme="dark"] .ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #0960bd;
  text-shadow: 0 0 2px #a5d3f0;
}
[data-theme="dark"] .ant-table-filter-dropdown-btns {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-table-filter-dropdown-link {
  color: #0960bd;
}
[data-theme="dark"] .ant-table-filter-dropdown-link:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-table-filter-dropdown-link:active {
  color: #004496;
}
[data-theme="dark"] .ant-table-selection .anticon-down {
  color: #bfbfbf;
}
[data-theme="dark"] .ant-table-selection-menu {
  background: #151515;
}
[data-theme="dark"] .ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
[data-theme="dark"] .ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
[data-theme="dark"] .ant-table-row-expand-icon {
  color: #0960bd;
  background: #151515;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-table-row-expand-icon:focus,
[data-theme="dark"] .ant-table-row-expand-icon:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-table-row-expand-icon:active {
  color: #004496;
}
[data-theme="dark"] tr.ant-table-expanded-row,
[data-theme="dark"] tr.ant-table-expanded-row:hover {
  background: #1d1d1d;
}
[data-theme="dark"] .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  background: #151515;
}
[data-theme="dark"] .ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
}
[data-theme="dark"] .ant-table-hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}
[data-theme="dark"] .ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}
[data-theme="dark"] .ant-table-fixed-left table,
[data-theme="dark"] .ant-table-fixed-right table {
  background: #151515;
}
[data-theme="dark"] .ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
}
[data-theme="dark"] .ant-table-cell-fix-left,
[data-theme="dark"] .ant-table-cell-fix-right {
  background: #151515;
}
[data-theme="dark"] .ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}

[data-theme="dark"] .ant-page-header {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .ant-page-header-ghost {
  background-color: transparent;
}
[data-theme="dark"] .ant-page-header-back-button {
  color: #0960bd;
}
[data-theme="dark"] .ant-page-header-back-button:focus,
[data-theme="dark"] .ant-page-header-back-button:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-page-header-back-button:active {
  color: #004496;
}
[data-theme="dark"] .ant-page-header-heading-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-page-header-heading-sub-title {
  color: #8b949e;
}



[data-theme="dark"] .sdx-basic-drawer-footer {
  background-color: #151515;
  border-top: 1px solid #303030;
}

[data-theme="dark"] .sdx-basic-drawer-header__back:hover {
  color: #0960bd;
}

[data-theme="dark"] .sdx-basic-tree {
  background-color: #151515;
}

[data-theme="dark"] .sdx-basic-modal-close span:nth-child(1):hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-basic-modal-close span:nth-child(2):hover {
  color: #ED6F6F;
}

[data-theme="dark"] .sdx-strength-meter-bar {
  background-color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .sdx-strength-meter-bar::before,
[data-theme="dark"] .sdx-strength-meter-bar::after {
  background-color: transparent;
  border-color: #fff;
}
[data-theme="dark"] .sdx-strength-meter-bar--fill {
  background-color: transparent;
}
[data-theme="dark"] .sdx-strength-meter-bar--fill[data-score='0'] {
  background-color: #e74242;
}
[data-theme="dark"] .sdx-strength-meter-bar--fill[data-score='1'] {
  background-color: #ED6F6F;
}
[data-theme="dark"] .sdx-strength-meter-bar--fill[data-score='2'] {
  background-color: #EFBD47;
}
[data-theme="dark"] .sdx-strength-meter-bar--fill[data-score='3'] {
  background-color: rgba(85, 209, 135, 0.5);
}
[data-theme="dark"] .sdx-strength-meter-bar--fill[data-score='4'] {
  background-color: #55D187;
}

[data-theme="dark"] .ant-progress {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-progress-inner {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-progress-circle-trail {
  stroke: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #0960bd;
}
[data-theme="dark"] .ant-progress-success-bg,
[data-theme="dark"] .ant-progress-bg {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-progress-success-bg {
  background-color: #55D187;
}
[data-theme="dark"] .ant-progress-text {
  color: #8b949e;
}
[data-theme="dark"] .ant-progress-status-active .ant-progress-bg::before {
  background: #151515;
}
[data-theme="dark"] .ant-progress-status-exception .ant-progress-bg {
  background-color: #ED6F6F;
}
[data-theme="dark"] .ant-progress-status-exception .ant-progress-text {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ED6F6F;
}
[data-theme="dark"] .ant-progress-status-success .ant-progress-bg {
  background-color: #55D187;
}
[data-theme="dark"] .ant-progress-status-success .ant-progress-text {
  color: #55D187;
}
[data-theme="dark"] .ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #55D187;
}
[data-theme="dark"] .ant-progress-circle .ant-progress-inner {
  background-color: transparent;
}
[data-theme="dark"] .ant-progress-circle .ant-progress-text {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #55D187;
}

[data-theme="dark"] .ant-time-picker-panel {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-time-picker-panel-inner {
  background-color: #151515;
}
[data-theme="dark"] .ant-time-picker-panel-input {
  background: transparent;
}
[data-theme="dark"] .ant-time-picker-panel-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-panel-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-panel-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-panel-input-wrap {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-time-picker-panel-input-invalid {
  border-color: #ED6F6F;
}
[data-theme="dark"] .ant-time-picker-panel-select {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-time-picker-panel-select li:focus {
  color: #0960bd;
}
[data-theme="dark"] .ant-time-picker-panel-select li:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] li.ant-time-picker-panel-select-option-selected {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] li.ant-time-picker-panel-select-option-selected:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] li.ant-time-picker-panel-select-option-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
}
[data-theme="dark"] li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-panel-addon {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-time-picker {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-time-picker-input {
  color: #c9d1d9;
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-time-picker-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-input:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-time-picker-input:focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-time-picker-input-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-time-picker-input-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-time-picker-input[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-time-picker-input[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-time-picker-input[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-time-picker-input[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-time-picker-icon,
[data-theme="dark"] .ant-time-picker-clear {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-icon .ant-time-picker-clock-icon,
[data-theme="dark"] .ant-time-picker-clear .ant-time-picker-clock-icon {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-time-picker-clear {
  background: transparent;
}
[data-theme="dark"] .ant-time-picker-clear:hover {
  color: #8b949e;
}
@media not all and (min-resolution: 0.001dpcm) {
  [data-theme="dark"] {
    stroke-color: transparent;
  }
}

[data-theme="dark"] .sdx-basic-help {
  color: #909399;
}
[data-theme="dark"] .sdx-basic-help:hover {
  color: #0960bd;
}

[data-theme="dark"] .ant-skeleton-header .ant-skeleton-avatar {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-content .ant-skeleton-title {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-element .ant-skeleton-button {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-element .ant-skeleton-avatar {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-element .ant-skeleton-input {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-element .ant-skeleton-image {
  background: rgba(190, 190, 190, 0.2);
}
[data-theme="dark"] .ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}

[data-theme="dark"] .sdx-simple-menu-tag {
  color: #fff;
}
[data-theme="dark"] .sdx-simple-menu-tag--primary {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-simple-menu-tag--error {
  background-color: #ED6F6F;
}
[data-theme="dark"] .sdx-simple-menu-tag--success {
  background-color: #55D187;
}
[data-theme="dark"] .sdx-simple-menu-tag--warn {
  background-color: #EFBD47;
}



[data-theme="dark"] .ant-breadcrumb {
  color: #c9d1d9;
  color: #8b949e;
}
[data-theme="dark"] .ant-breadcrumb a {
  color: #8b949e;
}
[data-theme="dark"] .ant-breadcrumb a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-breadcrumb > span:last-child {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-breadcrumb > span:last-child a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-breadcrumb-separator {
  color: #8b949e;
}

[data-theme="dark"] .ant-radio-group {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-radio-wrapper {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-radio {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-radio-wrapper:hover .ant-radio,
[data-theme="dark"] .ant-radio:hover .ant-radio-inner,
[data-theme="dark"] .ant-radio-input:focus + .ant-radio-inner {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(9, 96, 189, 0.08);
}
[data-theme="dark"] .ant-radio-checked::after {
  border: 1px solid #0960bd;
}
[data-theme="dark"] .ant-radio-inner {
  background-color: transparent;
  border-color: #303030;
}
[data-theme="dark"] .ant-radio-inner::after {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-radio-checked .ant-radio-inner {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-radio-disabled .ant-radio-inner {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030 !important;
}
[data-theme="dark"] .ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(255, 255, 255, 0.2);
}
[data-theme="dark"] .ant-radio-disabled + span {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-radio-button-wrapper {
  color: #c9d1d9;
  background: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-radio-button-wrapper a {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-radio-button-wrapper:not(:first-child)::before {
  background-color: #303030;
}
[data-theme="dark"] .ant-radio-button-wrapper:first-child {
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-radio-button-wrapper:hover {
  color: #0960bd;
}
[data-theme="dark"] .ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(9, 96, 189, 0.08);
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #0960bd;
  background: transparent;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #0960bd;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #2a7dc9;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #2a7dc9;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #004496;
  border-color: #004496;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #004496;
}
[data-theme="dark"] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(9, 96, 189, 0.08);
}
[data-theme="dark"] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #2a7dc9;
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #004496;
  border-color: #004496;
}
[data-theme="dark"] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(9, 96, 189, 0.08);
}
[data-theme="dark"] .ant-radio-button-wrapper-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-radio-button-wrapper-disabled:first-child,
[data-theme="dark"] .ant-radio-button-wrapper-disabled:hover {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030;
}
[data-theme="dark"] .ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #303030;
}
[data-theme="dark"] .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: #303030;
}



[data-theme="dark"] .ant-select-tree-checkbox {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
[data-theme="dark"] .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
[data-theme="dark"] .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-select-tree-checkbox-checked::after {
  border: 1px solid #0960bd;
}
[data-theme="dark"] .ant-select-tree-checkbox-inner {
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-select-tree-checkbox-inner::after {
  border: 2px solid #fff;
}
[data-theme="dark"] .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border: 2px solid #fff;
}
[data-theme="dark"] .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #0960bd;
  border-color: #0960bd;
}
[data-theme="dark"] .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #303030 !important;
}
[data-theme="dark"] .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-select-tree-checkbox-disabled + span {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-select-tree-checkbox-wrapper {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-tree-checkbox-group {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #151515;
  border-color: #303030;
}
[data-theme="dark"] .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  background-color: #0960bd;
}
[data-theme="dark"] .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);
}
[data-theme="dark"] .ant-select-tree {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-tree li .ant-select-tree-node-content-wrapper {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #a5d3f0;
}
[data-theme="dark"] .ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  color: #0960bd;
}
[data-theme="dark"] .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
[data-theme="dark"] .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  color: #0960bd;
}
[data-theme="dark"] li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
[data-theme="dark"] li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
[data-theme="dark"] li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
[data-theme="dark"] .ant-select-tree-dropdown {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-select-tree-dropdown .ant-select-dropdown-search {
  background: #151515;
}
[data-theme="dark"] .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-select-tree-dropdown .ant-select-not-found {
  color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark {
  background-color: transparent;
}
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu:hover,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-open,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-open,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-selected,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-selected,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item:hover,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-active,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-active,
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .sdx-basic-menu-item__level1 {
  background-color: transparent;
}

[data-theme="dark"] .sdx-setting-theme-picker__item {
  border: 1px solid #ddd;
}
[data-theme="dark"] .sdx-setting-theme-picker__item--active {
  border: 1px solid #0b79ee;
}
[data-theme="dark"] .sdx-setting-theme-picker__item--active svg {
  fill: #fff !important;
}

[data-theme="dark"] .sdx-setting-menu-type-picker__item {
  background-color: #f0f2f5;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--sidebar::before,
[data-theme="dark"] .sdx-setting-menu-type-picker__item--light::before {
  background-color: #273352;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--sidebar::after,
[data-theme="dark"] .sdx-setting-menu-type-picker__item--light::after {
  background-color: #fff;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--mix::before {
  background-color: #fff;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--mix::after {
  background-color: #273352;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--top-menu::after {
  background-color: #273352;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--dark {
  background-color: #273352;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--mix-sidebar::before {
  background-color: #273352;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--mix-sidebar::after {
  background-color: #fff;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item--mix-sidebar .mix-sidebar {
  background-color: #fff;
}
[data-theme="dark"] .sdx-setting-menu-type-picker__item:hover,
[data-theme="dark"] .sdx-setting-menu-type-picker__item--active {
  border: 2px solid #0960bd;
}





[data-theme="dark"] .light-border::after {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-item,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-dark .sdx-menu-item,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-dark .sdx-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-dark .sdx-menu-item:hover,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-dark .sdx-menu-submenu-title:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-dark .sdx-menu-item-selected,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-dark .sdx-menu-submenu-title-selected {
  color: #fff;
  background-color: #0960bd !important;
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-item,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-submenu-title {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-item:hover,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-submenu-title:hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-item-selected,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-submenu-title-selected {
  color: #0960bd;
  background-color: rgba(9, 96, 189, 0.1);
}
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-item-selected::after,
[data-theme="dark"] .sdx-menu-menu-popover .sdx-menu-light .sdx-menu-submenu-title-selected::after {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-menu {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-menu-light {
  background-color: #fff;
}
[data-theme="dark"] .sdx-menu-light .sdx-menu-submenu-active {
  color: #0960bd !important;
}
[data-theme="dark"] .sdx-menu-light .sdx-menu-submenu-active-border::after {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-menu-dark .sdx-menu-submenu-active {
  color: #fff !important;
}
[data-theme="dark"] .sdx-menu-vertical .sdx-menu-item:hover,
[data-theme="dark"] .sdx-menu-vertical .sdx-menu-submenu-title:hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical .sdx-menu-item-active:not(.sdx-menu-submenu) {
  color: #0960bd;
  background-color: rgba(9, 96, 189, 0.1);
}
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical .sdx-menu-item-active:not(.sdx-menu-submenu)::after {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical .sdx-menu-item-active.sdx-menu-submenu {
  color: #0960bd;
}
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical.sdx-menu-collapse > li.sdx-menu-item-active,
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical.sdx-menu-collapse .sdx-menu-submenu-active {
  background-color: rgba(9, 96, 189, 0.05);
}
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical.sdx-menu-collapse > li.sdx-menu-item-active::before,
[data-theme="dark"] .sdx-menu-light.sdx-menu-vertical.sdx-menu-collapse .sdx-menu-submenu-active::before {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-item,
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-item-active:not(.sdx-menu-submenu),
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-submenu-title-active:not(.sdx-menu-submenu) {
  color: #fff !important;
  background-color: #0960bd !important;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-item:hover,
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-submenu-title:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical.sdx-menu-collapse > li.sdx-menu-item-active,
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical.sdx-menu-collapse .sdx-menu-submenu-active {
  color: #fff !important;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical.sdx-menu-collapse > li.sdx-menu-item-active::before,
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical.sdx-menu-collapse .sdx-menu-submenu-active::before {
  background-color: #0960bd;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical.sdx-menu-collapse > li.sdx-menu-item-active .sdx-menu-submenu-collapse,
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical.sdx-menu-collapse .sdx-menu-submenu-active .sdx-menu-submenu-collapse {
  background-color: transparent;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-submenu .sdx-menu-item-active,
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-submenu .sdx-menu-item-active:hover {
  color: #fff;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-child-item-active > .sdx-menu-submenu-title {
  color: #fff;
}
[data-theme="dark"] .sdx-menu-dark.sdx-menu-vertical .sdx-menu-opened .sdx-menu-submenu-has-parent-submenu .sdx-menu-submenu-title {
  background-color: transparent;
}


[data-theme="dark"] .sdx-basic-title {
  color: #c9d1d9;
}
[data-theme="dark"] .sdx-basic-title-show-span::before {
  background-color: #0960bd;
}


[data-theme="dark"] .edit-cell-rule-popover .ant-popover-inner-content {
  color: #ED6F6F;
}
[data-theme="dark"] .sdx-editable-cell__icon:hover svg {
  color: #0960bd;
}

[data-theme="dark"] .ant-typography {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-typography.ant-typography-secondary {
  color: #8b949e;
}
[data-theme="dark"] .ant-typography.ant-typography-success {
  color: #55D187;
}
[data-theme="dark"] .ant-typography.ant-typography-warning {
  color: #EFBD47;
}
[data-theme="dark"] .ant-typography.ant-typography-danger {
  color: #ED6F6F;
}
[data-theme="dark"] a.ant-typography.ant-typography-danger:active,
[data-theme="dark"] a.ant-typography.ant-typography-danger:focus,
[data-theme="dark"] a.ant-typography.ant-typography-danger:hover {
  color: #faa19d;
}
[data-theme="dark"] .ant-typography.ant-typography-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] h1.ant-typography,
[data-theme="dark"] .ant-typography h1 {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] h2.ant-typography,
[data-theme="dark"] .ant-typography h2 {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] h3.ant-typography,
[data-theme="dark"] .ant-typography h3 {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] h4.ant-typography,
[data-theme="dark"] .ant-typography h4 {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] h5.ant-typography,
[data-theme="dark"] .ant-typography h5 {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] a.ant-typography,
[data-theme="dark"] .ant-typography a {
  color: #0960bd;
}
[data-theme="dark"] a.ant-typography:focus,
[data-theme="dark"] .ant-typography a:focus,
[data-theme="dark"] a.ant-typography:hover,
[data-theme="dark"] .ant-typography a:hover {
  color: #2a7dc9;
}
[data-theme="dark"] a.ant-typography:active,
[data-theme="dark"] .ant-typography a:active {
  color: #004496;
}
[data-theme="dark"] a.ant-typography[disabled],
[data-theme="dark"] .ant-typography a[disabled],
[data-theme="dark"] a.ant-typography.ant-typography-disabled,
[data-theme="dark"] .ant-typography a.ant-typography-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] a.ant-typography[disabled]:active,
[data-theme="dark"] .ant-typography a[disabled]:active,
[data-theme="dark"] a.ant-typography.ant-typography-disabled:active,
[data-theme="dark"] .ant-typography a.ant-typography-disabled:active,
[data-theme="dark"] a.ant-typography[disabled]:hover,
[data-theme="dark"] .ant-typography a[disabled]:hover,
[data-theme="dark"] a.ant-typography.ant-typography-disabled:hover,
[data-theme="dark"] .ant-typography a.ant-typography-disabled:hover {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-typography code {
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
}
[data-theme="dark"] .ant-typography kbd {
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
}
[data-theme="dark"] .ant-typography mark {
  background-color: #5a4315;
}
[data-theme="dark"] .ant-typography-expand,
[data-theme="dark"] .ant-typography-edit,
[data-theme="dark"] .ant-typography-copy {
  color: #0960bd;
}
[data-theme="dark"] .ant-typography-expand:focus,
[data-theme="dark"] .ant-typography-edit:focus,
[data-theme="dark"] .ant-typography-copy:focus,
[data-theme="dark"] .ant-typography-expand:hover,
[data-theme="dark"] .ant-typography-edit:hover,
[data-theme="dark"] .ant-typography-copy:hover {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-typography-expand:active,
[data-theme="dark"] .ant-typography-edit:active,
[data-theme="dark"] .ant-typography-copy:active {
  color: #004496;
}
[data-theme="dark"] .ant-typography-copy-success,
[data-theme="dark"] .ant-typography-copy-success:hover,
[data-theme="dark"] .ant-typography-copy-success:focus {
  color: #55D187;
}
[data-theme="dark"] .ant-typography-edit-content-confirm {
  color: #8b949e;
}
[data-theme="dark"] .ant-typography pre {
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
}
[data-theme="dark"] .ant-typography pre code {
  background: transparent;
}
[data-theme="dark"] .ant-typography blockquote {
  border-left: 4px solid rgba(100, 100, 100, 0.2);
}

[data-theme="dark"] .ant-descriptions-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-descriptions-extra {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-descriptions-item-label {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-descriptions-item-content {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-descriptions-bordered .ant-descriptions-item-label,
[data-theme="dark"] .ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
[data-theme="dark"] .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-left: 1px solid #303030;
}

[data-theme="dark"] .basic-tree-header {
  border-bottom: 1px solid #303030;
}

[data-theme="dark"] .ant-select-auto-complete {
  color: #c9d1d9;
}

[data-theme="dark"] .ant-input-number {
  color: #c9d1d9;
  background-color: transparent;
  border: 1px solid #303030;
}
[data-theme="dark"] .ant-input-number::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-number:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-number::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-number:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-input-number:focus {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-input-number-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-number-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-number[disabled] {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-number[disabled]:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-number-handler {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-number-handler:active {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
[data-theme="dark"] .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #2a7dc9;
}
[data-theme="dark"] .ant-input-number-handler-up-inner,
[data-theme="dark"] .ant-input-number-handler-down-inner {
  color: #8b949e;
}
[data-theme="dark"] .ant-input-number:hover {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-input-number-focused {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-input-number-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-input-number-disabled:hover {
  border-color: #303030;
}
[data-theme="dark"] .ant-input-number-input {
  background-color: transparent;
}
[data-theme="dark"] .ant-input-number-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-number-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-number-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-input-number-handler-wrap {
  background: #151515;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .ant-input-number-handler-down {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
[data-theme="dark"] .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .ant-cascader {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-cascader-input.ant-input {
  background-color: transparent !important;
}
[data-theme="dark"] .ant-cascader-picker {
  color: #c9d1d9;
  background-color: transparent;
}
[data-theme="dark"] .ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
[data-theme="dark"] .ant-cascader-picker-disabled {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #2a7dc9;
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-cascader-picker-clear {
  color: rgba(255, 255, 255, 0.3);
  background: #151515;
}
[data-theme="dark"] .ant-cascader-picker-clear:hover {
  color: #8b949e;
}
[data-theme="dark"] .ant-cascader-picker-arrow {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #2a7dc9;
}
[data-theme="dark"] .ant-cascader-menus {
  background: #1f1f1f;
}
[data-theme="dark"] .ant-cascader-menu {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .ant-cascader-menu:last-child {
  border-right-color: transparent;
}
[data-theme="dark"] .ant-cascader-menu-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-cascader-menu-item-disabled {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
[data-theme="dark"] .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
[data-theme="dark"] .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
[data-theme="dark"] .ant-cascader-menu-item-loading-icon {
  color: #8b949e;
}
[data-theme="dark"] .ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
[data-theme="dark"] .ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #a71d25;
}

[data-theme="dark"] .ant-slider {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-slider-rail {
  background-color: #262626;
}
[data-theme="dark"] .ant-slider-track {
  background-color: #78b7e3;
}
[data-theme="dark"] .ant-slider-handle {
  background-color: #151515;
  border: solid 2px #78b7e3;
}
[data-theme="dark"] .ant-slider-handle:focus {
  border-color: #3a80ca;
  box-shadow: 0 0 0 5px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-slider-handle.ant-tooltip-open {
  border-color: #0960bd;
}
[data-theme="dark"] .ant-slider:hover .ant-slider-rail {
  background-color: #303030;
}
[data-theme="dark"] .ant-slider:hover .ant-slider-track {
  background-color: #4f99d6;
}
[data-theme="dark"] .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #4f99d6;
}
[data-theme="dark"] .ant-slider-mark-text {
  color: #8b949e;
}
[data-theme="dark"] .ant-slider-mark-text-active {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-slider-step {
  background: transparent;
}
[data-theme="dark"] .ant-slider-dot {
  background-color: #151515;
  border: 2px solid #303030;
}
[data-theme="dark"] .ant-slider-dot-active {
  border-color: #4f99d6;
}
[data-theme="dark"] .ant-slider-disabled .ant-slider-track {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
[data-theme="dark"] .ant-slider-disabled .ant-slider-handle,
[data-theme="dark"] .ant-slider-disabled .ant-slider-dot {
  background-color: #151515;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

[data-theme="dark"] .ant-switch {
  color: #c9d1d9;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
}
[data-theme="dark"] .ant-switch-inner {
  color: #fff;
}
[data-theme="dark"] .ant-switch-loading-icon,
[data-theme="dark"] .ant-switch::after {
  background-color: #fff;
}
[data-theme="dark"] .ant-switch::after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
[data-theme="dark"] .ant-switch-loading-icon {
  background: transparent;
}
[data-theme="dark"] .ant-switch-loading .ant-switch-loading-icon {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #0960bd;
}
[data-theme="dark"] .ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(9, 96, 189, 0.2);
}
[data-theme="dark"] .ant-switch-checked {
  background-color: #0960bd;
}

[data-theme="dark"] .ant-rate {
  color: #c9d1d9;
  color: #d8bd14;
}
[data-theme="dark"] .ant-rate-star-first,
[data-theme="dark"] .ant-rate-star-second {
  color: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .sdx-basic-column-setting__check-item .ant-checkbox-wrapper:hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-basic-column-setting__fixed-left,
[data-theme="dark"] .sdx-basic-column-setting__fixed-right {
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .sdx-basic-column-setting__fixed-left.active,
[data-theme="dark"] .sdx-basic-column-setting__fixed-right.active,
[data-theme="dark"] .sdx-basic-column-setting__fixed-left:hover,
[data-theme="dark"] .sdx-basic-column-setting__fixed-right:hover {
  color: #0960bd;
}
[data-theme="dark"] .sdx-basic-column-setting__fixed-left.disabled,
[data-theme="dark"] .sdx-basic-column-setting__fixed-right.disabled {
  color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .context-menu {
  background-color: #151515;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
[data-theme="dark"] .context-menu li:not(.ant-menu-item-disabled):hover {
  color: #c9d1d9;
  background-color: rgba(255, 255, 255, 0.08);
}
[data-theme="dark"] .context-menu__popup li:not(.ant-menu-item-disabled):hover {
  color: #c9d1d9;
  background-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .file-table thead {
  background-color: rgba(255, 255, 255, 0.04);
}
[data-theme="dark"] .file-table table,
[data-theme="dark"] .file-table td,
[data-theme="dark"] .file-table th {
  border: 1px solid #303030;
}

[data-theme="dark"] .ant-alert {
  color: #c9d1d9;
}
[data-theme="dark"] .ant-alert-success {
  background-color: #162312;
  border: 1px solid #274916;
}
[data-theme="dark"] .ant-alert-success .ant-alert-icon {
  color: #49aa19;
}
[data-theme="dark"] .ant-alert-info {
  background-color: #111b26;
  border: 1px solid #153450;
}
[data-theme="dark"] .ant-alert-info .ant-alert-icon {
  color: #177ddc;
}
[data-theme="dark"] .ant-alert-warning {
  background-color: #2b2111;
  border: 1px solid #594214;
}
[data-theme="dark"] .ant-alert-warning .ant-alert-icon {
  color: #d89614;
}
[data-theme="dark"] .ant-alert-error {
  background-color: #2a1215;
  border: 1px solid #58181c;
}
[data-theme="dark"] .ant-alert-error .ant-alert-icon {
  color: #a61d24;
}
[data-theme="dark"] .ant-alert-close-icon {
  background-color: transparent;
}
[data-theme="dark"] .ant-alert-close-icon .anticon-close {
  color: #8b949e;
}
[data-theme="dark"] .ant-alert-close-icon .anticon-close:hover {
  color: rgba(255, 255, 255, 0.75);
}
[data-theme="dark"] .ant-alert-close-text {
  color: #8b949e;
}
[data-theme="dark"] .ant-alert-close-text:hover {
  color: rgba(255, 255, 255, 0.75);
}
[data-theme="dark"] .ant-alert-with-description .ant-alert-message {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-alert-message {
  color: rgba(255, 255, 255, 0.65);
}

