:root {
  --bs-blue: #559bfb;
  --bs-indigo: #2c3782;
  --bs-purple: #816bff;
  --bs-pink: #ff63a5;
  --bs-red: #e85347;
  --bs-orange: #ffa353;
  --bs-yellow: #f4bd0e;
  --bs-green: #1ee0ac;
  --bs-teal:  #20c997;
  --bs-cyan:  #09c2de;
  --bs-white: #fff;
  --bs-gray: #8091a7;
  --bs-gray-dark: #2b3748;
  --bs-gray-100: #ebeef2;
  --bs-gray-200: #e5e9f2;
  --bs-gray-300: #dbdfea;
  --bs-gray-400: #b7c2d0;
  --bs-gray-500: #8091a7;
  --bs-gray-600: #3c4d62;
  --bs-gray-700: #344357;
  --bs-gray-800: #2b3748;
  --bs-gray-900: #1f2b3a;
  --bs-secondary: #3c99cf;
    --bs-primary: #263d7d;
  --bs-success: #1ee0ac;
  --bs-info: #09c2de;
  --bs-warning: #f4bd0e;
  --bs-danger: #e85347;
  --bs-light: #e5e9f2;
  --bs-dark: #1f2b3a;
  --bs-gray: #8091a7;
  --bs-lighter: #f5f6fa;
  --bs-primary-rgb: 101, 118, 255;
  --bs-secondary-rgb: 54, 74, 99;
  --bs-success-rgb: 30, 224, 172;
  --bs-info-rgb: 9, 194, 222;
  --bs-warning-rgb: 244, 189, 14;
  --bs-danger-rgb: 232, 83, 71;
  --bs-light-rgb: 229, 233, 242;
  --bs-dark-rgb: 31, 43, 58;
  --bs-gray-rgb: 128, 145, 167;
  --bs-lighter-rgb: 245, 246, 250;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 82, 100, 132;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Roboto, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.65;
  --bs-body-color: #526484;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dbdfea;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 3px;
  --bs-border-radius-lg: 5px;
  --bs-border-radius-xl: 8px;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #3c99cf;
  --bs-link-hover-color: #3c99cf;
  --bs-code-color: #ff63a5;
  --bs-highlight-bg: #fcf8e3;
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #ddebfe;
  --bs-table-border-color: #c7d4e5;
  --bs-table-striped-bg: #d2dff1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c7d4e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ccd9eb;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d2f9ee;
  --bs-table-border-color: #bde0d6;
  --bs-table-striped-bg: #c8ede2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bde0d6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2e6dc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cef3f8;
  --bs-table-border-color: #b9dbdf;
  --bs-table-striped-bg: #c4e7ec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9dbdf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe1e5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fdf2cf;
  --bs-table-border-color: #e4daba;
  --bs-table-striped-bg: #f0e6c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4daba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eae0bf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #faddda;
  --bs-table-border-color: #e1c7c4;
  --bs-table-striped-bg: #eed2cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1c7c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7ccca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #ebeef2;
  --bs-table-border-color: #d4d6da;
  --bs-table-striped-bg: #dfe2e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4d6da;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9dce0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #1f2b3a;
  --bs-table-border-color: #35404e;
  --bs-table-striped-bg: #2a3644;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #35404e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #303b49;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}



.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 124, 139, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.bg-primary-custom:hover {
  background: var(--bs-secondary);
  border-color:var(--bs-secondary);
  }

.nk-sidebar-content ul.nk-menu-sub {
  background: #f5f6fa;
  color: #fff;
}


li.nk-menu-item.has-sub.active a.nk-menu-link.nk-menu-toggle .icon, li.nk-menu-item.has-sub:hover a.nk-menu-link.nk-menu-toggle .icon, li.nk-menu-item.has-sub.active a.nk-menu-link.nk-menu-toggle span  {
  color: var(--bs-primary);
}

.nk-sidebar-content ul.nk-menu-sub .nk-menu-item a span{ color:var(--bs-primary);;}



.bg-primary-custom{ background:var(--bs-secondary);border-color:var(--bs-secondary);}


/* <!--dark theme--->  */


body.dark-mode {
  background: #101924 !important;
  color: #b6c6e3;
}
body.dark-mode.bg-lighter, .dual-listbox body.dark-mode.dual-listbox__item:hover, body.dark-mode.bg-light {
  background: #0d141d !important;
}
body.dark-mode.nk-body.ui-softy, body.dark-mode.nk-body.ui-shady {
  background: #101924 !important;
}

.dark-mode .logo-dark {
  opacity: 0;
}
.dark-mode .logo-light {
  opacity: 1;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6,
.dark-mode .lead-text, .dark-mode .dropdown-title, .dark-mode pre {
  color: #fff;
}
.dark-mode .text-base, .dark-mode .text-body, .dark-mode .link-text {
  color: #b6c6e3 !important;
}
.dark-mode .text-secondary, .dark-mode .icon[class*=bg-secondary-dim], .dark-mode .user-avatar[class*=-light], .dark-mode .icon[class*=bg-light] {
  color: #8094ae !important;
}
.dark-mode .text-dark {
  color: #fff !important;
}
.dark-mode .text-muted {
  color: #8094ae !important;
}
.dark-mode .text-light, .dark-mode .user-avatar[class*=-dark] {
  color: #8091a7 !important;
}
.dark-mode .text-lighter {
  color: #3c4d62 !important;
}
.dark-mode .text-indigo {
  color: #6370ca !important;
}
.dark-mode .bg-light {
  background-color: #0d141d !important;
}
.dark-mode .bg-lighter, .dark-mode .dual-listbox .dual-listbox__item:hover, .dual-listbox .dark-mode .dual-listbox__item:hover {
  background-color: #101924 !important;
}
.dark-mode .table-striped tbody tr:nth-of-type(odd) {
  background-color: #101924 !important;
}
.dark-mode .bg-white {
  background-color: #141c26 !important;
}
.dark-mode .bg-transparent.bg-transparent {
  background-color: transparent !important;
}
.dark-mode .bg-dark {
  background-color: #161f2a !important;
}
.dark-mode .bg-blue-dim {
  background-color: #1e2f46 !important;
}
.dark-mode .bg-azure-dim {
  background-color: #142a46 !important;
}
.dark-mode .bg-indigo-dim {
  background-color: #182034 !important;
}
.dark-mode .bg-purple-dim {
  background-color: #242847 !important;
}
.dark-mode .bg-pink-dim {
  background-color: #372739 !important;
}
.dark-mode .bg-orange-dim {
  background-color: #37302d !important;
}
.dark-mode .bg-teal-dim {
  background-color: #163637 !important;
}
.dark-mode .bg-primary-dim, .dark-mode .dual-listbox .dual-listbox__item:active, .dual-listbox .dark-mode .dual-listbox__item:active, .dark-mode .dual-listbox .dual-listbox__item.dual-listbox__item--selected, .dual-listbox .dark-mode .dual-listbox__item.dual-listbox__item--selected {
  background-color: #202a47 !important;
}
.dark-mode .bg-success-dim {
  background-color: #16393a !important;
}
.dark-mode .bg-info-dim {
  background-color: #123542 !important;
}
.dark-mode .bg-warning-dim {
  background-color: #363422 !important;
}
.dark-mode .bg-danger-dim {
  background-color: #34242b !important;
}
.dark-mode .bg-secondary-dim {
  background-color: #1b2532 !important;
}
.dark-mode .bg-dark-dim {
  background-color: #161e29 !important;
}
.dark-mode .bg-gray-dim {
  background-color: #242e39 !important;
}
.dark-mode .bg-btc-dim {
  background-color: #362c25 !important;
}
.dark-mode .bg-eth-dim {
  background-color: #20293c !important;
}
.dark-mode .alert-primary {
  color: #6576ff;
  background-color: #202a47;
  border-color: #202a47;
}
.dark-mode .alert-primary hr {
  border-top-color: #202a47;
}
.dark-mode .alert-primary .alert-link {
  color: #3249ff;
}
.dark-mode .alert-fill.alert-primary {
  color: #fff;
  background: #6576ff;
}
.dark-mode .alert-fill.alert-primary .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-primary {
  border-color: #6576ff;
}
.dark-mode .alert-secondary {
  color: #8ca3c0;
  background-color: #1b2532;
  border-color: #1b2532;
}
.dark-mode .alert-secondary hr {
  border-top-color: #1b2532;
}
.dark-mode .alert-secondary .alert-link {
  color: #6b89ae;
}
.dark-mode .alert-fill.alert-secondary {
  color: #fff;
  background: #8ca3c0;
}
.dark-mode .alert-fill.alert-secondary .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-secondary {
  border-color: #8ca3c0;
}
.dark-mode .alert-success {
  color: #1ee0ac;
  background-color: #16393a;
  border-color: #16393a;
}
.dark-mode .alert-success hr {
  border-top-color: #16393a;
}
.dark-mode .alert-success .alert-link {
  color: #18b389;
}
.dark-mode .alert-fill.alert-success {
  color: #fff;
  background: #1ee0ac;
}
.dark-mode .alert-fill.alert-success .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-success {
  border-color: #1ee0ac;
}
.dark-mode .alert-warning {
  color: #f4bd0e;
  background-color: #363422;
  border-color: #363422;
}
.dark-mode .alert-warning hr {
  border-top-color: #363422;
}
.dark-mode .alert-warning .alert-link {
  color: #c69909;
}
.dark-mode .alert-fill.alert-warning {
  color: #fff;
  background: #f4bd0e;
}
.dark-mode .alert-fill.alert-warning .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-warning {
  border-color: #f4bd0e;
}
.dark-mode .alert-info {
  color: #09c2de;
  background-color: #123542;
  border-color: #123542;
}
.dark-mode .alert-info hr {
  border-top-color: #123542;
}
.dark-mode .alert-info .alert-link {
  color: #0797ad;
}
.dark-mode .alert-fill.alert-info {
  color: #fff;
  background: #09c2de;
}
.dark-mode .alert-fill.alert-info .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-info {
  border-color: #09c2de;
}
.dark-mode .alert-danger {
  color: #e85347;
  background-color: #34242b;
  border-color: #34242b;
}
.dark-mode .alert-danger hr {
  border-top-color: #34242b;
}
.dark-mode .alert-danger .alert-link {
  color: #e02b1c;
}
.dark-mode .alert-fill.alert-danger {
  color: #fff;
  background: #e85347;
}
.dark-mode .alert-fill.alert-danger .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-danger {
  border-color: #e85347;
}
.dark-mode .alert-gray {
  color: #b7c2d0;
  background-color: #242e39;
  border-color: #242e39;
}
.dark-mode .alert-gray hr {
  border-top-color: #242e39;
}
.dark-mode .alert-gray .alert-link {
  color: #98a8bc;
}
.dark-mode .alert-fill.alert-gray {
  color: #fff;
  background: #b7c2d0;
}
.dark-mode .alert-fill.alert-gray .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-gray {
  border-color: #b7c2d0;
}
.dark-mode .alert-dark {
  color: #1f2b3a;
  background-color: #161e29;
  border-color: #161e29;
}
.dark-mode .alert-dark hr {
  border-top-color: #161e29;
}
.dark-mode .alert-dark .alert-link {
  color: #0d1219;
}
.dark-mode .alert-fill.alert-dark {
  color: #fff;
  background: #1f2b3a;
}
.dark-mode .alert-fill.alert-dark .alert-link {
  color: #fff;
}
.dark-mode .alert-pro.alert-dark {
  border-color: #1f2b3a;
}
.dark-mode .alert-light {
  color: #ebeef2;
  background-color: #242e39;
  border-color: #242e39;
}
.dark-mode .alert-light hr {
  border-top-color: #242e39;
}
.dark-mode .alert-light .alert-link {
  color: #ccd4de;
}
.dark-mode .alert-fill.alert-light {
  color: #000;
  background: #ebeef2;
}
.dark-mode .alert-fill.alert-light .alert-link {
  color: #000;
}
.dark-mode .alert-pro.alert-light {
  border-color: #ebeef2;
}
.dark-mode .badge-dim.bg-primary {
  color: #6576ff;
  background-color: #202a47 !important;
  border-color: #202a47;
}
.dark-mode .badge-dim.bg-outline-primary {
  color: #6576ff;
  background-color: #202a47;
  border-color: #34407d;
}
.dark-mode .badge-dim.bg-secondary {
  color: #8ca3c0;
  background-color: #26303d !important;
  border-color: #26303d;
}
.dark-mode .badge-dim.bg-outline-secondary {
  color: #8ca3c0;
  background-color: #26303d;
  border-color: #445264;
}
.dark-mode .badge-dim.bg-success {
  color: #1ee0ac;
  background-color: #16393a !important;
  border-color: #16393a;
}
.dark-mode .badge-dim.bg-outline-success {
  color: #1ee0ac;
  background-color: #16393a;
  border-color: #186a5c;
}
.dark-mode .badge-dim.bg-info {
  color: #09c2de;
  background-color: #123542 !important;
  border-color: #123542;
}
.dark-mode .badge-dim.bg-outline-info {
  color: #09c2de;
  background-color: #123542;
  border-color: #105e70;
}
.dark-mode .badge-dim.bg-warning {
  color: #f4bd0e;
  background-color: #363422 !important;
  border-color: #363422;
}
.dark-mode .badge-dim.bg-outline-warning {
  color: #f4bd0e;
  background-color: #363422;
  border-color: #6e5c1c;
}
.dark-mode .badge-dim.bg-danger {
  color: #e85347;
  background-color: #34242b !important;
  border-color: #34242b;
}
.dark-mode .badge-dim.bg-outline-danger {
  color: #e85347;
  background-color: #34242b;
  border-color: #693233;
}
.dark-mode .badge-dim.bg-light {
  color: #b7c2d0;
  background-color: #2c3540 !important;
  border-color: #2c3540;
}
.dark-mode .badge-dim.bg-outline-light {
  color: #b7c2d0;
  background-color: #2c3540;
  border-color: #555e6a;
}
.dark-mode .badge-dim.bg-dark {
  color: #e5e9f2;
  background-color: #333b45 !important;
  border-color: #333b45;
}
.dark-mode .badge-dim.bg-outline-dark {
  color: #e5e9f2;
  background-color: #333b45;
  border-color: #686e78;
}
.dark-mode .badge-dim.bg-gray {
  color: #8091a7;
  background-color: #242e39 !important;
  border-color: #242e39;
}
.dark-mode .badge-dim.bg-outline-gray {
  color: #8091a7;
  background-color: #242e39;
  border-color: #3f4b5a;
}
.dark-mode .badge-dim.bg-lighter, .dark-mode .dual-listbox .badge-dim.dual-listbox__item:hover, .dual-listbox .dark-mode .badge-dim.dual-listbox__item:hover {
  color: #8091a7;
  background-color: #242e39 !important;
  border-color: #242e39;
}
.dark-mode .badge-dim.bg-outline-lighter {
  color: #8091a7;
  background-color: #242e39;
  border-color: #3f4b5a;
}
.dark-mode .bg-outline-secondary, .dark-mode .badge-dot.bg-dark, .dark-mode .badge-dot.bg-secondary {
  color: #b7c2d0;
}
.dark-mode .bg-outline-dark {
  color: #e5e9f2;
  border-color: #e5e9f2;
}
.dark-mode .bg-outline-light {
  color: #b7c2d0;
  border-color: #344357;
}
.dark-mode .badge-dot.bg-dark, .dark-mode .badge-dot.bg-light {
  background-color: transparent !important;
}
.dark-mode .badge-dot.bg-light {
  color: #8091a7;
}
.dark-mode .bg-light, .dark-mode .code-block .btn, .dark-mode .code-block .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .code-block .dual-listbox__button {
  color: #e5e9f2;
  background: #344357;
  border-color: #344357;
}
.dark-mode .bg-dark {
  color: #8091a7;
  border-color: #161f2a;
}
.dark-mode .bg-dark.user-avatar {
  color: #1f2b3a !important;
  background: #e5e9f2 !important;
  border-color: #e5e9f2 !important;
}
.dark-mode .btn-light, .dark-mode .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .dual-listbox__button {
  color: #e5e9f2;
  background: #344357;
  border-color: #344357;
}
.dark-mode .btn-light:not(:disabled):not(.disabled):hover, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled):hover, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled):hover, .dark-mode .btn-light:not(:disabled):not(.disabled):focus, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled):focus, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled):focus, .dark-mode .btn-light:not(:disabled):not(.disabled).focus, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled).focus, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled).focus, .dark-mode .btn-light:not(:disabled):not(.disabled):active, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled):active, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled):active, .dark-mode .btn-light:not(:disabled):not(.disabled).active, .dark-mode .dual-listbox .dual-listbox__button:not(:disabled):not(.disabled).active, .dual-listbox .dark-mode .dual-listbox__button:not(:disabled):not(.disabled).active {
  background: #435771;
  border-color: #435771;
  color: #e5e9f2;
}
.dark-mode .btn-dark {
  color: #1f2b3a;
  background: #e5e9f2;
  border-color: #e5e9f2;
}
.dark-mode .btn-dark:not(:disabled):not(.disabled):hover, .dark-mode .btn-dark:not(:disabled):not(.disabled):focus, .dark-mode .btn-dark:not(:disabled):not(.disabled).focus, .dark-mode .btn-dark:not(:disabled):not(.disabled):active, .dark-mode .btn-dark:not(:disabled):not(.disabled).active {
  background: #fff;
  border-color: #fff;
  color: #1f2b3a;
}
.dark-mode .btn-outline-dark {
  border-color: #e5e9f2;
  color: #e5e9f2;
}
.dark-mode .btn-outline-dark:not(:disabled):not(.disabled):hover {
  background: #e5e9f2;
  color: #1f2b3a;
}
.dark-mode .btn-outline-secondary {
  border-color: #5a7ba5;
  color: #5a7ba5;
}
.dark-mode .btn-outline-secondary:not(:disabled):not(.disabled):hover {
  background: #5a7ba5;
  color: #fff;
}
.dark-mode .btn-outline-light, .dark-mode .dt-buttons .btn-secondary, .dt-buttons .dark-mode .btn-secondary {
  border-color: #3c4d62;
  color: #b7c2d0;
}
.dark-mode .btn-outline-light:not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-secondary:not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-secondary:not(:disabled):not(.disabled):hover {
  background: #3c4d62;
  color: #fff;
}
.dark-mode .btn-dim.btn-primary {
  color: #6576ff;
  background-color: #232c4d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-primary:not(:disabled):not(.disabled):hover {
  color: #98a3ff;
  background-color: #2e3a66;
  border-color: #2e3a66;
}
.dark-mode .btn-dim.btn-secondary {
  color: #adbdd2;
  background-color: #1d2835;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-secondary:not(:disabled):not(.disabled):hover {
  color: #ced8e4;
  background-color: #2a394c;
  border-color: #2a394c;
}
.dark-mode .btn-dim.btn-success {
  color: #1ee0ac;
  background-color: #163f3e;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-success:not(:disabled):not(.disabled):hover {
  color: #4ae7bd;
  background-color: #1f5958;
  border-color: #1f5958;
}
.dark-mode .btn-dim.btn-warning {
  color: #f4bd0e;
  background-color: #3c3922;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-warning:not(:disabled):not(.disabled):hover {
  color: #f6ca3f;
  background-color: #534f2f;
  border-color: #534f2f;
}
.dark-mode .btn-dim.btn-info {
  color: #09c2de;
  background-color: #123a47;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-info:not(:disabled):not(.disabled):hover {
  color: #24daf6;
  background-color: #195163;
  border-color: #195163;
}
.dark-mode .btn-dim.btn-danger {
  color: #e85347;
  background-color: #3a262c;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-danger:not(:disabled):not(.disabled):hover {
  color: #ee7d74;
  background-color: #50343c;
  border-color: #50343c;
}
.dark-mode .btn-dim.btn-gray {
  color: #b7c2d0;
  background-color: #27313d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-gray:not(:disabled):not(.disabled):hover {
  color: #d6dce4;
  background-color: #354253;
  border-color: #354253;
}
.dark-mode .btn-dim.btn-dark {
  color: #e5e9f2;
  background-color: #313a45;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-dark:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: #404c5a;
  border-color: #404c5a;
}
.dark-mode .btn-dim.btn-light, .dark-mode .dual-listbox .btn-dim.dual-listbox__button, .dual-listbox .dark-mode .btn-dim.dual-listbox__button {
  color: #ebeef2;
  background-color: #27313d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-light:not(:disabled):not(.disabled):hover, .dark-mode .dual-listbox .btn-dim.dual-listbox__button:not(:disabled):not(.disabled):hover, .dual-listbox .dark-mode .btn-dim.dual-listbox__button:not(:disabled):not(.disabled):hover {
  color: white;
  background-color: #354253;
  border-color: #354253;
}
.dark-mode .btn-dim.btn-lighter {
  color: #b7c2d0;
  background-color: #27313d;
  border-color: transparent;
}
.dark-mode .btn-dim.btn-lighter:not(:disabled):not(.disabled):hover {
  color: #d6dce4;
  background-color: #354253;
  border-color: #354253;
}
.dark-mode .btn-dim.btn-outline-primary {
  color: #6576ff;
  background-color: #232c4d;
  border-color: #303c72;
}
.dark-mode .btn-dim.btn-outline-primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #6576ff;
  border-color: #6576ff;
}
.dark-mode .btn-white.btn-outline-primary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-primary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-primary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-primary:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #6576ff;
  background: #232c4d;
}
.dark-mode .btn-dim.btn-outline-success {
  color: #1ee0ac;
  background-color: #163f3e;
  border-color: #186155;
}
.dark-mode .btn-dim.btn-outline-success:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #1ee0ac;
  border-color: #1ee0ac;
}
.dark-mode .btn-white.btn-outline-success:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-success.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-success.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-success:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #1ee0ac;
  background: #163f3e;
}
.dark-mode .btn-dim.btn-outline-warning {
  color: #f4bd0e;
  background-color: #3c3922;
  border-color: #62541e;
}
.dark-mode .btn-dim.btn-outline-warning:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #f4bd0e;
  border-color: #f4bd0e;
}
.dark-mode .btn-white.btn-outline-warning:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-warning.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-warning.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-warning:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #f4bd0e;
  background: #3c3922;
}
.dark-mode .btn-dim.btn-outline-info {
  color: #09c2de;
  background-color: #123a47;
  border-color: #105666;
}
.dark-mode .btn-dim.btn-outline-info:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #09c2de;
  border-color: #09c2de;
}
.dark-mode .btn-white.btn-outline-info:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-info.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-info.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-info:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #09c2de;
  background: #123a47;
}
.dark-mode .btn-dim.btn-outline-danger {
  color: #e85347;
  background-color: #3a262c;
  border-color: #5e2f32;
}
.dark-mode .btn-dim.btn-outline-danger:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #e85347;
  border-color: #e85347;
}
.dark-mode .btn-white.btn-outline-danger:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-danger.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-danger.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-danger:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #e85347;
  background: #3a262c;
}
.dark-mode .btn-dim.btn-outline-secondary {
  color: #6b89ae;
  background-color: #1d2835;
  border-color: #2c3c51;
}
.dark-mode .btn-dim.btn-outline-secondary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #6b89ae;
  border-color: #6b89ae;
}
.dark-mode .btn-white.btn-outline-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-secondary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-secondary.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #6b89ae;
  background: #1d2835;
}
.dark-mode .btn-dim.btn-outline-gray {
  color: #b7c2d0;
  background-color: #27313d;
  border-color: #3a4553;
}
.dark-mode .btn-dim.btn-outline-gray:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #b7c2d0;
  border-color: #b7c2d0;
}
.dark-mode .btn-white.btn-outline-gray:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-gray.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-gray.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-gray:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #b7c2d0;
  background: #27313d;
}
.dark-mode .btn-dim.btn-outline-dark {
  color: #e5e9f2;
  background-color: #313a45;
  border-color: #4d5662;
}
.dark-mode .btn-dim.btn-outline-dark:not(:disabled):not(.disabled):hover {
  color: #000;
  background-color: #e5e9f2;
  border-color: #e5e9f2;
}
.dark-mode .btn-white.btn-outline-dark:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-dark.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-dark.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-dark:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #e5e9f2;
  background: #313a45;
}
.dark-mode .btn-dim.btn-outline-light, .dark-mode .dt-buttons .btn-dim.btn-secondary, .dt-buttons .dark-mode .btn-dim.btn-secondary {
  color: #8091a7;
  background-color: #1b2531;
  border-color: #3a4553;
}
.dark-mode .btn-dim.btn-outline-light:not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-dim.btn-secondary:not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-dim.btn-secondary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #8091a7;
  border-color: #8091a7;
}
.dark-mode .btn-white.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-light:not(.btn-dim):not(:disabled):not(.disabled):hover {
  color: #8091a7;
  background: #1b2531;
}
.dark-mode .btn-dim.btn-outline-light:not(:disabled):not(.disabled):hover,
.dark-mode .btn-white.btn-outline-light:not(:disabled):not(.disabled):hover,
.dark-mode .dt-buttons .btn-secondary:not(:disabled):not(.disabled):hover,
.dt-buttons .dark-mode .btn-secondary:not(:disabled):not(.disabled):hover,
.dark-mode .btn-dim.btn-outline-light:not(:disabled):not(.disabled):active,
.dark-mode .btn-white.btn-outline-light:not(:disabled):not(.disabled):active,
.dark-mode .dt-buttons .btn-secondary:not(:disabled):not(.disabled):active,
.dt-buttons .dark-mode .btn-secondary:not(:disabled):not(.disabled):active,
.dark-mode .show > .btn-white.btn-outline-light.dropdown-toggle,
.dark-mode .dt-buttons .show > .dropdown-toggle.btn-secondary,
.dt-buttons .dark-mode .show > .dropdown-toggle.btn-secondary {
  background: #3c4d62;
  border-color: #3c4d62;
  color: #fff;
}
.dark-mode .btn-white, .dark-mode .dt-buttons .btn-secondary, .dt-buttons .dark-mode .btn-secondary, .dark-mode .btn-white.btn-dim, .dark-mode .btn-white.btn-outline-light {
  background: #141c26;
}
.dark-mode .btn-outline-light:focus, .dark-mode .dt-buttons .btn-secondary:focus, .dt-buttons .dark-mode .btn-secondary:focus, .dark-mode .btn-outline-light.focus, .dark-mode .dt-buttons .focus.btn-secondary, .dt-buttons .dark-mode .focus.btn-secondary {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.07) !important;
}
.dark-mode .border, .dark-mode .border-bottom, .dark-mode .border-top, .dark-mode .border-left, .dark-mode .border-right,
.dark-mode .dropdown-inner + .dropdown-inner, .dark-mode .dropdown-head, .dark-mode .dropdown-foot,
.dark-mode .preview-hr, .dark-mode .select2-container--default .select2-selection--single,
.dark-mode .ql-picker-options,
.dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown,
.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,
.dark-mode .ui-timepicker-standard, .dark-mode .ql-toolbar, .dark-mode .ql-container, .dark-mode .note-editor, .dark-mode .note-toolbar,
.dark-mode .tox .tox-menubar, .dark-mode .tox-toolbar-overlord, .dark-mode .tox-tinymce, .dark-mode .tox .tox-toolbar__group:not(:last-of-type),
.dark-mode .tox .tox-statusbar, .dark-mode .tox .tox-menu, .dark-mode .tox-toolbar, .dark-mode .tox-editor-header,
.dark-mode .tox .tox-toolbar, .dark-mode .tox .tox-toolbar__primary, .dark-mode .tox .tox-toolbar__overflow,
.dark-mode .tox .tox-collection--list .tox-collection__group,
.dark-mode .note-btn-group .note-btn, .dark-mode .note-statusbar, .dark-mode .nk-code-preview-box, .dark-mode .swal2-footer,
.dark-mode .example-border-all > div, .dark-mode .btn-toolbar-sep, .dark-mode .page-link,
.dark-mode .table th, .dark-mode .table td, .dark-mode .table-bordered, .dark-mode .table-bordered th, .dark-mode .table-bordered td, .dark-mode .datatable-wrap, .dark-mode .nk-tb-head .nk-tb-col,
.dark-mode .list-group-item, .dark-mode .modal-header, .dark-mode .modal-footer, .dark-mode .popover, .dark-mode .popover-header,
.dark-mode .tagify__tag > div::before, .dark-mode .tagify__tag:hover:not([readonly]) div::before,
.dark-mode .nk-tb-item:not(:last-child) .nk-tb-col, .dark-mode .nk-activity-item:not(:last-child),
.dark-mode .nk-support-item:not(:last-child), .dark-mode .card-inner-group .card-inner:not(:last-child),
.dark-mode .card-aside, .dark-mode .nav-tabs, .dark-mode .divider, .dark-mode .data-item:not(:last-child), .dark-mode .nk-footer,
.dark-mode .nav-switch-s2 .nav-link, .dark-mode .user-avatar-multiple .user-avatar {
  border-color: #1d2d40 !important;
}
.dark-mode .list-group-item {
  color: #b6c6e3;
}
.dark-mode .card, .dark-mode .code-block, .dark-mode .alert-pro, .dark-mode .modal-content, .dark-mode .toast, .dark-mode .toastr {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.dark-mode .toast-header {
  color: #8094ae;
}
.dark-mode .toast, .dark-mode .toast-header {
  border-color: #203247;
  background: #18212d;
}
.dark-mode .table-active, .dark-mode .table-active > th, .dark-mode .table-active > td, .dark-mode .table-hover tbody tr:hover,
.dark-mode .code-block .prettyprint, .dark-mode .card .prettyprint, .dark-mode .list-group-item, .dark-mode .example-spacing-pd > div > span,
.dark-mode .form-file-label::after, .dark-mode .ql-picker-options, .dark-mode .data-more:before,
.dark-mode .ui-state-hover, .dark-mode .note-editor.note-frame .note-statusbar,
.dark-mode .note-editor.note-airframe .note-statusbar, .dark-mode .swal2-popup,
.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected],
.dark-mode .select2-container--default .select2-results__option[aria-selected=true],
.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice,
.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,
.dark-mode .example-width > div, .dark-mode .example-height > div, .dark-mode .example-border > div, .dark-mode .example-spacing > div {
  background: #101924;
}
.dark-mode .accordion-item {
  background: #141c26 !important;
}
.dark-mode .form-file-label {
  background: #101924 !important;
  color: #8094ae;
}
.dark-mode .tox .tox-tbtn:hover,
.dark-mode .tox .tox-collection--list .tox-collection__item--active,
.dark-mode .tox .tox-mbtn--active, .dark-mode .tox .tox-mbtn:focus:not(:disabled),
.dark-mode .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),
.dark-mode .tox .tox-collection--list .tox-collection__item--enabled {
  background: #0a0f16;
}
.dark-mode .icon-overlap li {
  border-color: #141c26;
}
.dark-mode .card, .dark-mode .kanban-add-task, .dark-mode .kanban-board-header, .dark-mode .kanban-item {
  background: #141c26;
}
.dark-mode .accordion, .dark-mode .form-clip, .dark-mode .form-text-hint, .dark-mode .card-aside,
.dark-mode .code-block, .dark-mode .alert-pro, .dark-mode .modal-content, .dark-mode .toastr, .dark-mode .toggle-content,
.dark-mode .nav-switch-s2 .nav-link:hover, .dark-mode .nav-switch-s2 .nav-link:focus, .dark-mode .nav-switch-s2 .nav-link.active,
.dark-mode .select2-container--default .select2-selection--single,
.dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown,
.dark-mode .custom-file-label, .dark-mode .form-select, .dark-mode .popover, .dark-mode .search-wrap, .dark-mode .form-control, .dark-mode div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .dark-mode input, .dark-mode .dual-listbox .dual-listbox__search, .dual-listbox .dark-mode .dual-listbox__search, .dark-mode .form-label-outlined, .dark-mode .input-mail, .dark-mode .page-link,
.dark-mode .ui-timepicker-standard, .dark-mode .note-editor, .dark-mode .note-toolbar,
.dark-mode .tox .tox-edit-area__iframe, .dark-mode .tox .tox-menubar, .dark-mode .tox-toolbar-overlord,
.dark-mode .tox .tox-toolbar, .dark-mode .tox .tox-toolbar__primary, .dark-mode .tox .tox-toolbar__overflow,
.dark-mode .tox .tox-statusbar, .dark-mode .tox .tox-menu,
.dark-mode .datepicker table tr td.today, .dark-mode .datepicker table tr td.today:hover,
.dark-mode .datepicker table tr td.today.disabled, .dark-mode .datepicker table tr td.today.disabled:hover,
.dark-mode .datepicker table tr td.day:hover, .dark-mode .datepicker table tr td.day.focused,
.dark-mode .datepicker .datepicker-switch:hover, .dark-mode .datepicker .prev:hover, .dark-mode .datepicker .next:hover, .dark-mode .datepicker tfoot tr th:hover {
  background: #141c26 !important;
}
.dark-mode .clipboard-success-message {
  background: rgba(20, 28, 38, 0.9);
}
.dark-mode .tagify__tag > div::before, .dark-mode .tagify__tag:hover:not([readonly]) div::before {
  box-shadow: 0 0 0 1.1em #101924 inset;
}
.dark-mode .popover-header {
  background-color: #1a2430;
}
.dark-mode .popover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.6);
}
.dark-mode .bs-popover-top > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: #1d2d40 !important;
}
.dark-mode .bs-popover-top > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: #141c26 !important;
}
.dark-mode .bs-popover-bottom > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: #1d2d40 !important;
}
.dark-mode .bs-popover-bottom > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #141c26 !important;
}
.dark-mode .bs-popover-end > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: #1d2d40 !important;
}
.dark-mode .bs-popover-end > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #141c26 !important;
}
.dark-mode .bs-popover-start > .popover-arrow::before, .dark-mode .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: #1d2d40 !important;
}
.dark-mode .bs-popover-start > .popover-arrow::after, .dark-mode .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: #141c26 !important;
}
.dark-mode .team-info li span:last-child, .dark-mode .team-statistics li span:first-child, .dark-mode .project-progress-percent,
.dark-mode .kanban-title-content .title,
.dark-mode .card-tools-nav li a:hover,
.dark-mode .card-tools-nav li a.active,
.dark-mode .card-tools-nav li.active a,
.dark-mode .card-amount .amount,
.dark-mode .accordion-head .title, .dark-mode .form-file-label::after,
.dark-mode .input-mail, .dark-mode .form-control, .dark-mode div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .dark-mode input, .dark-mode .dual-listbox .dual-listbox__search, .dual-listbox .dark-mode .dual-listbox__search, .dark-mode .form-control:focus, .dark-mode .form-label, .dark-mode .form-label-outlined, .dark-mode .input-group-text, .dark-mode .table .table-light th, .dark-mode .table-hover tbody tr:hover,
.dark-mode .close, .dark-mode .close:hover, .dark-mode .user-name, .dark-mode .nk-news-text p,
.dark-mode .data-item:hover .icon,
.dark-mode .accordion-icon {
  color: #fff !important;
}
.dark-mode .close {
  text-shadow: 0 1px 0 #141c26;
}
.dark-mode .close:focus {
  outline: none !important;
}
.dark-mode .nk-block-des, .dark-mode .card-title p, .dark-mode .nk-sale-data .sub-title, .dark-mode .link-check li span, .dark-mode .data-value,
.dark-mode .custom-file-label, .dark-mode .form-select, .dark-mode .form-control-select-multiple .form-select option,
.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.dark-mode .ui-timepicker-standard a, .dark-mode .note-placeholder, .dark-mode [class*=knob], .dark-mode .tox .tox-tbtn:hover,
.dark-mode .tox .tox-statusbar a, .dark-mode .tox .tox-statusbar__path-item, .dark-mode .tox .tox-statusbar__wordcount,
.dark-mode .tox-collection__item-label > *, .dark-mode .nk-quick-nav-icon, .dark-mode .dropzone .dz-message span,
.dark-mode .datepicker table tr td.today, .dark-mode .datepicker table tr td.today:hover,
.dark-mode .datepicker table tr td.today.disabled, .dark-mode .datepicker table tr td.today.disabled:hover,
.dark-mode .datepicker table tr td.day:hover, .dark-mode .datepicker table tr td.day.focused,
.dark-mode .page-link, .dark-mode .alert-pro, .dark-mode .nk-news-text p span, .dark-mode .language-item,
.dark-mode .nk-tb-list .tb-lead-sub, .dark-mode .nk-tb-list .tb-amount-sub {
  color: #8094ae !important;
}
.dark-mode .tox .tox-collection__item-accessory {
  color: #526484;
}
.dark-mode .nk-menu-link, .dark-mode .link-dark, .dark-mode .nk-menu-main .nk-menu-sub .nk-menu-link, .dark-mode .link-list a {
  color: #8094ae;
}
.dark-mode .nk-menu-link:hover, .dark-mode .link-dark:hover, .dark-mode .nk-menu-main .nk-menu-sub .nk-menu-link:hover, .dark-mode .link-list a:hover {
  color: #6576ff;
}
.dark-mode .nk-menu-badge {
  color: #dbdfea;
  background: #2a3a4e;
}
.dark-mode .is-dark .nk-menu-badge {
  color: #e3e7fe;
}
.dark-mode .is-dark .nk-menu-badge {
  color: #9cabff;
}
.dark-mode .ql-picker.ql-expanded .ql-picker-label,
.dark-mode .active > .nk-menu-link, .dark-mode .is-theme .nk-menu-link:hover .nk-menu-icon,
.dark-mode .is-theme .nk-menu-item.active > .nk-menu-link .nk-menu-icon,
.dark-mode .is-theme .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon,
.dark-mode .is-theme .nk-menu-sub .nk-menu-link:hover,
.dark-mode .is-theme .nk-menu-sub .active > .nk-menu-link, .dark-mode .page-link:hover {
  color: #6576ff !important;
}
.dark-mode .nk-menu-hr, .dark-mode .nk-menu-main .nk-menu-sub, .dark-mode .nk-sidebar .nk-menu > li .nk-menu-sub .nk-menu-sub,
.dark-mode .user-avatar-group .user-avatar {
  border-color: #1d2d40;
}
.dark-mode .table .table-light th, .dark-mode .page-item.disabled .page-link, .dark-mode .page-link:hover, .dark-mode .tb-odr-head, .dark-mode .tb-tnx-head,
.dark-mode .custom-control-input[disabled] ~ .custom-control-label::before, .dark-mode .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #28374b !important;
}
.dark-mode .progress, .dark-mode .data-head, .dark-mode .custom-control-label::before, .dark-mode .input-group-text,
.dark-mode .nk-msg-profile-toggle {
  background-color: #212d3d !important;
}
.dark-mode .nk-msg-profile-toggle,
.dark-mode .custom-control-label::before, .dark-mode .form-control, .dark-mode div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter .dark-mode input, .dark-mode .dual-listbox .dual-listbox__search, .dual-listbox .dark-mode .dual-listbox__search, .dark-mode .input-mail, .dark-mode .form-file-label, .dark-mode .input-group-text,
.dark-mode .form-select, .dark-mode .swal2-input, .dark-mode .swal2-file, .dark-mode .swal2-textarea,
.dark-mode .select2-container--default .select2-selection--single,
.dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown,
.dark-mode .note-popover .popover-content .dropdown-style > li[aria-label=pre],
.dark-mode .note-editor .note-toolbar .dropdown-style > li[aria-label=pre],
.dark-mode .link-bdr-t,
.link-tidy .dark-mode li + li,
.link-list-opt .dark-mode li + li,
.link-list-plain .dark-mode li + li, .dark-mode .link-check + .link-check, .dark-mode .link-tidy li + li, .dark-mode .link-list + .link-list,
.dark-mode .link-list-opt li + li, .dark-mode .link-list-plain li, .dark-mode .link-list-plain li + li {
  border-color: #384d69 !important;
}
.dark-mode .custom-switch .custom-control-label::after {
  background-color: #7f99bb !important;
}
.dark-mode .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff !important;
}
.dark-mode .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e85347 !important;
  border-color: #e85347 !important;
}
.dark-mode .btn-trigger:before, .dark-mode .btn-trigger.active:hover:before, .dark-mode .nk-quick-nav-icon:before {
  background-color: #070a0f;
}
.dark-mode .dropdown-menu {
  background-color: #18212d;
  border-color: #263547;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.4);
}
.dark-mode .dropdown-menu-s1 {
  border-top-color: #6576ff;
}
.dark-mode .link-list-plain a, .dark-mode .link-list-opt a, .dark-mode .link-check li a {
  color: #b6c6e3;
}
.dark-mode .link-list-plain a:hover, .dark-mode .link-list-opt a:hover, .dark-mode .link-check li a:hover {
  background: #2a3a4e;
}
.dark-mode .language-item {
  border-color: #384d69 !important;
}
.dark-mode .language-item:hover {
  background: #11171f;
}
.dark-mode .border-transparent {
  border-color: transparent !important;
}
.dark-mode .tb-tnx-item {
  border-color: #1d2d40 !important;
}
.dark-mode .note-editor .btn, .dark-mode .note-editor .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .note-editor .dual-listbox__button, .dark-mode .ql-picker, .dark-mode .tox .tox-tbtn__select-label, .dark-mode .tox .tox-mbtn__select-label, .dark-mode .lead-text span,
.dark-mode .data-list-s2 .data-label, .dark-mode .btn-trigger, .dark-mode .dropdown .btn.btn-icon:not(.btn-light), .dark-mode .dropdown .dual-listbox .btn-icon.dual-listbox__button:not(.btn-light), .dual-listbox .dark-mode .dropdown .btn-icon.dual-listbox__button:not(.btn-light), .dark-mode .dropdown .dt-buttons .btn.btn-secondary:not(.btn-light), .dt-buttons .dark-mode .dropdown .btn.btn-secondary:not(.btn-light), .dark-mode .dropdown .dual-listbox .dt-buttons .dual-listbox__button.btn-secondary:not(.btn-light), .dual-listbox .dt-buttons .dark-mode .dropdown .dual-listbox__button.btn-secondary:not(.btn-light), .dark-mode .dropdown .dt-buttons .dual-listbox .dual-listbox__button.btn-secondary:not(.btn-light), .dt-buttons .dual-listbox .dark-mode .dropdown .dual-listbox__button.btn-secondary:not(.btn-light), .dark-mode .list-step li.list-step-done {
  color: #8094ae;
}
.dark-mode .ql-fill, .dark-mode .ql-stroke.ql-fill, .dark-mode .tox .tox-tbtn svg {
  fill: #8094ae;
}
.dark-mode .ql-stroke {
  stroke: #8094ae;
}
.dark-mode .team-info li span:first-child, .dark-mode .team-statistics li span:last-child, .dark-mode .project-progress-task,
.dark-mode .table, .dark-mode .nk-tb-list, .dark-mode .nk-tb-list .tb-amount span, .dark-mode .nk-tb-list .tb-amount .currency,
.dark-mode .tb-tnx-item .tb-tnx-total, .dark-mode .tb-odr-item .tb-odr-total, .dark-mode .user-balance-sub span,
.dark-mode .dropdown-menu, .dark-mode .pln, .dark-mode .overline-title, .dark-mode .nk-block-des strong,
.dark-mode .data-item:hover .data-value, .dark-mode .data-item:hover .data-label,
.dark-mode .nk-notification-text, .dark-mode .profile-ud-value, .dark-mode .bq-note-meta span > span,
.dark-mode .tagify__tag > div, .dark-mode .popover-body, .dark-mode .input-mail::placeholder, .dark-mode .list-apps-title {
  color: #b6c6e3;
}
.dark-mode .nk-notification-text span, .dark-mode .is-unread .chat-context .text {
  color: #dfe9fe;
}
.dark-mode .swal2-validation-message {
  background: #1d2d40;
}
.dark-mode .nav-tabs .nav-link {
  color: #b6c6e3;
}
.dark-mode .nav-tabs .nav-link.active {
  color: #6576ff;
}
.dark-mode .nav-tabs .nav-link:hover {
  color: #fff;
}
.dark-mode .link-list-menu a, .dark-mode .list-plain a {
  color: #8094ae;
}
.dark-mode .link-list-menu a:hover, .dark-mode .link-list-menu a.active, .dark-mode .list-plain a:hover, .dark-mode .list-plain a.active {
  color: #6576ff;
}
.dark-mode .nav-switch .nav-link.active, .dark-mode .list-apps a:hover .list-apps-title {
  color: #fff;
}
.dark-mode .nk-tb-item:not(.nk-tb-head):hover, .dark-mode .nk-tb-item:not(.nk-tb-head).seleted {
  box-shadow: 0 2px 15px -4px rgba(0, 0, 0, 0.7);
}
.dark-mode .nk-tb-item:hover .nk-tb-action-hidden, .dark-mode .bq-note-text,
.dark-mode .nk-tb-item:not(.nk-tb-head):hover, .dark-mode .nk-tb-item:not(.nk-tb-head).seleted {
  background: #11171f;
}
.dark-mode .nk-apps-sidebar .dropdown-menu .lead-text, .dark-mode .list-step li.list-step-current,
.dark-mode .nk-tb-list .tb-lead, .dark-mode .nk-tb-list .tb-amount, .dark-mode .nk-support-content .title, .dark-mode .nk-sale-data .amount {
  color: #fff;
}
.dark-mode .nk-support-content .time, .dark-mode .page-item.disabled .page-link, .dark-mode .card-hint, .dark-mode .list-step li {
  color: #526484;
}
.dark-mode .nk-order-ovwg-data .title .icon, .dark-mode .timeline-item:not(:last-child):before,
.dark-mode .timeline-status.is-outline:after {
  background-color: #263547;
}
.dark-mode .nk-footer {
  background-color: #101924;
}
.dark-mode .nk-order-ovwg-data .info strong, .dark-mode .user-activity .amount, .dark-mode .invest-data-history .amount,
.dark-mode .analytic-data .amount, .dark-mode .traffic-channel-data .amount, .dark-mode .analytics-map-data .amount,
.dark-mode .device-status-data .amount, .dark-mode .invest-ov .amount, .dark-mode .profile-balance-amount .number {
  color: #fff;
}
.dark-mode .invest-ov:not(:last-child) {
  border-color: #384d69;
}
.dark-mode .nk-header .dropdown-menu .lead-text, .dark-mode .nk-sidebar-bar .dropdown-menu .lead-text {
  color: #fff;
}
.dark-mode .nk-header, .dark-mode .nk-header.is-light:not([class*=bg-]),
.dark-mode .nk-sidebar, .dark-mode .nk-sidebar.is-light, .dark-mode .nk-sidebar-head {
  border-color: #203247 !important;
}
.dark-mode .nk-header, .dark-mode .nk-header.is-light:not([class*=bg-]),
.dark-mode .nk-sidebar, .dark-mode .nk-sidebar.is-light, .dark-mode .nk-header.is-theme:not([class*=bg-]) {
  background: #101924;
}
.dark-mode .nk-chat-aside-user .title, .dark-mode .nk-file-name, .dark-mode .nk-file-name-text a.title,
.dark-mode .is-unread .nk-ibx-context-text .heading, .dark-mode .chat-profile-settings .custom-control-sm .custom-control-label,
.dark-mode .attach-info, .dark-mode .profile-stats .amount, .dark-mode .is-unread .chat-from .name {
  color: #fff;
}
.dark-mode .nk-fmg-menu-item .icon, .dark-mode .nk-ibx-menu-item .icon {
  color: #8094ae;
}
.dark-mode .chat-upload-option {
  background-color: #141c26;
}
.dark-mode .nk-fmg-menu-text, .dark-mode .nk-ibx-label-text, .dark-mode .nk-ibx-menu-text, .dark-mode .attach-item a, .dark-mode .user-contacts li,
.dark-mode .nk-ibx-context-text .heading, .dark-mode .chat-option-link:hover .lead-text, .dark-mode .chat-from .name, .dark-mode .user-plan-title {
  color: #b6c6e3;
}
.dark-mode .nk-file-name-text a.title:hover, .dark-mode .active > .nk-fmg-menu-item .icon, .dark-mode .active .nk-ibx-menu-text, .dark-mode .active .nk-ibx-menu-item .icon {
  color: #6576ff;
}
.dark-mode .border-start, .dark-mode .border-end {
  border-color: #1d2d40 !important;
}
.dark-mode .nk-chat, .dark-mode .nk-chat-aside, .dark-mode .nk-chat-profile, .dark-mode .nk-chat-head, .dark-mode .chat-profile-group,
.dark-mode .nk-fmg, .dark-mode .nk-fmg-aside, .dark-mode .nk-fmg-body-head, .dark-mode .nk-fmg-switch,
.dark-mode .nk-files-view-grid .nk-file, .dark-mode .nk-files-view-group .nk-file,
.dark-mode .nk-ibx, .dark-mode .nk-ibx-aside, .dark-mode .nk-ibx-head, .dark-mode .nk-ibx-item, .dark-mode .nk-reply-form,
.dark-mode .nk-reply-form-header, .dark-mode .nk-reply-form-tools, .dark-mode .nk-reply-form-field:not(:last-child),
.dark-mode .nk-msg, .dark-mode .nk-msg-head, .dark-mode .nk-msg-profile, .dark-mode .attach-files, .dark-mode .attach-foot,
.dark-mode .nk-msg-item:not(:last-child), .dark-mode .nk-msg-aside, .dark-mode .nk-msg-nav,
.dark-mode .nk-msg-nav .search-wrap,
.dark-mode .nk-files-group > .title, .dark-mode .nk-file-share-header,
.dark-mode .nk-files-view-list .nk-file > div {
  border-color: #1d2d40 !important;
}
.dark-mode .nk-block-subhead, .dark-mode .data-list-s2 .data-head, .dark-mode .nk-profile-toggle, .dark-mode .nk-profile-content, .dark-mode .user-account-links {
  border-color: #2b3748;
}
.dark-mode .nk-upload-item, .dark-mode .dropzone {
  border-color: #354358 !important;
}
.dark-mode .data-list-s2 .data-head {
  background: transparent !important;
}
.dark-mode .chat-sap-meta:before, .dark-mode .chat-sap-meta:after,
.dark-mode .active > .nk-fmg-menu-item, .dark-mode .nk-fmg-menu-item:hover,
.dark-mode .nk-ibx-status, .dark-mode .nk-ibx-reply-item:not(:last-child):after,
.dark-mode .nk-reply-meta-info:before, .dark-mode .nk-reply-meta-info:after {
  background: #1d2d40;
}
.dark-mode .nk-chat, .dark-mode .nk-chat-aside, .dark-mode .nk-chat-profile, .dark-mode .nk-chat-head, .dark-mode .chat-msg, .dark-mode .nk-chat-editor, .dark-mode .nk-chat-blank,
.dark-mode .nk-fmg, .dark-mode .nk-fmg-aside, .dark-mode .nk-fmg-body-head,
.dark-mode .nk-files-view-grid .nk-file, .dark-mode .nk-files-view-group .nk-file,
.dark-mode .nk-ibx, .dark-mode .nk-ibx-aside, .dark-mode .nk-ibx-item, .dark-mode .nk-ibx-view,
.dark-mode .nk-msg, .dark-mode .nk-msg-head, .dark-mode .nk-msg-profile, .dark-mode .nk-fmg-switch {
  background: #141c26;
}
.dark-mode .nk-ibx-status .progress {
  background: #141c26 !important;
}
.dark-mode .nk-chat-panel, .dark-mode .chat-item:hover, .dark-mode .chat-item.current, .dark-mode .chat-item:hover .chat-actions, .dark-mode .chat-members .user-card:hover, .dark-mode .chat-members .user-actions, .dark-mode .nk-profile-content,
.dark-mode .nk-msg-item.active, .dark-mode .nk-msg-item.current, .dark-mode .channel-list a:hover, .dark-mode .channel-list a.active {
  background: #0d141d !important;
}
.dark-mode .fav-list .user-avatar:after {
  background: #415a79;
}
.dark-mode .nk-ibx-item:not(.no-hover):hover, .dark-mode .nk-ibx-item.active,
.dark-mode .nk-ibx-item:hover .ibx-actions-hidden, .dark-mode .nk-ibx-item:hover .ibx-actions,
.dark-mode .nk-ibx-label > li:hover, .dark-mode .nk-ibx-contact > li:hover,
.dark-mode .nk-ibx-menu li.active, .dark-mode .nk-ibx-menu li:hover, .dark-mode .dot-label:after, .dark-mode .attach-foot,
.dark-mode .nk-reply-from, .dark-mode .nk-reply-entry.note, .dark-mode .nk-msg-aside, .dark-mode .nk-msg-nav,
.dark-mode .nk-files-view-list .nk-file > div {
  background: #101924;
}
.dark-mode .nk-files-view-list .nk-file.selected > div {
  background: transparent;
}
.dark-mode .nk-files-view-list .nk-file.selected {
  background: #1d2d40;
}
.dark-mode .is-unread .nk-ibx-context-text,
.dark-mode .nk-upload-info {
  color: #dfe9fe;
}
.dark-mode .nk-reply-msg-excerpt, .dark-mode .nk-ibx-context-text, .dark-mode .user-contacts li .icon, .dark-mode .nk-reply-tools .date {
  color: #8094ae;
}
.dark-mode .is-unread .nk-msg-sender .name {
  color: #fff;
}
.dark-mode .nk-reply-meta-info, .dark-mode .nk-reply-from {
  color: #7a8faa;
}
.dark-mode .nk-reply-meta-info span, .dark-mode .nk-reply-meta-info strong, .dark-mode .nk-reply-meta-info .who, .dark-mode .channel-list a {
  color: #b6c6e3;
}
.dark-mode .nk-reply-meta-info .whom {
  color: #6576ff;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button {
  color: #b6c6e3;
  border-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:disabled, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:disabled, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:disabled {
  color: #b6c6e3;
  border-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:hover, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:hover, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:hover, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:focus, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:focus, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:focus {
  color: #fff;
  background: #101924;
  border-color: #1d2d40;
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn:focus, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .dual-listbox__button:focus, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 45, 64, 0.5);
}
.dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .btn.active, .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .dual-listbox .active.dual-listbox__button, .dual-listbox .dark-mode .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .active.dual-listbox__button {
  color: #6576ff;
  border-color: #1d2d40;
  background: #101924;
  box-shadow: inset 0 0 4px -1px rgba(29, 45, 64, 0.25);
}
.dark-mode .fc-day {
  color: #b6c6e3;
}
.dark-mode .fc-day-other {
  color: #8094ae;
}
.dark-mode .fc-list-day, .dark-mode .fc-col-header-cell {
  color: #fff;
}
.dark-mode .fc .fc-list-empty {
  background: #101924;
}
.dark-mode .fc-timegrid-event-harness-inset .fc-timegrid-event, .dark-mode .fc-timegrid-event.fc-event-mirror {
  box-shadow: 0px 0px 0px 1px #101924;
}
.dark-mode a.fc-event-primary-dim {
  background-color: #202a47 !important;
  border-color: #202a47 !important;
}
.dark-mode .modal-header.fc-event-primary-dim {
  background-color: #202a47 !important;
  border-color: #182035 !important;
}
.dark-mode span.fc-event-primary-dim .dot {
  background-color: #202a47 !important;
}
.dark-mode .fc-event-primary-dim:not(a) .fc-list-event-dot {
  background-color: #202a47 !important;
}
.dark-mode a.fc-event-success-dim {
  background-color: #16393a !important;
  border-color: #16393a !important;
}
.dark-mode .modal-header.fc-event-success-dim {
  background-color: #16393a !important;
  border-color: #0f2728 !important;
}
.dark-mode span.fc-event-success-dim .dot {
  background-color: #16393a !important;
}
.dark-mode .fc-event-success-dim:not(a) .fc-list-event-dot {
  background-color: #16393a !important;
}
.dark-mode a.fc-event-info-dim {
  background-color: #123542 !important;
  border-color: #123542 !important;
}
.dark-mode .modal-header.fc-event-info-dim {
  background-color: #123542 !important;
  border-color: #0d252e !important;
}
.dark-mode span.fc-event-info-dim .dot {
  background-color: #123542 !important;
}
.dark-mode .fc-event-info-dim:not(a) .fc-list-event-dot {
  background-color: #123542 !important;
}
.dark-mode a.fc-event-warning-dim {
  background-color: #363422 !important;
  border-color: #363422 !important;
}
.dark-mode .modal-header.fc-event-warning-dim {
  background-color: #363422 !important;
  border-color: #262518 !important;
}
.dark-mode span.fc-event-warning-dim .dot {
  background-color: #363422 !important;
}
.dark-mode .fc-event-warning-dim:not(a) .fc-list-event-dot {
  background-color: #363422 !important;
}
.dark-mode a.fc-event-danger-dim {
  background-color: #34242b !important;
  border-color: #34242b !important;
}
.dark-mode .modal-header.fc-event-danger-dim {
  background-color: #34242b !important;
  border-color: #251a1f !important;
}
.dark-mode span.fc-event-danger-dim .dot {
  background-color: #34242b !important;
}
.dark-mode .fc-event-danger-dim:not(a) .fc-list-event-dot {
  background-color: #34242b !important;
}
.dark-mode a.fc-event-secondary-dim {
  background-color: #1b2532 !important;
  border-color: #1b2532 !important;
}
.dark-mode .modal-header.fc-event-secondary-dim {
  background-color: #1b2532 !important;
  border-color: #121921 !important;
}
.dark-mode span.fc-event-secondary-dim .dot {
  background-color: #1b2532 !important;
}
.dark-mode .fc-event-secondary-dim:not(a) .fc-list-event-dot {
  background-color: #1b2532 !important;
}
.dark-mode a.fc-event-dark-dim {
  background-color: #161e29 !important;
  border-color: #161e29 !important;
}
.dark-mode .modal-header.fc-event-dark-dim {
  background-color: #161e29 !important;
  border-color: #0d1218 !important;
}
.dark-mode span.fc-event-dark-dim .dot {
  background-color: #161e29 !important;
}
.dark-mode .fc-event-dark-dim:not(a) .fc-list-event-dot {
  background-color: #161e29 !important;
}
.dark-mode a.fc-event-blue-dim {
  background-color: #1e2f46 !important;
  border-color: #1e2f46 !important;
}
.dark-mode .modal-header.fc-event-blue-dim {
  background-color: #1e2f46 !important;
  border-color: #162334 !important;
}
.dark-mode span.fc-event-blue-dim .dot {
  background-color: #1e2f46 !important;
}
.dark-mode .fc-event-blue-dim:not(a) .fc-list-event-dot {
  background-color: #1e2f46 !important;
}
.dark-mode a.fc-event-azure-dim {
  background-color: #142a46 !important;
  border-color: #142a46 !important;
}
.dark-mode .modal-header.fc-event-azure-dim {
  background-color: #142a46 !important;
  border-color: #0e1e32 !important;
}
.dark-mode span.fc-event-azure-dim .dot {
  background-color: #142a46 !important;
}
.dark-mode .fc-event-azure-dim:not(a) .fc-list-event-dot {
  background-color: #142a46 !important;
}
.dark-mode a.fc-event-indigo-dim {
  background-color: #1a233d !important;
  border-color: #1a233d !important;
}
.dark-mode .modal-header.fc-event-indigo-dim {
  background-color: #1a233d !important;
  border-color: #12192b !important;
}
.dark-mode span.fc-event-indigo-dim .dot {
  background-color: #1a233d !important;
}
.dark-mode .fc-event-indigo-dim:not(a) .fc-list-event-dot {
  background-color: #1a233d !important;
}
.dark-mode a.fc-event-purple-dim {
  background-color: #242847 !important;
  border-color: #242847 !important;
}
.dark-mode .modal-header.fc-event-purple-dim {
  background-color: #242847 !important;
  border-color: #1b1e36 !important;
}
.dark-mode span.fc-event-purple-dim .dot {
  background-color: #242847 !important;
}
.dark-mode .fc-event-purple-dim:not(a) .fc-list-event-dot {
  background-color: #242847 !important;
}
.dark-mode a.fc-event-pink-dim {
  background-color: #372739 !important;
  border-color: #372739 !important;
}
.dark-mode .modal-header.fc-event-pink-dim {
  background-color: #372739 !important;
  border-color: #281d2a !important;
}
.dark-mode span.fc-event-pink-dim .dot {
  background-color: #372739 !important;
}
.dark-mode .fc-event-pink-dim:not(a) .fc-list-event-dot {
  background-color: #372739 !important;
}
.dark-mode a.fc-event-orange-dim {
  background-color: #37302d !important;
  border-color: #37302d !important;
}
.dark-mode .modal-header.fc-event-orange-dim {
  background-color: #37302d !important;
  border-color: #292422 !important;
}
.dark-mode span.fc-event-orange-dim .dot {
  background-color: #37302d !important;
}
.dark-mode .fc-event-orange-dim:not(a) .fc-list-event-dot {
  background-color: #37302d !important;
}
.dark-mode a.fc-event-teal-dim {
  background-color: #163637 !important;
  border-color: #163637 !important;
}
.dark-mode .modal-header.fc-event-teal-dim {
  background-color: #163637 !important;
  border-color: #0f2425 !important;
}
.dark-mode span.fc-event-teal-dim .dot {
  background-color: #163637 !important;
}
.dark-mode .fc-event-teal-dim:not(a) .fc-list-event-dot {
  background-color: #163637 !important;
}
.dark-mode .code-block, .dark-mode .card-preview,
.dark-mode .card .card-inner + .table .tb-tnx-head,
.dark-mode .card-bordered, .dark-mode .kanban-add-task, .dark-mode .kanban-board-header, .dark-mode .kanban-item, .dark-mode .kanban-board .kanban-drag:empty,
.dark-mode .accordion-item:not(:last-child) .accordion-head,
.dark-mode .accordion-item:not(:last-child) .accordion-inner,
.dark-mode .accordion-item:last-child .accordion-inner,
.dark-mode .nk-download {
  border-color: #1d2d40;
}
.dark-mode .accordion:not(.accordion-s2):not(.accordion-s3) {
  border-color: #1d2d40 !important;
}
.dark-mode .card.bg-light .card-header, .dark-mode .card.bg-lighter .card-header, .dark-mode .dual-listbox .card.dual-listbox__item:hover .card-header, .dual-listbox .dark-mode .card.dual-listbox__item:hover .card-header {
  background: rgba(0, 0, 0, 0.2);
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border-top-color: #1d2d40;
  border-bottom-color: #1d2d40;
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child {
  border-left-color: #1d2d40;
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child {
  border-right-color: #1d2d40;
}
.dark-mode .modal-footer.bg-light {
  background-color: #11171f !important;
}
.dark-mode .kanban-primary {
  border-top-color: #6576ff;
}
.dark-mode .kanban-success {
  border-top-color: #1ee0ac;
}
.dark-mode .kanban-info {
  border-top-color: #09c2de;
}
.dark-mode .kanban-warning {
  border-top-color: #f4bd0e;
}
.dark-mode .kanban-danger {
  border-top-color: #e85347;
}
.dark-mode.ui-bordered .card,
.dark-mode.ui-bordered .code-block,
.dark-mode.ui-bordered .accordion:not(.accordion-s2):not(.accordion-s3),
.dark-mode.ui-bordered .card .card-inner + .table .tb-tnx-head,
.dark-mode.ui-bordered .card-bordered,
.dark-mode.ui-bordered .nk-download {
  border-color: #1d2d40;
}
.dark-mode.ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border-top-color: #1d2d40;
  border-bottom-color: #1d2d40;
}
.dark-mode.ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child {
  border-left-color: #1d2d40;
}
.dark-mode.ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:last-child {
  border-right-color: #1d2d40;
}
.dark-mode .nk-order-ovwg-data.buy {
  border-color: #1a9276;
}
.dark-mode .nk-order-ovwg-data.sell {
  border-color: #4552a8;
}
.dark-mode .nk-sidebar-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.dark-mode .toggle-overlay, .dark-mode .nk-chat-profile-overlay {
  background: rgba(7, 10, 15, 0.75);
}
.dark-mode .swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.85);
}
.dark-mode .modal-backdrop {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.9);
}
.dark-mode .ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col:first-child,
.dark-mode .ui-bordered .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border-color: #1d2d40 !important;
}
.dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col,
.dark-mode .nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden {
  background-color: #141c26;
}
.dark-mode .nk-tb-list .tb-product .title {
  color: #fff;
}
.dark-mode .dual-listbox .dual-listbox__available,
.dark-mode .dual-listbox .dual-listbox__selected {
  border-color: #384d69;
}
.dark-mode .dual-listbox .dual-listbox__title {
  border-left-color: #384d69;
  border-right-color: #384d69;
  border-top-color: #384d69;
}
.dark-mode .dual-listbox .dual-listbox__item {
  border-bottom-color: #384d69;
}
.dark-mode .input-group-addon {
  background-color: #1b2633;
  border-color: #384d69;
}
.dark-mode .border-light {
  border-color: #1d2d40 !important;
}
.dark-mode div.dt-button-info {
  background-color: #141c26;
}
.dark-mode div.dt-button-info h2, .dark-mode div.dt-button-info .h2 {
  background-color: #0f151c;
}
.dark-mode div.dt-button-info h2, .dark-mode div.dt-button-info .h2 {
  border-color: #1d2d40;
}
.dark-mode .dropzone {
  background: #101924;
}
.dark-mode .image-control .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #384d69;
}
.dark-mode .image-control .custom-control-label {
  background-color: #1f2b3a;
}
.dark-mode .custom-control-pro .custom-control-label {
  background-color: #141c26;
  border-color: #384d69;
}
.dark-mode .custom-control.color-control .custom-control-label::before {
  background: transparent !important;
}
.dark-mode .slick-dots li button {
  background-color: #101924;
}
.dark-mode .slick-dots li.slick-active button {
  background-color: #6576ff;
}
.dark-mode .slick-next, .dark-mode .slick-prev {
  color: #fff;
  background: #141c26;
  border-color: #1d2d40;
}
.dark-mode .slick-next:hover, .dark-mode .slick-prev:hover {
  color: #fff;
  background: #6576ff;
  border-color: #6576ff;
}
.dark-mode .slick-disabled .slick-next, .dark-mode .slick-disabled .slick-prev {
  color: #dbdfea;
}
.dark-mode .slick-disabled .slick-next:hover, .dark-mode .slick-disabled .slick-prev:hover {
  color: #dbdfea;
  background: #141c26;
  border-color: #1d2d40;
}
.dark-mode .pricing-head {
  border-color: #1d2d40;
}
.dark-mode .pricing-amount .amount {
  color: #fff;
}
.dark-mode .product-title a {
  color: #fff;
}
.dark-mode .product-gallery {
  border-color: #1d2d40;
}
.dark-mode .product-gallery .slider-nav .slider-item .thumb {
  border-color: #1d2d40;
}
.dark-mode .product-gallery .slider-nav .slider-item.slick-current .thumb {
  border-color: #6576ff;
}
.dark-mode .invoice-wrap {
  background-color: #141c26;
  border-color: #1d2d40;
}
.dark-mode .invoice-bills .table tfoot {
  border-color: #1d2d40;
}
.dark-mode .nk-add-product {
  background: #101924;
  box-shadow: -10px 15px 30px 5px rgba(0, 0, 0, 0.4);
}
.dark-mode .noUi-target {
  background: #2f4158;
}
.dark-mode .noUi-handle:before, .dark-mode .noUi-handle:after {
  background: #5a83b6;
}
.dark-mode .noUi-handle {
  border-color: #5a83b6;
  background: #080d12;
}
.dark-mode .noUi-active {
  box-shadow: inset 0 0 1px #000, inset 0 1px 7px #000, 0 3px 6px -3px #000;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:hover,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode select:-webkit-autofill,
.dark-mode select:-webkit-autofill:hover,
.dark-mode select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

@media (max-width: 576px) {
  .dark-mode .nk-block-tools-toggle .toggle-expand-content {
    background-color: #212d3d;
  }
}
.dark-mode .pro-control .custom-control-label {
  border-color: #1d2d40;
}
.dark-mode .col-sep > * + * {
  border-color: #1d2d40;
}
.dark-mode .col-sep-vr > * + * {
  border-color: #1d2d40;
}
.dark-mode .page-item.active .page-link {
  color: #fff !important;
  background-color: #6576ff !important;
  border-color: #6576ff !important;
}

.nk-wrap.nk-wrap-nosidebar .btn-primary, .nk-wrap.nk-wrap-nosidebar .btn-primary:hover, .nk-wrap.nk-wrap-nosidebar .btn-primary:active{
	
	background: var(--bs-primary);
	border-color:var(--bs-primary);;
	
	
}

.nk-menu-icon .icon{
  color:var(--bs-primary);
}
.nk-menu-link:hover, .active > .nk-menu-link {
  color: var(--bs-primary);
  opacity: 0.8;
}
.is-dark .nk-menu-toggle:after, .is-theme .nk-menu-toggle:after {
  color: var(--bs-primary);
}
.nk-menu-link {

  color: var(--bs-primary);


}
.user-avatar, [class^=user-avatar]:not([class*=-group]) {
 background   : var(--bs-secondary);
}
.is-dark .nk-quick-nav-icon {
  color: var(--bs-primary);
}
.nk-news-icon .icon {
  font-size: 24px;
  color:var(--bs-secondary);
 }

 .link-list-menu li.active > a, .link-list-menu a.active, .link-list-menu a:hover, .link-list-menu li.active > a .icon, .link-list-menu a.active .icon, .link-list-menu a:hover .icon, .link-list-menu li.active > a:after, .link-list-menu a.active:after, .link-list-menu a:hover:after {
  color:var(--bs-secondary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 101, 118, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color:var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-gradient: none;
}

.nk-error-head {
  
  background: var(--bs-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
}

.nk-wrap.nk-wrap-nosidebar .btn-primary{
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
ul.nk-activity.border-top li:nth-child(odd) div.bg-azure {
  background:  var(--bs-primary) !important;
 }
 ul.nk-activity.border-top li:nth-child(even) div.bg-azure {
  background: var(--bs-secondary) !important;
 }

 .dropdown-menu-s1 {
  border-top: 3px solid var(--bs-secondary);
}

span.badge.bg-primary.text-capitalize{

  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}
/* .nk-block-title, a.project-title .title {
  color: var(--bs-secondary);
} */