[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"] [data-theme='dark'] ::-webkit-scrollbar-thumb:hover {
  background-color: #5e6063;
}
[data-theme="dark"] #nprogress .bar {
  background-color: #1890ff;
}
[data-theme="dark"] .j-box-bottom-button-float {
  border-top: 1px solid #e8e8e8;
  background: #fff;
}
[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: #1890ff !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: #1890ff;
}
[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: #1890ff !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:not(.ant-btn-background-ghost):not([disabled]) {
  color: #fff;
}
[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: #1890ff !important;
}
[data-theme="dark"] .ant-list-item {
  color: #000000;
}
[data-theme="dark"] .ant-table-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .ant-table-wrapper .ant-table-thead > tr > td {
  color: #000000;
}
[data-theme="dark"] html[data-theme='dark'] .ant-table-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .ant-table-wrapper .ant-table-thead > tr > td {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  background-color: #fff;
}
[data-theme="dark"] html[data-theme='dark'] .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  background-color: #141414;
}
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active,
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active:hover {
  background-color: #1890ff;
  border-color: transparent;
}
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active a,
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active:hover a {
  color: #fff;
}
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active) {
  background-color: transparent !important;
  border-color: transparent;
}
[data-theme="dark"] html[data-theme='light'] .ant-form:not(.jeecg-form-detail-effect) .ant-select.ant-select-disabled .ant-select-selection-item {
  color: rgba(51, 51, 51, 0.25) !important;
}
[data-theme="dark"] html[data-theme='light'] .ant-form:not(.jeecg-form-detail-effect) .ant-select.ant-select-disabled .ant-select-selection-item .ant-select-selection-item-content {
  color: rgba(51, 51, 51, 0.25);
}
[data-theme="dark"] html[data-theme='light'] .ant-form:not(.jeecg-form-detail-effect) .ant-input-number.ant-input-number-disabled .ant-input-number-input {
  color: rgba(51, 51, 51, 0.25);
}
[data-theme="dark"] html[data-theme='dark'] .ant-form:not(.jeecg-form-detail-effect) .ant-input-number.ant-input-number-disabled .ant-input-number-input {
  color: rgba(255, 255, 255, 0.25);
}
[data-theme="dark"] .bg-white {
  background-color: #151515 !important;
}
[data-theme="dark"] html[data-theme='light'] body {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .text-secondary {
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] html[data-theme='light'] .ant-table {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .ant-select-multiple .ant-select-selection-item-content {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .ant-input-affix-wrapper > input.ant-input:not([disabled]) {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
[data-theme="dark"] html[data-theme='light'] .ant-select-single.ant-select-show-arrow {
  color: rgba(0, 0, 0, 0.65);
}
[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: #f0f2f5 !important;
}
[data-theme="dark"] [data-theme='dark'] body {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] [data-theme='dark'] .ant-list .ant-list-item {
  color: rgba(255, 255, 255, 0.85);
}
[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"] .vxe-cell--valid-error-msg {
  color: #fff !important;
  background-color: #f56c6c !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect *:not(.ant-select-selection-placeholder) {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-row label {
  color: #797c81 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select-selector,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-btn,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-input,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-input-affix-wrapper,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-picker,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-input-number {
  color: #606266 !important;
  background-color: #f9f9fa !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect a,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .anticon {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect a:hover,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .anticon:hover {
  background: transparent;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select.ant-select-disabled .ant-select-selection-item .ant-select-selection-item-content {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select-selection-item {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect :where(.css-dev-only-do-not-override-dvamda).ant-picker .ant-picker-input > input-disabled,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect :where(.css-dev-only-do-not-override-dvamda).ant-picker .ant-picker-input > input[disabled] {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select-selection-item {
  border-color: #eee !important;
  background-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect * {
  color: #606266;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-upload-text-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect a {
  color: rgba(255, 255, 255, 0.25);
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-select-selector,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-btn,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-input-affix-wrapper,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-picker,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-input-number {
  background-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-select-selection-item {
  background-color: transparent !important;
}
[data-theme="dark"] .jeecg-form-detail-effect a:hover,
[data-theme="dark"] .jeecg-form-detail-effect .anticon:hover {
  background: transparent;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-tinymce-container .tox .tox-edit-area__iframe {
  background-color: #141414;
}


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




[data-theme="dark"] .sys-msg-modal-title .icon-right .icons > span.filtera {
  background-color: #eff1f2;
}
[data-theme="dark"] .sys-msg-modal-title .ant-tabs-nav-wrap .ant-tabs-tab {
  background: transparent;
}
[data-theme="dark"] .sys-msg-modal-title .ant-tabs-nav-wrap .ant-tabs-tab {
  background: transparent;
}
[data-theme="dark"] .sys-msg-modal-title .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  background: #1890ff;
}
[data-theme="dark"] .search-label {
  color: #757575 !important;
}
[data-theme="dark"] .search-date .date-label {
  color: #757575 !important;
}
[data-theme="dark"] .search-date .date-tags .tags-container .tag {
  background-color: #f5f5f5;
}
[data-theme="dark"] .search-date .date-tags .tags-container .tag.active {
  background-color: #d3eafd !important;
}
[data-theme="dark"] .selected-user {
  background: #f5f5f5;
}

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

[data-theme="dark"] .jeecg-depart-manage {
  background: #151515;
}

[data-theme="dark"] .jeecg-j-depart-form-content {
  background: #151515;
  border-top: 1px solid #303030;
}

[data-theme="dark"] .jeecg-address-list {
  background-color: #151515;
}


[data-theme="dark"] .jeecg-j-user-tenant-setting-container .account-row-item {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .gray-75 {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .blue-e5 {
  color: #1e88e5;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .my-account {
  color: #c9d1d9 !important;
}

[data-theme="dark"] .we-bind {
  border: 1px #303030;
}
[data-theme="dark"] .we-bind .we-title-background {
  background: #151515;
}
[data-theme="dark"] .we-bind .border-right {
  border-right: 1px #303030;
}
[data-theme="dark"] .we-bind .border-bottom {
  border-bottom: 1px #303030;
}

[data-theme="dark"] .header {
  color: #c9d1d9;
}
[data-theme="dark"] .sync-padding {
  color: #c9d1d9;
}
[data-theme="dark"] .base-collapse .base-desc {
  color: #c9d1d9;
}

[data-theme="dark"] .my-tenant {
  color: #c9d1d9;
}
[data-theme="dark"] .tenant-list-item {
  border: 1px solid #303030;
}
[data-theme="dark"] .tenant-list-item .item-name {
  color: #c9d1d9;
}
[data-theme="dark"] .tenant-list-item:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .examine {
  color: #2c9cff;
}
[data-theme="dark"] .item-content .content-box {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .item-content .content-name {
  color: #c9d1d9;
}
[data-theme="dark"] .item-content .content-des-text {
  color: #c9d1d9;
}
[data-theme="dark"] .footer-box {
  border-top: 1px solid #303030;
  color: #757575;
}
[data-theme="dark"] .font-color333 {
  color: #c9d1d9;
}
[data-theme="dark"] .font-color9e {
  color: #c9d1d9;
}
[data-theme="dark"] .font-color75 {
  color: #c9d1d9;
}
[data-theme="dark"] :deep(.edit-tenant-setting) {
  color: #0a8fe9;
}
[data-theme="dark"] .item-right .buy-margin {
  background: #ff9a00;
}
[data-theme="dark"] .item-right .buy-margin span {
  color: #ffffff;
}
[data-theme="dark"] .item-right .ordinary-user span {
  color: #9e9e9e;
}
[data-theme="dark"] .approved-count {
  background: #ffd2d2;
}
[data-theme="dark"] .invited-row-list .common {
  color: #1e88e5;
}

[data-theme="dark"] .jeecg-j-user-tenant-setting-container .my-tenant {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .tenant-list-item {
  border: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .tenant-list-item .item-name {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .item-content .content-box {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .item-content .content-name {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .item-content .content-des-text {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .footer-box {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .font-color333 {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .font-color9e {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .font-color75 {
  color: #c9d1d9;
}

[data-theme="dark"] .jeecg-depart-user--base-info-form .ant-select.ant-select-disabled .ant-select-selector {
  background-color: transparent;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-depart-user--base-info-form .ant-select.ant-select-disabled .ant-select-selector {
  color: #c9d1d9;
  background-color: transparent;
}

[data-theme="dark"] .black {
  color: #c9d1d9;
}
[data-theme="dark"] .gray-9e {
  color: #9e9e9e;
}


[data-theme="dark"] .ding-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ding-menu-tab li {
  border-bottom: 2px solid transparent;
}
[data-theme="dark"] .ding-menu-tab li a {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .active {
  border-bottom-color: #2196f3 !important;
}
[data-theme="dark"] .active a {
  color: #333 !important;
}

[data-theme="dark"] .jeecg-j-dd-container {
  background: #151515;
}
[data-theme="dark"] .jeecg-j-dd-container .ding-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-dd-container .ding-menu-tab li a {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .jeecg-j-dd-container .ant-collapse-borderless {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-j-dd-container .ant-collapse {
  background-color: #151515;
}

[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}

[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}

[data-theme="dark"] :deep(.jeecg-row-invalid) {
  background: #f4f4f4;
  color: #bababa;
}

[data-theme="dark"] .jeecg-user-account-setting-container .ant-tabs-tab-active {
  background-color: #111b26;
}
[data-theme="dark"] .jeecg-user-account-setting-container .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-user-account-setting-container .ant-tabs-content-holder {
  background: #151515;
}

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

[data-theme="dark"] .jeecg-j-user-account-setting-container .account-row-item {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-account-setting-container .gray-75 {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .jeecg-j-user-account-setting-container .blue-e5 {
  color: #1e88e5;
}
[data-theme="dark"] .jeecg-j-user-account-setting-container .my-account {
  color: #c9d1d9;
}

[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}

[data-theme="dark"] .header {
  color: #c9d1d9;
}
[data-theme="dark"] .sync-padding {
  color: #c9d1d9;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-login {
  background-color: #293146;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-login .ant-input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-login .ant-input-password {
  background-color: #232a3b;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-login .ant-btn:not(.ant-btn-link):not(.ant-btn-primary) {
  border: 1px solid #4a5569;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-login-form {
  background: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-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"] .jeecg-login .jeecg-login-form {
  background-color: #fff;
}
[data-theme="dark"] .jeecg-login .jeecg-app-logo__title {
  color: #fff;
}
[data-theme="dark"] .jeecg-login .container .jeecg-app-logo__title {
  color: #fff;
}
[data-theme="dark"] .jeecg-login-sign-in-way .anticon {
  color: #888;
}
[data-theme="dark"] .jeecg-login-sign-in-way .anticon:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-login .ant-divider-inner-text {
  color: #8b949e;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-password,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-affix-wrapper,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line {
  border: 4px solid #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input) {
  color: #ffffff !important;
  caret-color: #ffffff !important;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input) {
  color: #ffffff !important;
  caret-color: #ffffff !important;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-affix-wrapper),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password) {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line {
  border: 4px solid #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-password),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper) {
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-password input) {
  background-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper-focused),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper:hover),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper:focus),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper:focus-within) {
  border-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password .ant-input-suffix .anticon),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password-icon) {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password .ant-input-suffix .anticon svg),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-affix-wrapper .ant-input-suffix .anticon svg) {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-password .ant-input-suffix .anticon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-password-icon {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-btn:not(.ant-btn-link):not(.ant-btn-primary) {
  border: 1px solid #4a5569 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login-form {
  background: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .app-iconify {
  color: #fff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-choice {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input {
  caret-color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input::placeholder,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line input::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input:-webkit-autofill),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input:-webkit-autofill) {
  webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input:-webkit-autofill:hover),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input:-webkit-autofill:focus),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input:-webkit-autofill:hover),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input:-webkit-autofill:focus) {
  webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line input {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formBox {
  background: #0257a2 !important;
  border: 4px solid #ffffff !important;
  border-bottom: 4px solid #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formBox .aui-formButton {
  background: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-link-login.ant-btn,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-link-login.ant-btn-primary {
  background: #0257a2 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-third-text span {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-form-nav .aui-flex-box {
  color: #ff4d4f !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code:focus,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code:active {
  background: #0257a2 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-checkbox-inner,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-success h3 {
  border-color: #c9d1d9;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-link-login,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-choice span,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-forget a {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login-sign-in-way .anticon {
  color: #888 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login-sign-in-way .anticon:hover {
  color: #1890ff !important;
}
[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: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .ant-divider-inner-text {
  color: #8b949e !important;
}
[data-theme="dark"] html[data-theme='dark'] .aui-third-login a {
  background: transparent;
}

[data-theme="dark"] .textStyle .en-translation {
  color: rgba(255, 255, 255, 0.95);
}
[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}
[data-theme="dark"] .aui-get-code {
  background: #fff;
  color: #1573e9;
  border: 1px solid #1573e9;
}
[data-theme="dark"] .aui-get-code:hover {
  color: #1573e9;
}
[data-theme="dark"] .code-shape {
  border-color: #dadada !important;
  color: #aaa !important;
}
[data-theme="dark"] .aui-link-login {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  background: #0257a2 !important;
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton {
  background: #0257a2 !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-link-login.ant-btn,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-link-login.ant-btn-primary {
  background: #0257a2 !important;
  color: #fff;
  border-color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-link-login,
[data-theme="dark"] .login-background-img .aui-formBox .aui-choice span,
[data-theme="dark"] .login-background-img .aui-formBox .aui-forget a {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-form-nav .aui-flex-box {
  color: #ff4d4f !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .ant-input,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-affix-wrapper,
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line {
  background-color: #0257a2 !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line {
  border: 2px solid #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox input,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password input,
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear input,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line input {
  color: #fff;
  caret-color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear input,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line input {
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input) {
  color: #fff;
  caret-color: #fff;
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] :deep(.ant-input-password input) {
  color: #fff;
  caret-color: #fff;
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input-affix-wrapper),
[data-theme="dark"] :deep(.ant-input-password) {
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input:-webkit-autofill),
[data-theme="dark"] :deep(.ant-input-password input:-webkit-autofill) {
  webkit-text-fill-color: #fff;
  caret-color: #fff;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input:-webkit-autofill:hover),
[data-theme="dark"] :deep(.ant-input:-webkit-autofill:focus),
[data-theme="dark"] :deep(.ant-input-password input:-webkit-autofill:hover),
[data-theme="dark"] :deep(.ant-input-password input:-webkit-autofill:focus) {
  webkit-text-fill-color: #fff;
  caret-color: #fff;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line {
  border: 4px solid #fff;
}
[data-theme="dark"] :deep(.aui-input-line .ant-input-password),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper) {
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] :deep(.aui-input-line .ant-input-password input) {
  background-color: transparent !important;
}
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper-focused),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper:hover),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper:focus),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper:focus-within) {
  border-color: transparent !important;
}
[data-theme="dark"] :deep(.ant-input-password input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] :deep(.ant-input-password .ant-input-suffix .anticon),
[data-theme="dark"] :deep(.ant-input-password-icon) {
  color: #fff;
}
[data-theme="dark"] :deep(.ant-input-password .ant-input-suffix .anticon svg),
[data-theme="dark"] :deep(.ant-input-affix-wrapper .ant-input-suffix .anticon svg) {
  fill: #fff;
  stroke: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password .ant-input-suffix .anticon,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password-icon {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password .ant-input-suffix .anticon:hover {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line input::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code:hover,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code:focus,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code:active {
  background: transparent !important;
  color: #fff;
  border-color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear.with-label .aui-input-label {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-row .aui-input-label {
  color: #fff;
}

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

[data-theme="dark"] .jeecg-j-base-setting-container .user-setting-top {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-base-setting-container .account-name {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-base-setting-container .gray-bd {
  color: #bdbdbd;
}
[data-theme="dark"] .jeecg-j-base-setting-container .use-day {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-base-setting-container .use-day span {
  color: #1e88e5;
}

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

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

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

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

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

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

[data-theme="dark"] .item-group a {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] .list-content-item {
  color: rgba(0, 0, 0, 0.45);
}

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

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


[data-theme="dark"] .virtual-scroll-demo-wrap {
  background-color: #151515;
}
[data-theme="dark"] .virtual-scroll-demo__item {
  border-bottom: 1px solid #303030;
}


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

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

[data-theme="dark"] html[data-theme='dark'] {
  vxe-table-body-background-color: #151515;
  vxe-table-footer-background-color: #151515;
  vxe-table-border-color: #606060;
  vxe-table-popup-border-color: #606060;
  vxe-table-row-hover-background-color: #1e1e1e;
  vxe-input-border-color: #606266;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-cell--item,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-cell--title,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-cell,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-body--expanded-cell {
  color: #c9d1d9;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar {
  background-color: #1f1f1f;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--body-wrapper,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--footer-wrapper {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--border-line {
  border-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table .vxe-table--header-wrapper .vxe-table--header-border-line {
  border-bottom-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--footer-wrapper {
  border-top-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--expanded-column {
  border-bottom-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--stripe {
  background-color: #1e1e1e;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--hover {
  background-color: #262626;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--checked {
  background-color: #44403a;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--checked.row--hover {
  background-color: #59524b;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default.border--default .vxe-table--header-wrapper,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default.border--full .vxe-table--header-wrapper,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default.border--outer .vxe-table--header-wrapper {
  background-color: #1d1d1d;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-header--column .vxe-resizable.is--line:before {
  background-color: #505050;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-custom--option .vxe-checkbox--icon:before,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-export--panel-column-option .vxe-checkbox--icon:before,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--filter-option .vxe-checkbox--icon:before,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon:before {
  background-color: #151515;
  border-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar .vxe-custom--option-wrapper {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-button {
  background-color: #151515;
  border-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-button.type--button:not(.is--disabled):active {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar .vxe-custom--wrapper.is--active > .vxe-button {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-vxe-table .vxe-cell--edit-icon {
  border-color: #606266;
}
[data-theme="dark"] .jeecg-j-vxe-table .sort--active {
  border-color: #1890ff;
}
[data-theme="dark"] .jeecg-j-vxe-table .vxe-table--tooltip-wrapper.vxe-table--valid-error {
  background-color: #f5222d !important;
}
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-select .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-select .ant-select-selection,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-input-number,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-cascader-picker .ant-cascader-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-calendar-picker .ant-calendar-picker-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-select .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-select .ant-select-selection,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-input-number,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-cascader-picker .ant-cascader-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-calendar-picker .ant-calendar-picker-input {
  border-color: #f5222d !important;
}
[data-theme="dark"] .jeecg-j-vxe-table .vxe-body--row.sortable-ghost,
[data-theme="dark"] .jeecg-j-vxe-table .vxe-body--row.sortable-chosen {
  background-color: #dfecfb;
}

[data-theme="dark"] .step1 h3 {
  color: #c9d1d9;
}
[data-theme="dark"] .step1 h4 {
  color: #c9d1d9;
}
[data-theme="dark"] .step1 p {
  color: #c9d1d9;
}

[data-theme="dark"] .account-center-col:not(:last-child):not(:last-child) {
  border-right: 1px dashed #cecece;
}
[data-theme="dark"] .account-center-top {
  background-color: #151515;
}
[data-theme="dark"] .account-center-bottom {
  background-color: #151515;
}

[data-theme="dark"] .list-card__card-title {
  color: #c9d1d9;
}
[data-theme="dark"] .list-card__card-detail {
  color: #8b949e;
}

[data-theme="dark"] .list-basic__top {
  background-color: #151515;
}
[data-theme="dark"] .list-basic__top-col:not(:last-child) {
  border-right: 1px dashed #303030;
}
[data-theme="dark"] .list-basic__top-col div {
  color: #c9d1d9;
}
[data-theme="dark"] .list-basic__top-col p {
  color: #c9d1d9;
}
[data-theme="dark"] .list-basic__content {
  background-color: #151515;
}
[data-theme="dark"] .list-basic__content .extra {
  color: #1890ff;
}

[data-theme="dark"] .account-center-application__card-num {
  color: #8b949e;
}
[data-theme="dark"] .account-center-application__card-download {
  color: #1890ff;
}

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

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

[data-theme="dark"] .result-success {
  background-color: #151515;
}
[data-theme="dark"] .result-success__content {
  background-color: #fafafa;
}

[data-theme="dark"] .result-error {
  background-color: #151515;
}
[data-theme="dark"] .result-error__content {
  background-color: #fafafa;
}
[data-theme="dark"] .result-error__content-icon {
  color: #ff4d4f;
}

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

[data-theme="dark"] .desc-wrap {
  background-color: #fafafa;
}

[data-theme="dark"] .desc-wrap {
  background-color: #151515;
}

[data-theme="dark"] .list-search__container {
  background-color: #151515;
}
[data-theme="dark"] .list-search__content {
  color: #8b949e;
}
[data-theme="dark"] .list-search__action-item {
  color: #8b949e;
}
[data-theme="dark"] .list-search__action-item:nth-child(1),
[data-theme="dark"] .list-search__action-item:nth-child(2) {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .list-search__time {
  color: rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .jeecg-tinymce-img-upload {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-tinymce-img-upload .ant-btn.is-disabled {
  color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .jeecg-tinymce-process-mask {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .jeecg-tinymce-process-mask .value {
  color: #fff;
}

[data-theme="dark"] .chat-container {
  box-shadow: 0 0 #000;
}
[data-theme="dark"] .leftArea .toggle-btn {
  color: #333639;
  border: 1px solid #efeff5;
  background-color: #fff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
}

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

[data-theme="dark"] .jeecg-app-logo.light .jeecg-app-logo__title {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-app-logo.dark .jeecg-app-logo__title {
  color: #fff;
}

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


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



[data-theme="dark"] .jeecg-layout-footer {
  color: #d9d9d9;
}
[data-theme="dark"] .jeecg-layout-footer__links a {
  color: #d9d9d9;
}


[data-theme="dark"] .jeecg-setting-drawer-fearure {
  color: #fff;
  background-color: #1890ff;
}



[data-theme="dark"] [data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td,
[data-theme="dark"] [data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
  background-color: #262626;
}
[data-theme="dark"] .jeecg-basic-table-row__striped td {
  background-color: #1e1e1e;
}
[data-theme="dark"] .jeecg-basic-table-form-container .ant-form {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-basic-table .ant-table-wrapper {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-basic-table .ant-table .trcolor {
  background-color: rgba(255, 192, 203, 0.31);
}


[data-theme="dark"] .ant-modal .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 .ant-modal-confirm-body .ant-modal-confirm-content > * {
  color: #909399;
}
[data-theme="dark"] .ant-modal .ant-modal-confirm-confirm.error .ant-modal-confirm-body > .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-modal .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-modal .ant-modal-confirm-confirm.success .ant-modal-confirm-body > .anticon {
  color: #55D187;
}

[data-theme="dark"] .comment-author .comment-last-content:hover {
  color: #1890ff;
}
[data-theme="dark"] .comment-area {
  border-top: 1px solid #eee;
  background-color: #fff;
}
[data-theme="dark"] html[data-theme='dark'] .comment-area {
  border-color: rgba(253, 253, 253, 0.12);
  background-color: #1f1f1f;
}
[data-theme="dark"] html[data-theme='dark'] .content {
  color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .selected-file-list .item .complex {
  border: 1px solid #e0e0e0;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-top {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-bottom {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .next .text {
  color: rgba(51, 51, 51, 0.6) !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon .anticon-download:hover {
  color: #1e88e5 !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image {
  background: #000;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .next .text {
  color: #fff !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .opt-icon {
  color: #000 !important;
}
[data-theme="dark"] .jeecg-comment-files.ant-alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
[data-theme="dark"] .jeecg-comment-files .j-icon {
  border: 1px solid #e6f7ff;
}
[data-theme="dark"] .jeecg-comment-files .j-icon:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon:active {
  border-color: #fff;
  color: #096dd9;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button {
  color: #9e9e9e;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:active {
  color: #000;
}
[data-theme="dark"] .comment-file-list .detail-item {
  border-bottom: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-title {
  background-color: #fafafa;
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content {
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content .anticon:hover {
  color: #40a9ff;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files.ant-alert-info {
  background-color: #141414;
  border: 1px solid #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover {
  border-color: #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover .inner-button:hover {
  color: #bebebe;
}

[data-theme="dark"] .jeecg-j-upload-container .ant-upload-text-icon {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-j-upload-container .ant-upload-list-item .upload-actions-container a .anticon {
  color: #fff;
}



[data-theme="dark"] .jeecg-basic-modal-close span:nth-child(1):hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-basic-modal-close span:last-child:hover {
  color: #ED6F6F;
}

[data-theme="dark"] .jeecg-j-input-popup-input .app-iconify {
  color: #666666;
}



[data-theme="dark"] .jeecg-code-editer.full-screen-parent:hover .full-screen-icon:hover {
  background-color: rgba(255, 255, 255, 0.88);
}
[data-theme="dark"] .jeecg-code-editer.full-screen-parent.full-screen {
  background-color: #f5f5f5;
}
[data-theme="dark"] .jeecg-code-editer .CodeMirror {
  border: 1px solid #ddd;
}
[data-theme="dark"] .jeecg-code-editer .CodeMirror pre.CodeMirror-placeholder {
  color: #cacaca;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-code-editer .CodeMirror {
  border: 1px solid #3a3a3a;
}



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

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

[data-theme="dark"] .jeecg-image-preview .ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.4);
}

[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(0, 0, 0, 0.04);
}
[data-theme="dark"] .context-menu__popup li:not(.ant-menu-item-disabled):hover {
  color: #c9d1d9;
  background-color: rgba(0, 0, 0, 0.04);
}

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

[data-theme="dark"] .slide-wrap {
  border-right: 1px solid #e5e7eb;
}
[data-theme="dark"] .list {
  color: #333;
}
[data-theme="dark"] .list:hover,
[data-theme="dark"] .list.active {
  border-color: #1890ff;
  color: #1890ff;
}


[data-theme="dark"] .chatWrap .content {
  background: #fff;
}
[data-theme="dark"] .emptyArea {
  color: #d4d4d4;
}
[data-theme="dark"] .footer .bottomArea .contextBtn {
  color: #a8071a;
}
[data-theme="dark"] .footer .bottomArea .contextBtn.enabled {
  color: #1890ff;
}

[data-theme="dark"] .selected-file-list .item .complex {
  border: 1px solid #e0e0e0;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-top {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-bottom {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .next .text {
  color: rgba(51, 51, 51, 0.6) !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon .anticon-download:hover {
  color: #1e88e5 !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image {
  background: #000;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .next .text {
  color: #fff !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .opt-icon {
  color: #000 !important;
}
[data-theme="dark"] .jeecg-comment-files.ant-alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
[data-theme="dark"] .jeecg-comment-files .j-icon {
  border: 1px solid #e6f7ff;
}
[data-theme="dark"] .jeecg-comment-files .j-icon:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon:active {
  border-color: #fff;
  color: #096dd9;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button {
  color: #9e9e9e;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:active {
  color: #000;
}
[data-theme="dark"] .comment-file-list .detail-item {
  border-bottom: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-title {
  background-color: #fafafa;
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content {
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content .anticon:hover {
  color: #40a9ff;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files.ant-alert-info {
  background-color: #141414;
  border: 1px solid #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover {
  border-color: #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover .inner-button:hover {
  color: #bebebe;
}

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


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

[data-theme="dark"] .img-preview {
  background: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .img-preview-content {
  color: #fff;
}
[data-theme="dark"] .img-preview__close {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .img-preview__close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
[data-theme="dark"] .img-preview__index {
  background: rgba(109, 109, 109, 0.6);
}
[data-theme="dark"] .img-preview__controller {
  background: rgba(109, 109, 109, 0.6);
}
[data-theme="dark"] .img-preview__arrow {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .img-preview__arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

[data-theme="dark"] .jeecg-easy-cron-inner-config-list .tip-info {
  color: #999;
}

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

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

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


[data-theme="dark"] .comment-main {
  border: 1px solid #eee;
}
[data-theme="dark"] .comment-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
[data-theme="dark"] .comment-buttons {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .emoji-modal h3.emoji-mart-category-label {
  border-bottom: 1px solid #eee;
}
[data-theme="dark"] .comment-active {
  border-color: #1890ff !important;
}
[data-theme="dark"] .no-content {
  color: #a1a1a1;
}
[data-theme="dark"] html[data-theme='dark'] .comment-main {
  border-color: rgba(253, 253, 253, 0.12);
}
[data-theme="dark"] html[data-theme='dark'] .comment-content {
  background-color: #141414;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 253, 0.12);
}
[data-theme="dark"] html[data-theme='dark'] .comment-buttons {
  border-color: rgba(253, 253, 253, 0.12);
}

[data-theme="dark"] .jeecg-multiple-tabs .rightExtra .ai-icon {
  color: #c9d1d9;
  border-left: 1px solid #303030;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-multiple-tabs .ant-tabs-tab {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-multiple-tabs .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border: 1px solid #e6e6e6;
}
[data-theme="dark"] .jeecg-multiple-tabs {
  background-color: #151515;
  border-bottom: 1px solid #303030;
  box-shadow: 0 4px 4px rgba(0, 21, 41, 0.08);
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff !important;
  background: #1890ff;
  border: 1px solid transparent;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active svg {
  fill: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-quick,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-redo,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card {
  background-color: #151515;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #606266;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:hover .ant-tabs-tab-remove .anticon-close:hover {
  color: #fff;
  background-color: #c0c4cc;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon-close:hover svg {
  fill: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #1890ff !important;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff !important;
  border: 1px solid transparent;
  border-bottom: 1px solid #1890ff !important;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active svg {
  fill: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-quick,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-redo,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth {
  background-color: #151515;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:hover .ant-tabs-tab-remove .anticon-close:hover {
  color: #fff;
  background-color: #c0c4cc;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon-close:hover svg {
  fill: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  background-color: #f5f5f5;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #1890ff !important;
  background: #f5f5f5;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active svg {
  fill: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-quick,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-redo,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}




[data-theme="dark"] .jeecg-basic-help {
  color: #909399;
}
[data-theme="dark"] .jeecg-basic-help:hover {
  color: #1890ff;
}

[data-theme="dark"] .darg-verify {
  background-color: #eeeeee;
  border: 1px solid #ddd;
}
[data-theme="dark"] .darg-verify-bar {
  background-color: #55D187;
}
[data-theme="dark"] .darg-verify-content.success {
  webkit-text-fill-color: #fff;
}
[data-theme="dark"] .darg-verify-content > * {
  webkit-text-fill-color: #333;
}
[data-theme="dark"] .darg-verify-action {
  background-color: #fff;
}

[data-theme="dark"] .jeecg-basic-title {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-basic-title-show-span::before {
  background-color: #1890ff;
}

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

[data-theme="dark"] .ir-dv-img__tip {
  color: #fff;
}
[data-theme="dark"] .ir-dv-img__tip.success {
  background-color: rgba(85, 209, 135, 0.6);
}
[data-theme="dark"] .ir-dv-img__tip.error {
  background-color: rgba(237, 111, 111, 0.6);
}
[data-theme="dark"] .ir-dv-img__tip.normal {
  background-color: rgba(0, 0, 0, 0.3);
}


[data-theme="dark"] .jeecg-cropper-avatar-image-wrapper {
  background: #151515;
  border: 1px solid #303030;
}
[data-theme="dark"] .jeecg-cropper-avatar-image-mask {
  background: rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .markdown-body {
  background-color: transparent;
}
[data-theme="dark"] .markdown-body .highlight pre,
[data-theme="dark"] .markdown-body pre {
  background-color: #fff;
}
[data-theme="dark"] .markdown-body .code-block-header {
  color: #b3b3b3;
}
[data-theme="dark"] .markdown-body .code-block-header__copy:hover {
  color: #65a665;
}
[data-theme="dark"] .markdown-body.markdown-body-generate > dd:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > dl:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > dt:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h1:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h2:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h3:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h4:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h5:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h6:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > li:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > ol:last-child li:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > p:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > pre:last-child code:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > td:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > ul:last-child li:last-child:after {
  color: #000;
}
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > dd:last-child:after,
[data-theme="dark"] html.dark .[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"] [data-theme='dark'] ::-webkit-scrollbar-thumb:hover {
  background-color: #5e6063;
}
[data-theme="dark"] #nprogress .bar {
  background-color: #1890ff;
}
[data-theme="dark"] .j-box-bottom-button-float {
  border-top: 1px solid #e8e8e8;
  background: #fff;
}
[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: #1890ff !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: #1890ff;
}
[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: #1890ff !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:not(.ant-btn-background-ghost):not([disabled]) {
  color: #fff;
}
[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: #1890ff !important;
}
[data-theme="dark"] .ant-list-item {
  color: #000000;
}
[data-theme="dark"] .ant-table-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .ant-table-wrapper .ant-table-thead > tr > td {
  color: #000000;
}
[data-theme="dark"] html[data-theme='dark'] .ant-table-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .ant-table-wrapper .ant-table-thead > tr > td {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme="dark"] .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  background-color: #fff;
}
[data-theme="dark"] html[data-theme='dark'] .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  background-color: #141414;
}
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active,
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active:hover {
  background-color: #1890ff;
  border-color: transparent;
}
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active a,
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item-active:hover a {
  color: #fff;
}
[data-theme="dark"] .ant-table-pagination.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active) {
  background-color: transparent !important;
  border-color: transparent;
}
[data-theme="dark"] html[data-theme='light'] .ant-form:not(.jeecg-form-detail-effect) .ant-select.ant-select-disabled .ant-select-selection-item {
  color: rgba(51, 51, 51, 0.25) !important;
}
[data-theme="dark"] html[data-theme='light'] .ant-form:not(.jeecg-form-detail-effect) .ant-select.ant-select-disabled .ant-select-selection-item .ant-select-selection-item-content {
  color: rgba(51, 51, 51, 0.25);
}
[data-theme="dark"] html[data-theme='light'] .ant-form:not(.jeecg-form-detail-effect) .ant-input-number.ant-input-number-disabled .ant-input-number-input {
  color: rgba(51, 51, 51, 0.25);
}
[data-theme="dark"] html[data-theme='dark'] .ant-form:not(.jeecg-form-detail-effect) .ant-input-number.ant-input-number-disabled .ant-input-number-input {
  color: rgba(255, 255, 255, 0.25);
}
[data-theme="dark"] .bg-white {
  background-color: #151515 !important;
}
[data-theme="dark"] html[data-theme='light'] body {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .text-secondary {
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] html[data-theme='light'] .ant-table {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .ant-select-multiple .ant-select-selection-item-content {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .ant-input-affix-wrapper > input.ant-input:not([disabled]) {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] html[data-theme='light'] .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
[data-theme="dark"] html[data-theme='light'] .ant-select-single.ant-select-show-arrow {
  color: rgba(0, 0, 0, 0.65);
}
[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: #f0f2f5 !important;
}
[data-theme="dark"] [data-theme='dark'] body {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] [data-theme='dark'] .ant-list .ant-list-item {
  color: rgba(255, 255, 255, 0.85);
}
[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"] .vxe-cell--valid-error-msg {
  color: #fff !important;
  background-color: #f56c6c !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect *:not(.ant-select-selection-placeholder) {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-row label {
  color: #797c81 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select-selector,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-btn,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-input,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-input-affix-wrapper,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-picker,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-input-number {
  color: #606266 !important;
  background-color: #f9f9fa !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect a,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .anticon {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect a:hover,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .anticon:hover {
  background: transparent;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select.ant-select-disabled .ant-select-selection-item .ant-select-selection-item-content {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select-selection-item {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect :where(.css-dev-only-do-not-override-dvamda).ant-picker .ant-picker-input > input-disabled,
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect :where(.css-dev-only-do-not-override-dvamda).ant-picker .ant-picker-input > input[disabled] {
  color: #606266 !important;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-form-detail-effect .ant-select-selection-item {
  border-color: #eee !important;
  background-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect * {
  color: #606266;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-upload-text-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect a {
  color: rgba(255, 255, 255, 0.25);
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-select-selector,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-btn,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-input-affix-wrapper,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-picker,
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-input-number {
  background-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-form-detail-effect .ant-select-selection-item {
  background-color: transparent !important;
}
[data-theme="dark"] .jeecg-form-detail-effect a:hover,
[data-theme="dark"] .jeecg-form-detail-effect .anticon:hover {
  background: transparent;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-tinymce-container .tox .tox-edit-area__iframe {
  background-color: #141414;
}


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




[data-theme="dark"] .sys-msg-modal-title .icon-right .icons > span.filtera {
  background-color: #eff1f2;
}
[data-theme="dark"] .sys-msg-modal-title .ant-tabs-nav-wrap .ant-tabs-tab {
  background: transparent;
}
[data-theme="dark"] .sys-msg-modal-title .ant-tabs-nav-wrap .ant-tabs-tab {
  background: transparent;
}
[data-theme="dark"] .sys-msg-modal-title .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  background: #1890ff;
}
[data-theme="dark"] .search-label {
  color: #757575 !important;
}
[data-theme="dark"] .search-date .date-label {
  color: #757575 !important;
}
[data-theme="dark"] .search-date .date-tags .tags-container .tag {
  background-color: #f5f5f5;
}
[data-theme="dark"] .search-date .date-tags .tags-container .tag.active {
  background-color: #d3eafd !important;
}
[data-theme="dark"] .selected-user {
  background: #f5f5f5;
}

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

[data-theme="dark"] .jeecg-depart-manage {
  background: #151515;
}

[data-theme="dark"] .jeecg-j-depart-form-content {
  background: #151515;
  border-top: 1px solid #303030;
}

[data-theme="dark"] .jeecg-address-list {
  background-color: #151515;
}


[data-theme="dark"] .jeecg-j-user-tenant-setting-container .account-row-item {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .gray-75 {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .blue-e5 {
  color: #1e88e5;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .my-account {
  color: #c9d1d9 !important;
}

[data-theme="dark"] .we-bind {
  border: 1px #303030;
}
[data-theme="dark"] .we-bind .we-title-background {
  background: #151515;
}
[data-theme="dark"] .we-bind .border-right {
  border-right: 1px #303030;
}
[data-theme="dark"] .we-bind .border-bottom {
  border-bottom: 1px #303030;
}

[data-theme="dark"] .header {
  color: #c9d1d9;
}
[data-theme="dark"] .sync-padding {
  color: #c9d1d9;
}
[data-theme="dark"] .base-collapse .base-desc {
  color: #c9d1d9;
}

[data-theme="dark"] .my-tenant {
  color: #c9d1d9;
}
[data-theme="dark"] .tenant-list-item {
  border: 1px solid #303030;
}
[data-theme="dark"] .tenant-list-item .item-name {
  color: #c9d1d9;
}
[data-theme="dark"] .tenant-list-item:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .examine {
  color: #2c9cff;
}
[data-theme="dark"] .item-content .content-box {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .item-content .content-name {
  color: #c9d1d9;
}
[data-theme="dark"] .item-content .content-des-text {
  color: #c9d1d9;
}
[data-theme="dark"] .footer-box {
  border-top: 1px solid #303030;
  color: #757575;
}
[data-theme="dark"] .font-color333 {
  color: #c9d1d9;
}
[data-theme="dark"] .font-color9e {
  color: #c9d1d9;
}
[data-theme="dark"] .font-color75 {
  color: #c9d1d9;
}
[data-theme="dark"] :deep(.edit-tenant-setting) {
  color: #0a8fe9;
}
[data-theme="dark"] .item-right .buy-margin {
  background: #ff9a00;
}
[data-theme="dark"] .item-right .buy-margin span {
  color: #ffffff;
}
[data-theme="dark"] .item-right .ordinary-user span {
  color: #9e9e9e;
}
[data-theme="dark"] .approved-count {
  background: #ffd2d2;
}
[data-theme="dark"] .invited-row-list .common {
  color: #1e88e5;
}

[data-theme="dark"] .jeecg-j-user-tenant-setting-container .my-tenant {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .tenant-list-item {
  border: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .tenant-list-item .item-name {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .item-content .content-box {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .item-content .content-name {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .item-content .content-des-text {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .footer-box {
  border-top: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .font-color333 {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .font-color9e {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-user-tenant-setting-container .font-color75 {
  color: #c9d1d9;
}

[data-theme="dark"] .jeecg-depart-user--base-info-form .ant-select.ant-select-disabled .ant-select-selector {
  background-color: transparent;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-depart-user--base-info-form .ant-select.ant-select-disabled .ant-select-selector {
  color: #c9d1d9;
  background-color: transparent;
}

[data-theme="dark"] .black {
  color: #c9d1d9;
}
[data-theme="dark"] .gray-9e {
  color: #9e9e9e;
}


[data-theme="dark"] .ding-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .ding-menu-tab li {
  border-bottom: 2px solid transparent;
}
[data-theme="dark"] .ding-menu-tab li a {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .active {
  border-bottom-color: #2196f3 !important;
}
[data-theme="dark"] .active a {
  color: #333 !important;
}

[data-theme="dark"] .jeecg-j-dd-container {
  background: #151515;
}
[data-theme="dark"] .jeecg-j-dd-container .ding-header {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-dd-container .ding-menu-tab li a {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .jeecg-j-dd-container .ant-collapse-borderless {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-j-dd-container .ant-collapse {
  background-color: #151515;
}

[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}

[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}

[data-theme="dark"] :deep(.jeecg-row-invalid) {
  background: #f4f4f4;
  color: #bababa;
}

[data-theme="dark"] .jeecg-user-account-setting-container .ant-tabs-tab-active {
  background-color: #111b26;
}
[data-theme="dark"] .jeecg-user-account-setting-container .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-user-account-setting-container .ant-tabs-content-holder {
  background: #151515;
}

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

[data-theme="dark"] .jeecg-j-user-account-setting-container .account-row-item {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-user-account-setting-container .gray-75 {
  color: #c9d1d9 !important;
}
[data-theme="dark"] .jeecg-j-user-account-setting-container .blue-e5 {
  color: #1e88e5;
}
[data-theme="dark"] .jeecg-j-user-account-setting-container .my-account {
  color: #c9d1d9;
}

[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}

[data-theme="dark"] .header {
  color: #c9d1d9;
}
[data-theme="dark"] .sync-padding {
  color: #c9d1d9;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-login {
  background-color: #293146;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-login .ant-input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-login .ant-input-password {
  background-color: #232a3b;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-login .ant-btn:not(.ant-btn-link):not(.ant-btn-primary) {
  border: 1px solid #4a5569;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-login-form {
  background: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-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"] .jeecg-login .jeecg-login-form {
  background-color: #fff;
}
[data-theme="dark"] .jeecg-login .jeecg-app-logo__title {
  color: #fff;
}
[data-theme="dark"] .jeecg-login .container .jeecg-app-logo__title {
  color: #fff;
}
[data-theme="dark"] .jeecg-login-sign-in-way .anticon {
  color: #888;
}
[data-theme="dark"] .jeecg-login-sign-in-way .anticon:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-login .ant-divider-inner-text {
  color: #8b949e;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-password,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-affix-wrapper,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line {
  border: 4px solid #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input) {
  color: #ffffff !important;
  caret-color: #ffffff !important;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input) {
  color: #ffffff !important;
  caret-color: #ffffff !important;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-affix-wrapper),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password) {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line {
  border: 4px solid #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-password),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper) {
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-password input) {
  background-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper-focused),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper:hover),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper:focus),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.aui-input-line .ant-input-affix-wrapper:focus-within) {
  border-color: transparent !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password .ant-input-suffix .anticon),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password-icon) {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password .ant-input-suffix .anticon svg),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-affix-wrapper .ant-input-suffix .anticon svg) {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-password .ant-input-suffix .anticon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-input-password-icon {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-btn:not(.ant-btn-link):not(.ant-btn-primary) {
  border: 1px solid #4a5569 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login-form {
  background: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .app-iconify {
  color: #fff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-choice {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input {
  caret-color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input::placeholder,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line input::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input:-webkit-autofill),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input:-webkit-autofill) {
  webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input:-webkit-autofill:hover),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input:-webkit-autofill:focus),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input:-webkit-autofill:hover),
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login :deep(.ant-input-password input:-webkit-autofill:focus) {
  webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-inputClear input,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-input-line input {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formBox {
  background: #0257a2 !important;
  border: 4px solid #ffffff !important;
  border-bottom: 4px solid #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formBox .aui-formButton {
  background: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-link-login.ant-btn,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-link-login.ant-btn-primary {
  background: #0257a2 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-third-text span {
  background-color: #0257a2 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-form-nav .aui-flex-box {
  color: #ff4d4f !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code:focus,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-formButton .aui-linek-code:active {
  background: #0257a2 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .ant-checkbox-inner,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-success h3 {
  border-color: #c9d1d9;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-link-login,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-choice span,
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login .aui-forget a {
  color: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login-sign-in-way .anticon {
  color: #888 !important;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-mini-login-sign-in-way .anticon:hover {
  color: #1890ff !important;
}
[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: #ffffff !important;
}
[data-theme="dark"] html[data-theme='dark'] .ant-divider-inner-text {
  color: #8b949e !important;
}
[data-theme="dark"] html[data-theme='dark'] .aui-third-login a {
  background: transparent;
}

[data-theme="dark"] .textStyle .en-translation {
  color: rgba(255, 255, 255, 0.95);
}
[data-theme="dark"] .aui-container {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
[data-theme="dark"] .aui-form {
  background: #eee;
}
[data-theme="dark"] .aui-image {
  background-color: #0198cd;
}
[data-theme="dark"] .aui-formBox {
  background: #fff;
  border: 2px solid #fff;
  border-bottom: 4px solid #0257a2;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .aui-code-line {
  border-left: 3px solid #fff;
}
[data-theme="dark"] .aui-link-affirmPassword {
  background-color: #1A91FF;
}
[data-theme="dark"] .aui-input-line {
  background: #f5f5f9;
}
[data-theme="dark"] .aui-input-line input {
  color: #333333;
}
[data-theme="dark"] .aui-forgot .aui-input-line {
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-forgot .aui-input-line:focus {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line:hover {
  border-color: #1b90ff;
}
[data-theme="dark"] .aui-forgot .aui-input-line .aui-code-line {
  border-left: 1px solid #dbdbdb;
  color: #1b90ff;
}
[data-theme="dark"] .aui-step-box::after {
  background: #bcbcbc;
}
[data-theme="dark"] .aui-step-tags em {
  border: 8px solid #fff;
  background: #bcbcbc;
  color: #fff;
}
[data-theme="dark"] .aui-step-tags p {
  color: #bcbcbc;
}
[data-theme="dark"] .activeStep .aui-step-tags em {
  background: #1b90ff;
}
[data-theme="dark"] .activeStep .aui-step-tags p {
  color: #1b90ff;
}
[data-theme="dark"] .aui-success h3 {
  color: #515151;
}
[data-theme="dark"] .aui-form-nav .aui-flex-box {
  color: #040404;
}
[data-theme="dark"] .activeNav::after {
  background: #1b90ff;
}
[data-theme="dark"] .phone .aui-inputClear .aui-code a {
  color: #1b90ff;
}
[data-theme="dark"] .phoneChina {
  color: #040404;
}
[data-theme="dark"] .phoneChina:before {
  background: #fff;
}
[data-theme="dark"] .textStyle > p {
  text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .aui-inputClear {
  background: #fff;
}
[data-theme="dark"] .aui-inputClear input {
  color: #333333;
}
[data-theme="dark"] .aui-inputClear:focus {
  border-bottom: 1px solid #1b90ff;
}
[data-theme="dark"] .Xinput ::placeholder {
  color: #696868;
}
[data-theme="dark"] .aui-choice {
  color: #040404;
}
[data-theme="dark"] .aui-forget a {
  color: #1b90ff;
}
[data-theme="dark"] .aui-formButton a {
  border-color: #67b5ff;
  background: #1b90ff;
  color: #fff;
}
[data-theme="dark"] .aui-formButton .aui-linek-code {
  background: #fff;
  color: #3c3c3c;
  border: 1px solid #dbdbdb;
}
[data-theme="dark"] .aui-formButton .aui-linek-code:hover {
  color: #1b90ff;
  border: 1px solid #1b90ff;
}
[data-theme="dark"] .aui-third-text {
  color: #3c3c3c;
}
[data-theme="dark"] .aui-third-text span {
  color: #afafaf;
  background: #fff;
}
[data-theme="dark"] .aui-third-border::after {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .aui-third-login a {
  color: #888;
}
[data-theme="dark"] .aui-third-login a:hover {
  color: #1b90ff;
}
[data-theme="dark"] ::-webkit-input-placeholder {
  color: #868686;
}
[data-theme="dark"] ::-moz-placeholder {
  color: #868686;
}
[data-theme="dark"] :-ms-input-placeholder {
  color: #868686;
}
[data-theme="dark"] html,
[data-theme="dark"] body {
  color: #333;
}
[data-theme="dark"] a {
  color: #000;
}
[data-theme="dark"] a,
[data-theme="dark"] label,
[data-theme="dark"] button,
[data-theme="dark"] input,
[data-theme="dark"] select {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[data-theme="dark"] body {
  background: #e3f0ff;
  color: #666;
}
[data-theme="dark"] a {
  color: #08acee;
}
[data-theme="dark"] a {
  color: #666;
}
[data-theme="dark"] .divHeight {
  background: #f5f5f5;
}
[data-theme="dark"] .r-line:after {
  border-right: 1px solid #d9d9d9;
}
[data-theme="dark"] .b-line:after {
  border-bottom: 1px solid #dedede;
}
[data-theme="dark"] .aui-arrow span {
  color: #9b9b9b;
}
[data-theme="dark"] .aui-arrow:after {
  border-color: #848484;
}
[data-theme="dark"] .aui-flex-box {
  color: #333;
}
[data-theme="dark"] .aui-navBar {
  background-color: #5064eb;
}
[data-theme="dark"] .aui-navBar-item {
  color: #808080;
}
[data-theme="dark"] .aui-center-title {
  color: #fff;
}
[data-theme="dark"] .login-background-img {
  background-color: #0257a2;
}
[data-theme="dark"] .aui-get-code {
  background: #fff;
  color: #1573e9;
  border: 1px solid #1573e9;
}
[data-theme="dark"] .aui-get-code:hover {
  color: #1573e9;
}
[data-theme="dark"] .code-shape {
  border-color: #dadada !important;
  color: #aaa !important;
}
[data-theme="dark"] .aui-link-login {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox {
  background: #0257a2 !important;
  border: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton {
  background: #0257a2 !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-link-login.ant-btn,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-link-login.ant-btn-primary {
  background: #0257a2 !important;
  color: #fff;
  border-color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-link-login,
[data-theme="dark"] .login-background-img .aui-formBox .aui-choice span,
[data-theme="dark"] .login-background-img .aui-formBox .aui-forget a {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-form-nav .aui-flex-box {
  color: #ff4d4f !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .ant-input,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-affix-wrapper,
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line {
  background-color: #0257a2 !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line {
  border: 2px solid #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox input,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password input,
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear input,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line input {
  color: #fff;
  caret-color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear input,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line input {
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input) {
  color: #fff;
  caret-color: #fff;
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] :deep(.ant-input-password input) {
  color: #fff;
  caret-color: #fff;
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input-affix-wrapper),
[data-theme="dark"] :deep(.ant-input-password) {
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input:-webkit-autofill),
[data-theme="dark"] :deep(.ant-input-password input:-webkit-autofill) {
  webkit-text-fill-color: #fff;
  caret-color: #fff;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] :deep(.ant-input:-webkit-autofill:hover),
[data-theme="dark"] :deep(.ant-input:-webkit-autofill:focus),
[data-theme="dark"] :deep(.ant-input-password input:-webkit-autofill:hover),
[data-theme="dark"] :deep(.ant-input-password input:-webkit-autofill:focus) {
  webkit-text-fill-color: #fff;
  caret-color: #fff;
  webkit-box-shadow: 0 0 0px 1000px #0257a2;
  box-shadow: 0 0 0px 1000px #0257a2;
  background-color: #0257a2 !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line {
  border: 4px solid #fff;
}
[data-theme="dark"] :deep(.aui-input-line .ant-input-password),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper) {
  background-color: transparent !important;
  border-color: transparent !important;
}
[data-theme="dark"] :deep(.aui-input-line .ant-input-password input) {
  background-color: transparent !important;
}
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper-focused),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper:hover),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper:focus),
[data-theme="dark"] :deep(.aui-input-line .ant-input-affix-wrapper:focus-within) {
  border-color: transparent !important;
}
[data-theme="dark"] :deep(.ant-input-password input::placeholder) {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] :deep(.ant-input-password .ant-input-suffix .anticon),
[data-theme="dark"] :deep(.ant-input-password-icon) {
  color: #fff;
}
[data-theme="dark"] :deep(.ant-input-password .ant-input-suffix .anticon svg),
[data-theme="dark"] :deep(.ant-input-affix-wrapper .ant-input-suffix .anticon svg) {
  fill: #fff;
  stroke: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password .ant-input-suffix .anticon,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password-icon {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password .ant-input-suffix .anticon:hover {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .ant-input-password input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear input::placeholder,
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-line input::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code:hover,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code:focus,
[data-theme="dark"] .login-background-img .aui-formBox .aui-formButton .aui-linek-code:active {
  background: transparent !important;
  color: #fff;
  border-color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-inputClear.with-label .aui-input-label {
  color: #fff;
}
[data-theme="dark"] .login-background-img .aui-formBox .aui-input-row .aui-input-label {
  color: #fff;
}

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

[data-theme="dark"] .jeecg-j-base-setting-container .user-setting-top {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] .jeecg-j-base-setting-container .account-name {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-base-setting-container .gray-bd {
  color: #bdbdbd;
}
[data-theme="dark"] .jeecg-j-base-setting-container .use-day {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-base-setting-container .use-day span {
  color: #1e88e5;
}

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

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

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

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

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

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

[data-theme="dark"] .item-group a {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] .list-content-item {
  color: rgba(0, 0, 0, 0.45);
}

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

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


[data-theme="dark"] .virtual-scroll-demo-wrap {
  background-color: #151515;
}
[data-theme="dark"] .virtual-scroll-demo__item {
  border-bottom: 1px solid #303030;
}


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

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

[data-theme="dark"] html[data-theme='dark'] {
  vxe-table-body-background-color: #151515;
  vxe-table-footer-background-color: #151515;
  vxe-table-border-color: #606060;
  vxe-table-popup-border-color: #606060;
  vxe-table-row-hover-background-color: #1e1e1e;
  vxe-input-border-color: #606266;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-cell--item,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-cell--title,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-cell,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-body--expanded-cell {
  color: #c9d1d9;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar {
  background-color: #1f1f1f;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--body-wrapper,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--footer-wrapper {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--border-line {
  border-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table .vxe-table--header-wrapper .vxe-table--header-border-line {
  border-bottom-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-table--footer-wrapper {
  border-top-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--expanded-column {
  border-bottom-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--stripe {
  background-color: #1e1e1e;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--hover {
  background-color: #262626;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--checked {
  background-color: #44403a;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-body--row.row--checked.row--hover {
  background-color: #59524b;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default.border--default .vxe-table--header-wrapper,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default.border--full .vxe-table--header-wrapper,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default.border--outer .vxe-table--header-wrapper {
  background-color: #1d1d1d;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-header--column .vxe-resizable.is--line:before {
  background-color: #505050;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-custom--option .vxe-checkbox--icon:before,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-export--panel-column-option .vxe-checkbox--icon:before,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--filter-option .vxe-checkbox--icon:before,
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon:before {
  background-color: #151515;
  border-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar .vxe-custom--option-wrapper {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-button {
  background-color: #151515;
  border-color: #606060;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-button.type--button:not(.is--disabled):active {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar .vxe-custom--wrapper.is--active > .vxe-button {
  background-color: #151515;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-j-vxe-table .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-j-vxe-table .vxe-cell--edit-icon {
  border-color: #606266;
}
[data-theme="dark"] .jeecg-j-vxe-table .sort--active {
  border-color: #1890ff;
}
[data-theme="dark"] .jeecg-j-vxe-table .vxe-table--tooltip-wrapper.vxe-table--valid-error {
  background-color: #f5222d !important;
}
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-select .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-select .ant-select-selection,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-input-number,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-cascader-picker .ant-cascader-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-cell > .ant-calendar-picker .ant-calendar-picker-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-select .ant-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-select .ant-select-selection,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-input-number,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-cascader-picker .ant-cascader-input,
[data-theme="dark"] .jeecg-j-vxe-table .col--valid-error > .vxe-tree-cell > .ant-calendar-picker .ant-calendar-picker-input {
  border-color: #f5222d !important;
}
[data-theme="dark"] .jeecg-j-vxe-table .vxe-body--row.sortable-ghost,
[data-theme="dark"] .jeecg-j-vxe-table .vxe-body--row.sortable-chosen {
  background-color: #dfecfb;
}

[data-theme="dark"] .step1 h3 {
  color: #c9d1d9;
}
[data-theme="dark"] .step1 h4 {
  color: #c9d1d9;
}
[data-theme="dark"] .step1 p {
  color: #c9d1d9;
}

[data-theme="dark"] .account-center-col:not(:last-child):not(:last-child) {
  border-right: 1px dashed #cecece;
}
[data-theme="dark"] .account-center-top {
  background-color: #151515;
}
[data-theme="dark"] .account-center-bottom {
  background-color: #151515;
}

[data-theme="dark"] .list-card__card-title {
  color: #c9d1d9;
}
[data-theme="dark"] .list-card__card-detail {
  color: #8b949e;
}

[data-theme="dark"] .list-basic__top {
  background-color: #151515;
}
[data-theme="dark"] .list-basic__top-col:not(:last-child) {
  border-right: 1px dashed #303030;
}
[data-theme="dark"] .list-basic__top-col div {
  color: #c9d1d9;
}
[data-theme="dark"] .list-basic__top-col p {
  color: #c9d1d9;
}
[data-theme="dark"] .list-basic__content {
  background-color: #151515;
}
[data-theme="dark"] .list-basic__content .extra {
  color: #1890ff;
}

[data-theme="dark"] .account-center-application__card-num {
  color: #8b949e;
}
[data-theme="dark"] .account-center-application__card-download {
  color: #1890ff;
}

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

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

[data-theme="dark"] .result-success {
  background-color: #151515;
}
[data-theme="dark"] .result-success__content {
  background-color: #fafafa;
}

[data-theme="dark"] .result-error {
  background-color: #151515;
}
[data-theme="dark"] .result-error__content {
  background-color: #fafafa;
}
[data-theme="dark"] .result-error__content-icon {
  color: #ff4d4f;
}

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

[data-theme="dark"] .desc-wrap {
  background-color: #fafafa;
}

[data-theme="dark"] .desc-wrap {
  background-color: #151515;
}

[data-theme="dark"] .list-search__container {
  background-color: #151515;
}
[data-theme="dark"] .list-search__content {
  color: #8b949e;
}
[data-theme="dark"] .list-search__action-item {
  color: #8b949e;
}
[data-theme="dark"] .list-search__action-item:nth-child(1),
[data-theme="dark"] .list-search__action-item:nth-child(2) {
  border-right: 1px solid #303030;
}
[data-theme="dark"] .list-search__time {
  color: rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .jeecg-tinymce-img-upload {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-tinymce-img-upload .ant-btn.is-disabled {
  color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .jeecg-tinymce-process-mask {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .jeecg-tinymce-process-mask .value {
  color: #fff;
}

[data-theme="dark"] .chat-container {
  box-shadow: 0 0 #000;
}
[data-theme="dark"] .leftArea .toggle-btn {
  color: #333639;
  border: 1px solid #efeff5;
  background-color: #fff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
}

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

[data-theme="dark"] .jeecg-app-logo.light .jeecg-app-logo__title {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-app-logo.dark .jeecg-app-logo__title {
  color: #fff;
}

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


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



[data-theme="dark"] .jeecg-layout-footer {
  color: #d9d9d9;
}
[data-theme="dark"] .jeecg-layout-footer__links a {
  color: #d9d9d9;
}


[data-theme="dark"] .jeecg-setting-drawer-fearure {
  color: #fff;
  background-color: #1890ff;
}



[data-theme="dark"] [data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td,
[data-theme="dark"] [data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
  background-color: #262626;
}
[data-theme="dark"] .jeecg-basic-table-row__striped td {
  background-color: #1e1e1e;
}
[data-theme="dark"] .jeecg-basic-table-form-container .ant-form {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-basic-table .ant-table-wrapper {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-basic-table .ant-table .trcolor {
  background-color: rgba(255, 192, 203, 0.31);
}


[data-theme="dark"] .ant-modal .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 .ant-modal-confirm-body .ant-modal-confirm-content > * {
  color: #909399;
}
[data-theme="dark"] .ant-modal .ant-modal-confirm-confirm.error .ant-modal-confirm-body > .anticon {
  color: #ED6F6F;
}
[data-theme="dark"] .ant-modal .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #EFBD47;
}
[data-theme="dark"] .ant-modal .ant-modal-confirm-confirm.success .ant-modal-confirm-body > .anticon {
  color: #55D187;
}

[data-theme="dark"] .comment-author .comment-last-content:hover {
  color: #1890ff;
}
[data-theme="dark"] .comment-area {
  border-top: 1px solid #eee;
  background-color: #fff;
}
[data-theme="dark"] html[data-theme='dark'] .comment-area {
  border-color: rgba(253, 253, 253, 0.12);
  background-color: #1f1f1f;
}
[data-theme="dark"] html[data-theme='dark'] .content {
  color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .selected-file-list .item .complex {
  border: 1px solid #e0e0e0;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-top {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-bottom {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .next .text {
  color: rgba(51, 51, 51, 0.6) !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon .anticon-download:hover {
  color: #1e88e5 !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image {
  background: #000;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .next .text {
  color: #fff !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .opt-icon {
  color: #000 !important;
}
[data-theme="dark"] .jeecg-comment-files.ant-alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
[data-theme="dark"] .jeecg-comment-files .j-icon {
  border: 1px solid #e6f7ff;
}
[data-theme="dark"] .jeecg-comment-files .j-icon:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon:active {
  border-color: #fff;
  color: #096dd9;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button {
  color: #9e9e9e;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:active {
  color: #000;
}
[data-theme="dark"] .comment-file-list .detail-item {
  border-bottom: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-title {
  background-color: #fafafa;
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content {
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content .anticon:hover {
  color: #40a9ff;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files.ant-alert-info {
  background-color: #141414;
  border: 1px solid #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover {
  border-color: #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover .inner-button:hover {
  color: #bebebe;
}

[data-theme="dark"] .jeecg-j-upload-container .ant-upload-text-icon {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-j-upload-container .ant-upload-list-item .upload-actions-container a .anticon {
  color: #fff;
}



[data-theme="dark"] .jeecg-basic-modal-close span:nth-child(1):hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-basic-modal-close span:last-child:hover {
  color: #ED6F6F;
}

[data-theme="dark"] .jeecg-j-input-popup-input .app-iconify {
  color: #666666;
}



[data-theme="dark"] .jeecg-code-editer.full-screen-parent:hover .full-screen-icon:hover {
  background-color: rgba(255, 255, 255, 0.88);
}
[data-theme="dark"] .jeecg-code-editer.full-screen-parent.full-screen {
  background-color: #f5f5f5;
}
[data-theme="dark"] .jeecg-code-editer .CodeMirror {
  border: 1px solid #ddd;
}
[data-theme="dark"] .jeecg-code-editer .CodeMirror pre.CodeMirror-placeholder {
  color: #cacaca;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-code-editer .CodeMirror {
  border: 1px solid #3a3a3a;
}



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

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

[data-theme="dark"] .jeecg-image-preview .ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.4);
}

[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(0, 0, 0, 0.04);
}
[data-theme="dark"] .context-menu__popup li:not(.ant-menu-item-disabled):hover {
  color: #c9d1d9;
  background-color: rgba(0, 0, 0, 0.04);
}

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

[data-theme="dark"] .slide-wrap {
  border-right: 1px solid #e5e7eb;
}
[data-theme="dark"] .list {
  color: #333;
}
[data-theme="dark"] .list:hover,
[data-theme="dark"] .list.active {
  border-color: #1890ff;
  color: #1890ff;
}


[data-theme="dark"] .chatWrap .content {
  background: #fff;
}
[data-theme="dark"] .emptyArea {
  color: #d4d4d4;
}
[data-theme="dark"] .footer .bottomArea .contextBtn {
  color: #a8071a;
}
[data-theme="dark"] .footer .bottomArea .contextBtn.enabled {
  color: #1890ff;
}

[data-theme="dark"] .selected-file-list .item .complex {
  border: 1px solid #e0e0e0;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-top {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-bottom {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .next .text {
  color: rgba(51, 51, 51, 0.6) !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon .anticon-download:hover {
  color: #1e88e5 !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image {
  background: #000;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .next .text {
  color: #fff !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .opt-icon {
  color: #000 !important;
}
[data-theme="dark"] .jeecg-comment-files.ant-alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
[data-theme="dark"] .jeecg-comment-files .j-icon {
  border: 1px solid #e6f7ff;
}
[data-theme="dark"] .jeecg-comment-files .j-icon:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon:active {
  border-color: #fff;
  color: #096dd9;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button {
  color: #9e9e9e;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:active {
  color: #000;
}
[data-theme="dark"] .comment-file-list .detail-item {
  border-bottom: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-title {
  background-color: #fafafa;
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content {
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content .anticon:hover {
  color: #40a9ff;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files.ant-alert-info {
  background-color: #141414;
  border: 1px solid #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover {
  border-color: #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover .inner-button:hover {
  color: #bebebe;
}

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


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

[data-theme="dark"] .img-preview {
  background: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .img-preview-content {
  color: #fff;
}
[data-theme="dark"] .img-preview__close {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .img-preview__close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
[data-theme="dark"] .img-preview__index {
  background: rgba(109, 109, 109, 0.6);
}
[data-theme="dark"] .img-preview__controller {
  background: rgba(109, 109, 109, 0.6);
}
[data-theme="dark"] .img-preview__arrow {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .img-preview__arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

[data-theme="dark"] .jeecg-easy-cron-inner-config-list .tip-info {
  color: #999;
}

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

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

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


[data-theme="dark"] .comment-main {
  border: 1px solid #eee;
}
[data-theme="dark"] .comment-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
[data-theme="dark"] .comment-buttons {
  border-top: 1px solid #d9d9d9;
}
[data-theme="dark"] .emoji-modal h3.emoji-mart-category-label {
  border-bottom: 1px solid #eee;
}
[data-theme="dark"] .comment-active {
  border-color: #1890ff !important;
}
[data-theme="dark"] .no-content {
  color: #a1a1a1;
}
[data-theme="dark"] html[data-theme='dark'] .comment-main {
  border-color: rgba(253, 253, 253, 0.12);
}
[data-theme="dark"] html[data-theme='dark'] .comment-content {
  background-color: #141414;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 253, 0.12);
}
[data-theme="dark"] html[data-theme='dark'] .comment-buttons {
  border-color: rgba(253, 253, 253, 0.12);
}

[data-theme="dark"] .jeecg-multiple-tabs .rightExtra .ai-icon {
  color: #c9d1d9;
  border-left: 1px solid #303030;
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-multiple-tabs .ant-tabs-tab {
  border-bottom: 1px solid #303030;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-multiple-tabs .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border: 1px solid #e6e6e6;
}
[data-theme="dark"] .jeecg-multiple-tabs {
  background-color: #151515;
  border-bottom: 1px solid #303030;
  box-shadow: 0 4px 4px rgba(0, 21, 41, 0.08);
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active {
  color: #fff !important;
  background: #1890ff;
  border: 1px solid transparent;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active svg {
  fill: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-quick,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-redo,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .jeecg-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card {
  background-color: #151515;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #606266;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:hover .ant-tabs-tab-remove .anticon-close:hover {
  color: #fff;
  background-color: #c0c4cc;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon-close:hover svg {
  fill: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #1890ff !important;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff !important;
  border: 1px solid transparent;
  border-bottom: 1px solid #1890ff !important;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-active svg {
  fill: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-quick,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-redo,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card .jeecg-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth {
  background-color: #151515;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav {
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  color: #c9d1d9;
  background-color: #151515;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:hover .ant-tabs-tab-remove .anticon-close:hover {
  color: #fff;
  background-color: #c0c4cc;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon-close:hover svg {
  fill: #fff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab svg {
  fill: #c9d1d9;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  background-color: #f5f5f5;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #1890ff !important;
  background: #f5f5f5;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active svg {
  fill: #1890ff;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-quick,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-redo,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-fold {
  color: #8b949e;
  border-left: 1px solid #303030;
}
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-quick:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-redo:hover,
[data-theme="dark"] .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-smooth .jeecg-multiple-tabs-content__extra-fold:hover {
  color: #c9d1d9;
}




[data-theme="dark"] .jeecg-basic-help {
  color: #909399;
}
[data-theme="dark"] .jeecg-basic-help:hover {
  color: #1890ff;
}

[data-theme="dark"] .darg-verify {
  background-color: #eeeeee;
  border: 1px solid #ddd;
}
[data-theme="dark"] .darg-verify-bar {
  background-color: #55D187;
}
[data-theme="dark"] .darg-verify-content.success {
  webkit-text-fill-color: #fff;
}
[data-theme="dark"] .darg-verify-content > * {
  webkit-text-fill-color: #333;
}
[data-theme="dark"] .darg-verify-action {
  background-color: #fff;
}

[data-theme="dark"] .jeecg-basic-title {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-basic-title-show-span::before {
  background-color: #1890ff;
}

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

[data-theme="dark"] .ir-dv-img__tip {
  color: #fff;
}
[data-theme="dark"] .ir-dv-img__tip.success {
  background-color: rgba(85, 209, 135, 0.6);
}
[data-theme="dark"] .ir-dv-img__tip.error {
  background-color: rgba(237, 111, 111, 0.6);
}
[data-theme="dark"] .ir-dv-img__tip.normal {
  background-color: rgba(0, 0, 0, 0.3);
}


[data-theme="dark"] .jeecg-cropper-avatar-image-wrapper {
  background: #151515;
  border: 1px solid #303030;
}
[data-theme="dark"] .jeecg-cropper-avatar-image-mask {
  background: rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .markdown-body {
  background-color: transparent;
}
[data-theme="dark"] .markdown-body .highlight pre,
[data-theme="dark"] .markdown-body pre {
  background-color: #fff;
}
[data-theme="dark"] .markdown-body .code-block-header {
  color: #b3b3b3;
}
[data-theme="dark"] .markdown-body .code-block-header__copy:hover {
  color: #65a665;
}
[data-theme="dark"] .markdown-body.markdown-body-generate > dd:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > dl:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > dt:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h1:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h2:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h3:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h4:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h5:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > h6:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > li:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > ol:last-child li:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > p:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > pre:last-child code:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > td:last-child:after,
[data-theme="dark"] .markdown-body.markdown-body-generate > ul:last-child li:last-child:after {
  color: #000;
}
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > dd:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > dl:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > dt:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > h1:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > h2:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > h3:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > h4:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > h5:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > h6:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > li:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > ol:last-child li:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > p:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > pre:last-child code:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > td:last-child:after,
[data-theme="dark"] html.dark .markdown-body.markdown-body-generate > ul:last-child li:last-child:after {
  color: #65a665;
}
[data-theme="dark"] html.dark .highlight pre,
[data-theme="dark"] html.dark pre {
  background-color: #282c34;
}

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


[data-theme="dark"] .jeecg-basic-modal-close span:nth-child(1):hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-basic-modal-close span:last-child:hover {
  color: #ED6F6F;
}



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

[data-theme="dark"] .jeecg-layout-breadcrumb--light .ant-breadcrumb-link {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme="dark"] .jeecg-layout-breadcrumb--light .ant-breadcrumb-link a {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme="dark"] .jeecg-layout-breadcrumb--light .ant-breadcrumb-link a:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-layout-breadcrumb--light .ant-breadcrumb-separator,
[data-theme="dark"] .jeecg-layout-breadcrumb--light .anticon {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-link {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-link a {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-link a:hover {
  color: #fff;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-separator,
[data-theme="dark"] html[data-theme='dark'] .jeecg-layout-breadcrumb--dark .anticon {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme="dark"] html[data-theme='light'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-link {
  color: #fff;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-link a {
  color: #fff;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-link a:hover {
  color: #fff;
}
[data-theme="dark"] html[data-theme='light'] .jeecg-layout-breadcrumb--dark .ant-breadcrumb-separator,
[data-theme="dark"] html[data-theme='light'] .jeecg-layout-breadcrumb--dark .anticon {
  color: #fff;
}

[data-theme="dark"] .presetQuestion-wrap svg {
  color: #333;
}
[data-theme="dark"] .presetQuestion-wrap .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] .presetQuestion-wrap .item:hover {
  color: #1890ff;
  border-color: #1890ff;
}

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


[data-theme="dark"] .jeecg-header-notify__overlay .bottom-buttons {
  border-top: 1px solid #f0f0f0;
}
[data-theme="dark"] .jeecg-header-notify__overlay .bottom-buttons .ant-btn:first-child {
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-header-notify__overlay .ant-list-item:hover {
  background-color: #111b26;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-header-notify__overlay .bottom-buttons {
  border-top: 1px solid #303030;
}
[data-theme="dark"] [data-theme='dark'] .jeecg-header-notify__overlay .bottom-buttons .ant-btn:first-child {
  border-right: 1px solid #303030;
}

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

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

[data-theme="dark"] .jeecg-basic-drawer-header__back:hover {
  color: #1890ff;
}

[data-theme="dark"] .selected-file-list .item .complex {
  border: 1px solid #e0e0e0;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-top {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .content .content-bottom {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer {
  background-color: #f5f5f5;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .next .text {
  color: rgba(51, 51, 51, 0.6) !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon {
  background-color: #fff;
}
[data-theme="dark"] .selected-file-list .item .complex .layer .buttons .opt-icon .anticon-download:hover {
  color: #1e88e5 !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image {
  background: #000;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .next .text {
  color: #fff !important;
}
[data-theme="dark"] .selected-file-list .item .complex .layer-image .opt-icon {
  color: #000 !important;
}
[data-theme="dark"] .jeecg-comment-files.ant-alert-info {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
[data-theme="dark"] .jeecg-comment-files .j-icon {
  border: 1px solid #e6f7ff;
}
[data-theme="dark"] .jeecg-comment-files .j-icon:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon:active {
  border-color: #fff;
  color: #096dd9;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button {
  color: #9e9e9e;
}
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:focus,
[data-theme="dark"] .jeecg-comment-files .j-icon .inner-button:active {
  color: #000;
}
[data-theme="dark"] .comment-file-list .detail-item {
  border-bottom: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-title {
  background-color: #fafafa;
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content {
  border-right: 1px solid #f0f0f0;
}
[data-theme="dark"] .comment-file-list .detail-item .item-content .anticon:hover {
  color: #40a9ff;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files.ant-alert-info {
  background-color: #141414;
  border: 1px solid #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover {
  border-color: #3a3a3a;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon .inner-button:hover,
[data-theme="dark"] html[data-theme='dark'] .jeecg-comment-files .j-icon:hover .inner-button:hover {
  color: #bebebe;
}

[data-theme="dark"] .jeecg-cropper-am-cropper {
  background: #eee;
}
[data-theme="dark"] .jeecg-cropper-am-preview {
  border: 1px solid #303030;
}
[data-theme="dark"] .jeecg-cropper-am-group {
  border-top: 1px solid #303030;
}


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

[data-theme="dark"] .self {
  background-color: #1890ff;
  color: #fff;
}
[data-theme="dark"] .chatgpt {
  background-color: #f4f6f8;
}



[data-theme="dark"] .jeecg-header-notify-list .list-item .priority-L {
  background-color: #7cd1ff;
}
[data-theme="dark"] .jeecg-header-notify-list .list-item .priority-M {
  background-color: #ffa743;
}
[data-theme="dark"] .jeecg-header-notify-list .list-item .priority-H {
  background-color: #f8766c;
}

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

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

[data-theme="dark"] .file-table thead {
  background-color: #fafafa;
}
[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"] .jeecg-basic-column-setting__popover-footer {
  border-top: 1px solid #f0f0f0;
}
[data-theme="dark"] .jeecg-basic-column-setting__check-item .ant-checkbox-wrapper:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-basic-column-setting__fixed-left,
[data-theme="dark"] .jeecg-basic-column-setting__fixed-right {
  color: rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] .jeecg-basic-column-setting__fixed-left.active,
[data-theme="dark"] .jeecg-basic-column-setting__fixed-right.active,
[data-theme="dark"] .jeecg-basic-column-setting__fixed-left:hover,
[data-theme="dark"] .jeecg-basic-column-setting__fixed-right:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-basic-column-setting__fixed-left.disabled,
[data-theme="dark"] .jeecg-basic-column-setting__fixed-right.disabled {
  color: rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-setting-select-item {
  color: rgba(255, 255, 255, 0.8);
}


[data-theme="dark"] html[data-theme='dark'] .jeecg-setting-input-number-item {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] html[data-theme='dark'] .jeecg-setting-switch-item {
  color: rgba(255, 255, 255, 0.8);
}

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

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

[data-theme="dark"] .light-border::after {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-item,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark .jeecg-menu-item,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark .jeecg-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark .jeecg-menu-item:hover,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark .jeecg-menu-submenu-title:hover {
  color: #fff;
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark .jeecg-menu-item-selected,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark .jeecg-menu-submenu-title-selected {
  color: #fff;
  background-color: #1890ff !important;
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark.bright .jeecg-menu-item,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark.bright .jeecg-menu-submenu-title {
  color: #fff;
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark.bright .jeecg-menu-item:hover,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-dark.bright .jeecg-menu-submenu-title:hover {
  color: rgba(255, 255, 255, 0.8);
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-item,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-submenu-title {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-item:hover,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-submenu-title:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-item-selected,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-submenu-title-selected {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
}
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-item-selected::after,
[data-theme="dark"] .jeecg-menu-menu-popover .jeecg-menu-light .jeecg-menu-submenu-title-selected::after {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-menu {
  color: #c9d1d9;
}
[data-theme="dark"] .jeecg-menu-light {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] .jeecg-menu-light .jeecg-menu {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme="dark"] .jeecg-menu-light .jeecg-menu-submenu:not(.jeecg-menu-item-active) .jeecg-menu-submenu-title .anticon {
  color: rgba(0, 0, 0, 0.9);
}
[data-theme="dark"] .jeecg-menu-light .jeecg-menu-submenu-active {
  color: #1890ff !important;
}
[data-theme="dark"] .jeecg-menu-light .jeecg-menu-submenu-active-border::after {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-dark .jeecg-menu-submenu-active {
  color: #fff !important;
}
[data-theme="dark"] .jeecg-menu-vertical .jeecg-menu-item:hover,
[data-theme="dark"] .jeecg-menu-vertical .jeecg-menu-submenu-title:hover {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active:not(.jeecg-menu-submenu) {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
}
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active:not(.jeecg-menu-submenu)::after {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
  color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical.jeecg-menu-collapse > li.jeecg-menu-item-active,
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical.jeecg-menu-collapse .jeecg-menu-submenu-active {
  background-color: rgba(24, 144, 255, 0.05);
}
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical.jeecg-menu-collapse > li.jeecg-menu-item-active::before,
[data-theme="dark"] .jeecg-menu-light.jeecg-menu-vertical.jeecg-menu-collapse .jeecg-menu-submenu-active::before {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-item,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-item-active:not(.jeecg-menu-submenu),
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-submenu-title-active:not(.jeecg-menu-submenu) {
  color: #fff !important;
  background-color: #1890ff !important;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-item:hover,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-submenu-title:hover {
  color: #fff;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu.bright .jeecg-menu-item,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.bright .jeecg-menu-submenu-title {
  color: #fff;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu.bright .jeecg-menu-item-active:not(.jeecg-menu-submenu),
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.bright .jeecg-menu-submenu-title-active:not(.jeecg-menu-submenu) {
  color: #fff !important;
  background-color: #1890ff !important;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu.bright .jeecg-menu-item:hover,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.bright .jeecg-menu-submenu-title:hover {
  color: rgba(255, 255, 255, 0.8);
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu-collapse > li.jeecg-menu-item-active,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu-collapse .jeecg-menu-submenu-active {
  color: #fff !important;
  background-color: #1890ff !important;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu-collapse > li.jeecg-menu-item-active::before,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu-collapse .jeecg-menu-submenu-active::before {
  background-color: #1890ff;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu-collapse > li.jeecg-menu-item-active .jeecg-menu-submenu-collapse,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical.jeecg-menu-collapse .jeecg-menu-submenu-active .jeecg-menu-submenu-collapse {
  background-color: transparent;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-submenu .jeecg-menu-item-active,
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-submenu .jeecg-menu-item-active:hover {
  color: #fff;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-child-item-active > .jeecg-menu-submenu-title {
  color: #fff;
}
[data-theme="dark"] .jeecg-menu-dark.jeecg-menu-vertical .jeecg-menu-opened .jeecg-menu-submenu-has-parent-submenu .jeecg-menu-submenu-title {
  background-color: transparent;
}

[data-theme="dark"] html[data-theme='light'] .jeecg-basic-subMenu.ant-menu-dark {
  color: rgba(255, 255, 255, 0.9);
}
[data-theme="dark"] html[data-theme='light'] .ant-menu-submenu-placement-bottomLeft.ant-menu-dark.ant-menu-submenu-popup.ant-menu-dark.ant-menu-submenu > .ant-menu {
  color: rgba(255, 255, 255, 0.9);
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-basic-subMenu.ant-menu-dark {
  background-color: #212121;
}
[data-theme="dark"] html[data-theme='dark'] .jeecg-basic-subMenu.ant-menu-dark.ant-menu-submenu > .ant-menu {
  background-color: #212121;
}
[data-theme="dark"] html[data-theme='dark'] .ant-menu-submenu-placement-bottomLeft.ant-menu-dark.ant-menu-submenu-popup {
  background-color: #212121;
}
[data-theme="dark"] html[data-theme='dark'] .ant-menu-submenu-placement-bottomLeft.ant-menu-dark.ant-menu-submenu-popup.ant-menu-dark.ant-menu-submenu > .ant-menu {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.9);
}

