html[data-theme='dark'] ::-webkit-scrollbar-track {
  background-color: rgb(0 0 0 / 5%);
}

html[data-theme='dark'] ::-webkit-scrollbar-thumb {
  background-color: rgb(144 147 153 / 30%);
  box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
}

html[data-theme='dark'] ::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9;
}

html[data-theme='dark'] #nprogress .bar {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .modal-icon-warning {
  color: #efbd47 !important;
}

html[data-theme='dark'] .modal-icon-success {
  color: #55d187 !important;
}

html[data-theme='dark'] .modal-icon-error {
  color: #ed6f6f !important;
}

html[data-theme='dark'] .modal-icon-info {
  color: var(--color-primary) !important;
}

html[data-theme='dark'] .bg-white {
  background-color: #151515 !important;
}

html[data-theme='dark'] html[data-theme='light'] .text-secondary {
  color: rgb(0 0 0 / 45%);
}

html[data-theme='dark'] html[data-theme='light'] :not(:root):fullscreen::backdrop {
  background-color: #000 !important;
}

html[data-theme='dark'] html[data-theme='dark'] .text-secondary {
  color: #8b949e;
}

html[data-theme='dark'] html {
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

html[data-theme='dark'] body {
  color: #c9d1d9;
  background-color: #000;
}

html[data-theme='dark'] h1,
html[data-theme='dark'] h2,
html[data-theme='dark'] h3,
html[data-theme='dark'] h4,
html[data-theme='dark'] h5,
html[data-theme='dark'] h6 {
  color: rgb(255 255 255 / 65%);
}

html[data-theme='dark'] a {
  color: var(--color-primary);
  background-color: transparent;
}

html[data-theme='dark'] a:hover {
  color: #2a7dc9;
}

html[data-theme='dark'] a:active {
  color: #004496;
}

html[data-theme='dark'] a[disabled] {
  color: rgb(255 255 255 / 30%);
}

html[data-theme='dark'] caption {
  color: #8b949e;
}

html[data-theme='dark'] mark {
  background-color: #2c2712;
}

html[data-theme='dark'] ::selection {
  color: #fff;
  background: var(--color-primary);
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .login {
  background-color: #293146;
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .login .ant-input,
html[data-theme='dark'] htmlhtml[data-theme='dark'] .login .ant-input-password {
  background-color: #232a3b;
}

html[data-theme='dark']
  htmlhtml[data-theme='dark']
  .login
  .ant-btn:not(.ant-btn-link):not(.ant-btn-primary) {
  border: 1px solid #4a5569;
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .login-form {
  background: 0 0 !important;
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .login .app-iconify {
  color: #fff;
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .fix-auto-fill input,
html[data-theme='dark'] htmlhtml[data-theme='dark'] input.fix-auto-fill {
  -webkit-text-fill-color: #c9d1d9 !important;
}

@media (max-width: 1200px) {
  html[data-theme='dark'] {
    background-color: #293146;
  }
}

html[data-theme='dark'] .login .login-form {
  background-color: #fff;
}

html[data-theme='dark'] .login .app-logo__title {
  color: #fff;
}

html[data-theme='dark'] .login .container .app-logo__title {
  color: #fff;
}

html[data-theme='dark'] .login-sign-in-way .anticon {
  color: #888;
}

html[data-theme='dark'] .login-sign-in-way .anticon:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .login .ant-divider-inner-text {
  color: #8b949e;
}

html[data-theme='dark'] .app-logo.light {
  border-bottom: 1px solid #303030;
}

html[data-theme='dark'] .app-logo.light .app-logo__title {
  color: var(--color-primary);
}

html[data-theme='dark'] .app-logo.dark .app-logo__title {
  color: #fff;
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .dark-switch {
  border: 1px solid #c4bcbc;
}

html[data-theme='dark'] .dark-switch {
  background-color: #151515;
}

html[data-theme='dark'] .dark-switch-inner {
  background-color: #fff;
}

html[data-theme='dark'] .scroll-wrap {
  background-color: #151515;
}

html[data-theme='dark'] .virtual-scroll-demo-wrap {
  background-color: #151515;
}

html[data-theme='dark'] .virtual-scroll-demo__item {
  border-bottom: 1px solid #303030;
}

html[data-theme='dark'] .lazy-base-demo-wrap {
  background-color: #151515;
}

html[data-theme='dark'] .demo-wrap {
  background-color: #151515;
}

html[data-theme='dark'] .form-wrap {
  background-color: #151515;
}

html[data-theme='dark'] .full-loading {
  background-color: rgb(240 242 245 / 40%);
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .full-loading:not(.light) {
  background-color: rgb(0 0 0 / 45%);
}

html[data-theme='dark'] .full-loading.dark {
  background-color: rgb(0 0 0 / 45%);
}

html[data-theme='dark'] .step-form-content {
  background-color: #151515;
}

html[data-theme='dark'] .desc-wrap {
  background-color: #151515 !important;
}

html[data-theme='dark'] .result-success {
  background-color: #151515;
}

html[data-theme='dark'] .result-success__content {
  background-color: rgb(255 255 255 / 4%);
}

html[data-theme='dark'] .result-error {
  background-color: #151515;
}

html[data-theme='dark'] .result-error__content {
  background-color: rgb(255 255 255 / 4%);
}

html[data-theme='dark'] .result-error__content-icon {
  color: #ff4d4f;
}

html[data-theme='dark'] .account-center-col:not(:last-child):not(:last-child) {
  border-right: 1px dashed rgb(206 206 206 / 50%);
}

html[data-theme='dark'] .account-center-top {
  background-color: #151515;
}

html[data-theme='dark'] .account-center-bottom {
  background-color: #151515;
}

html[data-theme='dark'] .account-setting {
  background-color: #151515;
}

html[data-theme='dark'] .account-setting .ant-tabs-tab-active {
  background-color: #111b26;
}

html[data-theme='dark'] .list-card__card-title {
  color: #c9d1d9;
}

html[data-theme='dark'] .list-card__card-detail {
  color: #8b949e;
}

html[data-theme='dark'] .demo {
  background-color: #151515;
}

html[data-theme='dark'] .list-basic__top {
  background-color: #151515;
}

html[data-theme='dark'] .list-basic__top-col:not(:last-child) {
  border-right: 1px dashed #303030;
}

html[data-theme='dark'] .list-basic__top-col div {
  color: #c9d1d9;
}

html[data-theme='dark'] .list-basic__top-col p {
  color: #c9d1d9;
}

html[data-theme='dark'] .list-basic__content {
  background-color: #151515;
}

html[data-theme='dark'] .list-basic__content .extra {
  color: var(--color-primary);
}

html[data-theme='dark'] .list-search__container {
  background-color: #151515;
}

html[data-theme='dark'] .list-search__content {
  color: #8b949e;
}

html[data-theme='dark'] .list-search__action-item {
  color: #8b949e;
}

html[data-theme='dark'] .list-search__action-item:first-child,
html[data-theme='dark'] .list-search__action-item:nth-child(2) {
  border-right: 1px solid #303030;
}

html[data-theme='dark'] .list-search__time {
  color: rgb(0 0 0 / 45%);
}

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

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

html[data-theme='dark'] .basic-table-header-cell__help {
  color: rgb(0 0 0 / 65%) !important;
}

html[data-theme='dark'] .step1 h3 {
  color: #c9d1d9;
}

html[data-theme='dark'] .step1 h4 {
  color: #c9d1d9;
}

html[data-theme='dark'] .step1 p {
  color: #c9d1d9;
}

html[data-theme='dark'] .app-search-modal {
  background-color: rgb(0 0 0 / 25%);
}

html[data-theme='dark'] .app-search-modal-content {
  background-color: #151515;
}

html[data-theme='dark'] .app-search-modal-input {
  color: #1c1e21;
}

html[data-theme='dark'] .app-search-modal-input span[role='img'] {
  color: #999;
}

html[data-theme='dark'] .app-search-modal-cancel {
  color: #666;
}

html[data-theme='dark'] .app-search-modal-not-data {
  color: #969faf;
}

html[data-theme='dark'] .app-search-modal-list__item {
  color: #c9d1d9;
  background-color: #151515;
  box-shadow: 0 1px 3px 0 #d4d9e1;
}

html[data-theme='dark'] .app-search-modal-list__item--active {
  color: #fff;
  background-color: var(--color-primary);
}

html[data-theme='dark'] .account-center-application__card-num {
  color: #8b949e;
}

html[data-theme='dark'] .account-center-application__card-download {
  color: var(--color-primary);
}

html[data-theme='dark'] html[data-theme='dark'] .form-design-sider {
  background-color: #1f1f1f;
}

html[data-theme='dark'] [data-theme='light'] .form-design-sider {
  background-color: #fff;
}

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

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

html[data-theme='dark'] .lock-page__hour,
html[data-theme='dark'] .lock-page__minute {
  color: #bababa;
  background-color: #141313;
}

html[data-theme='dark'] .lock-page-entry {
  background-color: rgb(0 0 0 / 50%);
}

html[data-theme='dark'] .lock-page-entry__header-name {
  color: #bababa;
}

html[data-theme='dark'] .lock-page-entry__err-msg {
  color: #ed6f6f;
}

html[data-theme='dark'] .hidden-item {
  background-color: #f0bfc3;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .moving::before {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box:hover {
  background-color: rgb(9 96 189 / 20%);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box::before {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box.active {
  background-color: rgb(9 96 189 / 20%);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box .show-key-box {
  color: var(--color-primary);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box .copy,
html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box .delete {
  color: #fff;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box .copy {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .drag-move-box .delete {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box {
  background-color: rgb(152 103 247 / 12%);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box .grid-row {
  background-color: rgb(152 103 247 / 12%);
}

html[data-theme='dark']
  .draggable-box
  :deep(.list-main)
  .grid-box
  .grid-row
  .grid-col
  .draggable-box {
  border: 1px #ccc;
}

html[data-theme='dark']
  .draggable-box
  :deep(.list-main)
  .grid-box
  .grid-row
  .grid-col
  .draggable-box
  .list-main {
  border: 1px #ccc;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box::before {
  background: 0 0;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box.active {
  background-color: rgb(152 103 247 / 24%);
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box.active::before {
  background-color: #9867f7;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box > .copy-delete-box > .copy,
html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box > .copy-delete-box > .delete {
  color: #fff;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box > .copy-delete-box > .copy {
  background-color: #9867f7;
}

html[data-theme='dark'] .draggable-box :deep(.list-main) .grid-box > .copy-delete-box > .delete {
  background-color: #9867f7;
}

html[data-theme='dark'] .form-panel .empty-text {
  color: #aaa;
}

html[data-theme='dark'] .operating-area {
  border-bottom: 2px solid #ccc;
}

html[data-theme='dark'] .operating-area a {
  color: #666;
}

html[data-theme='dark'] .operating-area a.disabled,
html[data-theme='dark'] .operating-area a.disabled:hover {
  color: #ccc;
}

html[data-theme='dark'] .operating-area a:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .layout-header {
  color: #fff;
  background-color: #fff;
}

html[data-theme='dark'] .layout-header-left .layout-header-trigger.light:hover {
  background-color: #f6f6f6;
}

html[data-theme='dark'] .layout-header-left .layout-header-trigger.light svg {
  fill: #000;
}

html[data-theme='dark'] .layout-header--light {
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

html[data-theme='dark'] .layout-header--light .layout-header-logo {
  color: #c9d1d9;
}

html[data-theme='dark'] .layout-header--light .layout-header-logo:hover {
  background-color: #f6f6f6;
}

html[data-theme='dark'] .layout-header--light .layout-header-action__item {
  color: #c9d1d9;
}

html[data-theme='dark'] .layout-header--light .layout-header-action__item:hover {
  background-color: #f6f6f6;
}

html[data-theme='dark'] .layout-header--light .layout-header-action span[role='img'],
html[data-theme='dark'] .layout-header--light .layout-header-action-icon {
  color: #c9d1d9;
}

html[data-theme='dark'] .layout-header--dark {
  border-left: 1px solid #303030;
}

html[data-theme='dark'] .layout-header--dark .layout-header-action__item .ant-badge span {
  color: #fff;
}

html[data-theme='dark'] .setting-drawer-feature {
  color: #fff;
  background-color: var(--color-primary);
}

html[data-theme='dark'] .layout-footer {
  color: #d9d9d9;
}

html[data-theme='dark'] .layout-footer__links a {
  color: #d9d9d9;
}

html[data-theme='dark'] .layout-footer__links a:hover {
  color: rgb(0 0 0 / 85%);
}

html[data-theme='dark'] .layout-footer__github:hover {
  color: rgb(0 0 0 / 85%);
}

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

html[data-theme='dark'] .collapse-container {
  background-color: #151515;
}

html[data-theme='dark'] .collapse-container__header {
  border-bottom: 1px solid #303030;
}

html[data-theme='dark'] .collapse-container__footer {
  border-top: 1px solid #303030;
}

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

html[data-theme='dark'] .basic-help {
  color: #909399;
}

html[data-theme='dark'] .basic-help:hover {
  color: var(--color-primary-hover);
}

html[data-theme='dark'] .basic-title {
  color: #c9d1d9 !important;
}

html[data-theme='dark'] .basic-title-show-span::before {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .cropper-avatar-image-wrapper {
  background: #151515;
  border: 1px solid #303030;
}

html[data-theme='dark'] .cropper-avatar-image-mask {
  background: rgb(0 0 0 / 40%);
}

html[data-theme='dark'] .basic-table-row__striped td {
  background-color: #1e1e1e;
}

html[data-theme='dark'] .basic-table-form-container .ant-form {
  background-color: #151515;
}

html[data-theme='dark'] .basic-table .ant-table-wrapper {
  background-color: #151515;
}

html[data-theme='dark'] .tree {
  background-color: #151515;
}

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

html[data-theme='dark'] .darg-verify {
  background-color: #eee;
  border: 1px solid #ddd;
}

html[data-theme='dark'] .darg-verify-bar {
  background-color: #55d187;
}

html[data-theme='dark'] .darg-verify-content.success {
  -webkit-text-fill-color: #fff;
}

html[data-theme='dark'] .darg-verify-content > * {
  -webkit-text-fill-color: #333;
}

html[data-theme='dark'] .darg-verify-action {
  background-color: #fff;
}

html[data-theme='dark'] .ir-dv-img__tip {
  color: #fff;
}

html[data-theme='dark'] .ir-dv-img__tip.success {
  background-color: rgb(85 209 135 / 60%);
}

html[data-theme='dark'] .ir-dv-img__tip.error {
  background-color: rgb(237 111 111 / 60%);
}

html[data-theme='dark'] .ir-dv-img__tip.normal {
  background-color: rgb(0 0 0 / 30%);
}

html[data-theme='dark'] .basic-drawer .ant-drawer-close:hover {
  color: #ed6f6f;
}

html[data-theme='dark'] .basic-drawer .ant-drawer-body {
  background-color: #151515;
}

html[data-theme='dark'] .basic-drawer__detail .ant-drawer-header {
  border-top: 1px solid #303030;
}

html[data-theme='dark'] .strength-meter-bar {
  background-color: rgb(255 255 255 / 30%);
}

html[data-theme='dark'] .strength-meter-bar::after,
html[data-theme='dark'] .strength-meter-bar::before {
  background-color: transparent;
  border-color: #fff;
}

html[data-theme='dark'] .strength-meter-bar--fill {
  background-color: transparent;
}

html[data-theme='dark'] .strength-meter-bar--fill[data-score='0'] {
  background-color: #e74242;
}

html[data-theme='dark'] .strength-meter-bar--fill[data-score='1'] {
  background-color: #ed6f6f;
}

html[data-theme='dark'] .strength-meter-bar--fill[data-score='2'] {
  background-color: #efbd47;
}

html[data-theme='dark'] .strength-meter-bar--fill[data-score='3'] {
  background-color: rgb(85 209 135 / 50%);
}

html[data-theme='dark'] .strength-meter-bar--fill[data-score='4'] {
  background-color: #55d187;
}

html[data-theme='dark'] .image-preview .ant-image-preview-operations {
  background-color: rgb(0 0 0 / 40%);
}

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

html[data-theme='dark'] .multiple-tabs .ant-tabs-tab {
  border-bottom: 1px solid #303030;
}

html[data-theme='dark']
  html[data-theme='light']
  .multiple-tabs
  .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border: 1px solid #d9d9d9 !important;
}

html[data-theme='dark'] .multiple-tabs {
  background-color: #151515;
  border-bottom: 1px solid #303030;
}

html[data-theme='dark'] .multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}

html[data-theme='dark'] .multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}

html[data-theme='dark'] .multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}

html[data-theme='dark']
  .multiple-tabs
  .ant-tabs.ant-tabs-card
  .ant-tabs-nav
  .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: var(--color-primary-hover);
}

html[data-theme='dark'] .multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active {
  background: var(--color-primary);
}

html[data-theme='dark']
  .multiple-tabs
  .ant-tabs.ant-tabs-card
  .ant-tabs-nav
  .ant-tabs-tab-active
  span {
  color: #fff !important;
}

html[data-theme='dark']
  .multiple-tabs
  .ant-tabs.ant-tabs-card
  .ant-tabs-nav
  .ant-tabs-tab-active
  svg {
  fill: #fff;
}

html[data-theme='dark'] .multiple-tabs-content__extra-fold,
html[data-theme='dark'] .multiple-tabs-content__extra-quick,
html[data-theme='dark'] .multiple-tabs-content__extra-redo {
  color: #8b949e;
  border-left: 1px solid #303030;
}

html[data-theme='dark'] .multiple-tabs-content__extra-fold:hover,
html[data-theme='dark'] .multiple-tabs-content__extra-quick:hover,
html[data-theme='dark'] .multiple-tabs-content__extra-redo:hover {
  color: #c9d1d9;
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-logo {
  border-bottom: 1px solid #eee;
}

html[data-theme='dark'] .layout-mix-sider.light.open > .scrollbar {
  border-right: 1px solid #eee;
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-module__item {
  color: rgb(0 0 0 / 65%);
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-module__item--active {
  color: var(--color-primary);
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-menu-list__content {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-menu-list__title .pushpin {
  color: rgb(0 0 0 / 35%);
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-menu-list__title .pushpin:hover {
  color: rgb(0 0 0 / 85%);
}

html[data-theme='dark'] .layout-mix-sider.dark .layout-mix-sider-menu-list__title {
  color: #fff;
}

html[data-theme='dark'] .layout-mix-sider-module__item {
  color: rgb(255 255 255 / 65%);
}

html[data-theme='dark'] .layout-mix-sider-module__item:hover {
  color: #fff;
}

html[data-theme='dark'] .layout-mix-sider-module__item--active {
  color: #fff;
}

html[data-theme='dark'] .layout-mix-sider-module__item--active::before {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .layout-mix-sider-trigger {
  color: rgb(255 255 255 / 65%);
  background-color: rgb(255 255 255 / 10%);
}

html[data-theme='dark'] .layout-mix-sider.light .layout-mix-sider-trigger {
  color: rgb(0 0 0 / 65%);
  background-color: #fff;
  border-top: 1px solid #eee;
}

html[data-theme='dark'] .layout-mix-sider-menu-list {
  background-color: #fff;
}

html[data-theme='dark'] .layout-mix-sider-menu-list__title {
  color: var(--color-primary);
  border-bottom: 1px solid #eee;
}

html[data-theme='dark'] .layout-mix-sider-menu-list__title .pushpin {
  color: rgb(255 255 255 / 65%);
}

html[data-theme='dark'] .layout-mix-sider-menu-list__title .pushpin:hover {
  color: #fff;
}

html[data-theme='dark'] .layout-mix-sider-menu-list__content .ant-menu-inline,
html[data-theme='dark'] .layout-mix-sider-menu-list__content .ant-menu-vertical,
html[data-theme='dark'] .layout-mix-sider-menu-list__content .ant-menu-vertical-left {
  border-right: 1px solid transparent;
}

html[data-theme='dark'] .layout-mix-sider-drag-bar {
  background-color: #f8f8f9;
  box-shadow: 0 0 4px 0 rgb(28 36 56 / 15%);
}

html[data-theme='dark'] .layout-sideBar.ant-layout-sider-dark .ant-layout-sider-trigger {
  color: #bfbfbf;
  background-color: rgb(255 255 255 / 10%);
}

html[data-theme='dark'] .layout-sideBar.ant-layout-sider-dark .ant-layout-sider-trigger:hover {
  color: #fff;
  background-color: rgb(255 255 255 / 20%);
}

html[data-theme='dark'] .layout-sideBar:not(.ant-layout-sider-dark) .ant-layout-sider-trigger {
  color: #c9d1d9;
  border-top: 1px solid #303030;
}

html[data-theme='dark'] .cropper-am-cropper {
  background: #eee;
}

html[data-theme='dark'] .cropper-am-preview {
  border: 1px solid #303030;
}

html[data-theme='dark'] .cropper-am-group {
  border-top: 1px solid #303030;
}

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

html[data-theme='dark'] .basic-drawer-header__back:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .basic-modal-close span:first-child:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .basic-modal-close span:last-child:hover {
  color: #ed6f6f;
}

html[data-theme='dark'] htmlhtml[data-theme='dark'] .lf-dnd {
  background: #080808;
}

html[data-theme='dark'] .flow-chart-toolbar {
  background-color: #1e1e1e;
  border-bottom: 1px solid #303030;
}

html[data-theme='dark'] .flow-chart-toolbar .disabeld {
  color: rgb(255 255 255 / 30%);
}

html[data-theme='dark'] .flow-chart-toolbar__icon:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .img-preview {
  background: rgb(0 0 0 / 50%);
}

html[data-theme='dark'] .img-preview-content {
  color: #fff;
}

html[data-theme='dark'] .img-preview__close {
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
}

html[data-theme='dark'] .img-preview__close:hover {
  background-color: rgb(0 0 0 / 80%);
}

html[data-theme='dark'] .img-preview__index {
  background: rgb(109 109 109 / 60%);
}

html[data-theme='dark'] .img-preview__controller {
  background: rgb(109 109 109 / 60%);
}

html[data-theme='dark'] .img-preview__arrow {
  background-color: rgb(0 0 0 / 50%);
}

html[data-theme='dark'] .img-preview__arrow:hover {
  background-color: rgb(0 0 0 / 80%);
}

html[data-theme='dark'] .darg-bar:hover {
  background-color: var(--color-primary);
  box-shadow: 0 0 4px 0 rgb(28 36 56 / 15%);
}

html[data-theme='dark'] .header-user-dropdown--light:hover {
  background-color: #f6f6f6;
}

html[data-theme='dark'] .header-user-dropdown--light .header-user-dropdown__name {
  color: #c9d1d9;
}

html[data-theme='dark'] .header-user-dropdown--light .header-user-dropdown__desc {
  color: #7c8087;
}

html[data-theme='dark'] .layout-breadcrumb--light .ant-breadcrumb-link {
  color: #999;
}

html[data-theme='dark'] .layout-breadcrumb--light .ant-breadcrumb-link a {
  color: rgb(0 0 0 / 65%);
}

html[data-theme='dark'] .layout-breadcrumb--light .ant-breadcrumb-link a:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .layout-breadcrumb--light .ant-breadcrumb-separator {
  color: #999;
}

html[data-theme='dark'] .layout-breadcrumb--dark .ant-breadcrumb-link {
  color: rgb(255 255 255 / 60%);
}

html[data-theme='dark'] .layout-breadcrumb--dark .ant-breadcrumb-link a {
  color: rgb(255 255 255 / 80%);
}

html[data-theme='dark'] .layout-breadcrumb--dark .ant-breadcrumb-link a:hover {
  color: #fff;
}

html[data-theme='dark'] .layout-breadcrumb--dark .ant-breadcrumb-separator,
html[data-theme='dark'] .layout-breadcrumb--dark .anticon {
  color: rgb(255 255 255 / 80%);
}

html[data-theme='dark'] .file-table thead {
  background-color: rgb(255 255 255 / 4%);
}

html[data-theme='dark'] .file-table table,
html[data-theme='dark'] .file-table td,
html[data-theme='dark'] .file-table th {
  border: 1px solid #303030;
}

html[data-theme='dark'] .context-menu {
  background-color: #151515;
  border: 1px solid rgb(0 0 0 / 8%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 10%),
    0 1px 5px 0 rgb(0 0 0 / 6%);
}

html[data-theme='dark'] .simple-menu-tag {
  color: #fff;
}

html[data-theme='dark'] .simple-menu-tag--primary {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .simple-menu-tag--error {
  background-color: #ed6f6f;
}

html[data-theme='dark'] .simple-menu-tag--success {
  background-color: #55d187;
}

html[data-theme='dark'] .simple-menu-tag--warn {
  background-color: #efbd47;
}

html[data-theme='dark'] .editable-cell__icon:hover svg {
  color: var(--color-primary);
}

html[data-theme='dark'] .setting-theme-picker__item {
  border: 1px solid #ddd;
}

html[data-theme='dark'] .setting-theme-picker__item--active {
  border: 1px solid #0b79ee;
}

html[data-theme='dark'] .setting-theme-picker__item--active svg {
  fill: #fff !important;
}

html[data-theme='dark'] .light-border::after {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .menu-menu-popover .menu-item,
html[data-theme='dark'] .menu-menu-popover .menu-submenu-title {
  color: rgb(255 255 255 / 70%);
}

html[data-theme='dark'] .menu-menu-popover .menu-dark .menu-item,
html[data-theme='dark'] .menu-menu-popover .menu-dark .menu-submenu-title {
  color: rgb(255 255 255 / 70%);
}

html[data-theme='dark'] .menu-menu-popover .menu-dark .menu-item:hover,
html[data-theme='dark'] .menu-menu-popover .menu-dark .menu-submenu-title:hover {
  color: #fff;
}

html[data-theme='dark'] .menu-menu-popover .menu-dark .menu-item-selected,
html[data-theme='dark'] .menu-menu-popover .menu-dark .menu-submenu-title-selected {
  color: #fff;
  background-color: var(--color-primary) !important;
}

html[data-theme='dark'] .menu-menu-popover .menu-light .menu-item,
html[data-theme='dark'] .menu-menu-popover .menu-light .menu-submenu-title {
  color: #c9d1d9;
}

html[data-theme='dark'] .menu-menu-popover .menu-light .menu-item:hover,
html[data-theme='dark'] .menu-menu-popover .menu-light .menu-submenu-title:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .menu-menu-popover .menu-light .menu-item-selected,
html[data-theme='dark'] .menu-menu-popover .menu-light .menu-submenu-title-selected {
  color: var(--color-primary);
  background-color: rgb(9 96 189 / 10%);
}

html[data-theme='dark'] .menu-menu-popover .menu-light .menu-item-selected::after,
html[data-theme='dark'] .menu-menu-popover .menu-light .menu-submenu-title-selected::after {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .menu {
  color: #c9d1d9;
}

html[data-theme='dark'] .menu-light {
  background-color: #fff;
}

html[data-theme='dark'] .menu-light .menu-submenu-active {
  color: var(--color-primary) !important;
}

html[data-theme='dark'] .menu-light .menu-submenu-active-border::after {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .menu-dark .menu-submenu-active {
  color: #fff !important;
}

html[data-theme='dark'] .menu-vertical .menu-item:hover,
html[data-theme='dark'] .menu-vertical .menu-submenu-title:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .menu-light.menu-vertical .menu-item-active:not(.menu-submenu) {
  color: var(--color-primary);
  background-color: rgb(9 96 189 / 10%);
}

html[data-theme='dark'] .menu-light.menu-vertical .menu-item-active:not(.menu-submenu)::after {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .menu-light.menu-vertical .menu-item-active.menu-submenu {
  color: var(--color-primary);
}

html[data-theme='dark'] .menu-light.menu-vertical.menu-collapse .menu-submenu-active,
html[data-theme='dark'] .menu-light.menu-vertical.menu-collapse > li.menu-item-active {
  background-color: rgb(9 96 189 / 5%);
}

html[data-theme='dark'] .menu-light.menu-vertical.menu-collapse .menu-submenu-active::before,
html[data-theme='dark'] .menu-light.menu-vertical.menu-collapse > li.menu-item-active::before {
  background-color: var(--color-primary);
}

html[data-theme='dark'] .menu-dark.menu-vertical .menu-item,
html[data-theme='dark'] .menu-dark.menu-vertical .menu-submenu-title {
  color: rgb(255 255 255 / 70%);
}

html[data-theme='dark'] .menu-dark.menu-vertical .menu-item-active:not(.menu-submenu),
html[data-theme='dark'] .menu-dark.menu-vertical .menu-submenu-title-active:not(.menu-submenu) {
  color: #fff !important;
  background-color: var(--color-primary) !important;
}

html[data-theme='dark'] .menu-dark.menu-vertical .menu-item:hover,
html[data-theme='dark'] .menu-dark.menu-vertical .menu-submenu-title:hover {
  color: #fff;
}

html[data-theme='dark'] .menu-dark.menu-vertical.menu-collapse .menu-submenu-active,
html[data-theme='dark'] .menu-dark.menu-vertical.menu-collapse > li.menu-item-active {
  color: #fff !important;
}

html[data-theme='dark'] .menu-dark.menu-vertical.menu-collapse .menu-submenu-active::before,
html[data-theme='dark'] .menu-dark.menu-vertical.menu-collapse > li.menu-item-active::before {
  background-color: var(--color-primary);
}

html[data-theme='dark']
  .menu-dark.menu-vertical.menu-collapse
  .menu-submenu-active
  .menu-submenu-collapse,
html[data-theme='dark']
  .menu-dark.menu-vertical.menu-collapse
  > li.menu-item-active
  .menu-submenu-collapse {
  background-color: transparent;
}

html[data-theme='dark'] .menu-dark.menu-vertical .menu-submenu .menu-item-active,
html[data-theme='dark'] .menu-dark.menu-vertical .menu-submenu .menu-item-active:hover {
  color: #fff;
}

html[data-theme='dark'] .menu-dark.menu-vertical .menu-child-item-active > .menu-submenu-title {
  color: #fff;
}

html[data-theme='dark']
  .menu-dark.menu-vertical
  .menu-opened
  .menu-submenu-has-parent-submenu
  .menu-submenu-title {
  background-color: transparent;
}

html[data-theme='dark'] .basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark {
  background-color: transparent;
}

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

html[data-theme='dark']
  .basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark
  .basic-menu-item__level1 {
  background-color: transparent;
}

html[data-theme='dark'] .setting-menu-type-picker__item {
  background-color: #f0f2f5;
}

html[data-theme='dark'] .setting-menu-type-picker__item--light::before,
html[data-theme='dark'] .setting-menu-type-picker__item--sidebar::before {
  background-color: #273352;
}

html[data-theme='dark'] .setting-menu-type-picker__item--light::after,
html[data-theme='dark'] .setting-menu-type-picker__item--sidebar::after {
  background-color: #fff;
}

html[data-theme='dark'] .setting-menu-type-picker__item--mix::before {
  background-color: #fff;
}

html[data-theme='dark'] .setting-menu-type-picker__item--mix::after {
  background-color: #273352;
}

html[data-theme='dark'] .setting-menu-type-picker__item--top-menu::after {
  background-color: #273352;
}

html[data-theme='dark'] .setting-menu-type-picker__item--dark {
  background-color: #273352;
}

html[data-theme='dark'] .setting-menu-type-picker__item--mix-sidebar::before {
  background-color: #273352;
}

html[data-theme='dark'] .setting-menu-type-picker__item--mix-sidebar::after {
  background-color: #fff;
}

html[data-theme='dark'] .setting-menu-type-picker__item--mix-sidebar .mix-sidebar {
  background-color: #fff;
}

html[data-theme='dark'] .setting-menu-type-picker__item--active,
html[data-theme='dark'] .setting-menu-type-picker__item:hover {
  border: 2px solid var(--color-primary);
}

html[data-theme='dark'] .basic-column-setting__check-item .ant-checkbox-wrapper:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .basic-column-setting__fixed-left,
html[data-theme='dark'] .basic-column-setting__fixed-right {
  color: rgb(0 0 0 / 45%);
}

html[data-theme='dark'] .basic-column-setting__fixed-left.active,
html[data-theme='dark'] .basic-column-setting__fixed-left:hover,
html[data-theme='dark'] .basic-column-setting__fixed-right.active,
html[data-theme='dark'] .basic-column-setting__fixed-right:hover {
  color: var(--color-primary);
}

html[data-theme='dark'] .basic-column-setting__fixed-left.disabled,
html[data-theme='dark'] .basic-column-setting__fixed-right.disabled {
  color: rgb(255 255 255 / 30%);
}
