﻿.dat-accordion {
  text-align: left;
  background-color: transparent;
}
.dat-accordion * {
  background-color: transparent;
}
.dat-accordion .accordion-item,
.dat-accordion .accordion-header,
.dat-accordion .accordion-button {
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.dat-accordion .accordion-item:focus, .dat-accordion .accordion-item:hover,
.dat-accordion .accordion-header:focus,
.dat-accordion .accordion-header:hover,
.dat-accordion .accordion-button:focus,
.dat-accordion .accordion-button:hover {
  outline: none;
  border: none;
  border-radius: 0;
}
.dat-accordion .accordion-header:focus,
.dat-accordion .accordion-header:hover {
  outline: none;
  border: none;
  border-radius: 0;
}
.dat-accordion .accordion-button {
  text-transform: uppercase;
  background-color: transparent;
}
.dat-accordion .accordion-button:hover, .dat-accordion .accordion-button.collapsed, .dat-accordion .accordion-button:not(.collapsed) {
  background-color: inherit;
}

.dat-article {
  border: 1px solid black;
  padding: 10px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: left;
}

.dat-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 2s;
  opacity: 0;
  z-index: -1;
}

.show-menu .dat-background,
.show-popout .dat-background,
.show-background .dat-background {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 5;
}

.dat-banner .banner-title {
  font-size: 2em;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
*::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.2);
}

a {
  cursor: pointer;
  text-decoration: none;
}

a.link {
  text-decoration: underline;
}

.center {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

h1:focus {
  outline: none;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #1dc9b7;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.dat-breadcrumb .dropdown-item.active {
  background-color: #edf2f9;
  color: black;
}

.dat-breadcrumb-items {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 10px;
  align-items: center;
  color: black;
}
.dat-breadcrumb-items li + li:before {
  content: ">";
  padding: 0 8px;
}

.dat-breadcrumb-item {
  display: flex;
  align-items: center;
}
.dat-breadcrumb-item .nav-link {
  padding: 2px 0;
}

.white {
  color: white;
}

.vanilla,
.cream {
  color: #F3E5AB;
}

.bg-vanilla {
  color: #F3E5AB;
}

.silver-xdark {
  color: #c5ced8;
}

.silver-dark {
  color: #dfe3e8;
}

.silver {
  color: #edf2f9;
}

.silver-light {
  color: #f1f5fa;
}

.orange {
  color: #cd6e19;
}

.orange-light {
  color: #f7ae6e;
}

.green-dark {
  color: #179c8e;
}

.green {
  color: #1dc9b7;
}

.green-light {
  color: #21dfcb;
}

.gold-dark {
  color: #f4a500;
}

.gold {
  color: #ffba28;
}

.gold-light {
  color: #ffc241;
}

.red {
  color: #c22533;
}

.purple {
  color: #7a59ad;
}

.purple-dark {
  color: #4d004d;
}

.purple-light {
  color: #9098c4;
}

.pink {
  color: #fd3995;
}

.blue-dark {
  color: #0b6c9a;
}

.menu-blue {
  color: #3e93d6;
}

.menu-blue-light {
  color: #2ba6e0;
}

.menu-blue-dark {
  color: #527cc0;
}

.blue {
  color: #2ba6e0;
}

.blue-light {
  color: #d6ecfb;
}

.yellow {
  color: #ffff04;
}

.s-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.s-xlight {
  background-color: rgba(255, 255, 255, 0.2);
}

.silver-xlight {
  color: #fbfcfd;
}

.silver-light {
  color: #f1f5fa;
}

.silver {
  color: #edf2f9;
}

.silver-dark {
  color: #dfe3e8;
}

.silver-xdark {
  color: #c5ced8;
}

.gradient {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.gradient-white {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, white 70%);
}

.bg-trans-gradient {
  background: linear-gradient(250deg, #3e93d6, #527cc0);
}

.bg-dark {
  color: white;
}

.bg-gold {
  background-color: #ffba28 !important;
}

.bg-purple {
  background-color: #7a59ad;
  color: #3b2a55;
}
.bg-purple a, .bg-purple a:hover {
  color: #3b2a55;
}

.dat-footer-bar {
  height: 40px;
}
.dat-footer-bar .nav-link {
  padding: 5px 10px;
}
.dat-footer-bar .nav-link > i {
  display: block;
}

.datamine-bar .nav-link {
  pointer-events: all;
}

.dat-frame {
  display: flex;
  height: 100%;
  width: 100%;
  transition: margin 0.6s;
}

.dat-frame-body {
  flex: 1;
  overflow-y: auto;
}

.dat-form .form-group {
  margin-bottom: 10px;
}
.dat-form .form-control {
  width: 100%;
  margin-bottom: 5px;
}
.dat-form .form-check {
  display: inline-block;
}

.form-validation {
  margin-bottom: 10px;
}
.form-validation ul {
  margin: 0;
}
.form-validation border .validation-summary {
  text-align: left;
  border: 1px solid #c22533;
  color: #c22533;
}
.form-validation .validation-message {
  text-align: left;
  color: #c22533;
}

.show-menu .dat-layout-head .dat-header-nav {
  color: black;
}
.show-menu .dat-layout-head .dat-header-nav .nav-link {
  color: black;
}

.dat-menu {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  margin-left: -300px;
  opacity: 0;
  background-color: white;
  transition: 0.6s;
  z-index: -1;
}
.dat-menu .dat-menu-head {
  height: 40px;
}

.dat-menu-btn {
  height: 40px;
  width: 40px;
}

.dat-menu-icon {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
}

.show-menu .dat-menu {
  pointer-events: all;
  opacity: 1;
  z-index: 2;
  margin: 0;
}
.show-menu .dat-background {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 1;
}

.nav-pills .nav-link {
  padding: 5px 10px;
}
.nav-pills .nav-link.active {
  background-color: #edf2f9;
  color: black;
}

.dat-page-head {
  background-color: #f0f2f5;
}

.dat-page-title .title {
  font-size: 2.2em;
}
.dat-page-title .description {
  font-size: 1.2em;
}

.dat-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}

.dat-panel-title {
  text-transform: uppercase;
  font-weight: bold;
}

.dat-panel-body {
  flex: 1;
  overflow: auto;
}

.dat-popout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  max-width: 500px;
  width: 100%;
  margin-right: -500px;
  transition: all 0.6s;
  transition-property: margin, opacity;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 100;
  opacity: 0;
}

.dat-popup {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  flex-direction: column;
  transition: 0.6s;
  z-index: -1;
  opacity: 0;
}
.dat-popup .nav {
  justify-content: center;
}

.dat-popup-body {
  flex: 1;
  overflow-y: auto;
}

.popup-btn {
  text-align: center;
}
.popup-btn .title {
  color: #0b6c9a;
}

.show-popup .dat-popup {
  z-index: 20;
  opacity: 1;
}

.dat-section-title {
  padding: 2px 10px;
  text-transform: uppercase;
}

.dat-section-body {
  padding: 10px;
}

.dat-search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 5px;
}
.dat-search-box input {
  outline: none;
  border: 1px solid #edf2f9;
  flex: 1;
  font-size: 0.9em;
  padding: 2px 10px;
  border-radius: 10px;
}
.dat-search-box .clear-btn {
  transition: 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.dat-search-box:focus .clear-btn, .dat-search-box.filter-on .clear-btn {
  opacity: 1;
}

.dat-scroll::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.1);
}
.dat-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}
.dat-scroll::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}
.data-table td {
  position: relative;
  padding: 2px 5px;
}
.data-table td:nth-of-type(1) {
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
}
.data-table td:nth-of-type(2) {
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: left;
  width: 100%;
}
.data-table input {
  width: 100%;
  border: none;
  outline: none;
}
.data-table td .clear-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  padding: 0 10px;
  color: #e5e5e5;
  line-height: 30px;
  vertical-align: middle;
  transition: 0.6s;
}
.data-table td.disabled {
  background-color: transparent;
  color: #aaa;
}
.data-table tr.active {
  background-color: #f5f5f5;
}

.theme-auspicious {
  background-color: rgba(35, 82, 124, 0.8);
  color: rgba(255, 255, 255, 0.6);
}
.theme-auspicious .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.theme-auspicious .nav-link.active {
  color: white;
}
.theme-auspicious .nav-pills .nav-link {
  padding: 0 10px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
}
.theme-auspicious .nav-pills .nav-link.active {
  background-color: rgba(43, 166, 224, 0.2);
  color: white;
}
.theme-auspicious input::placeholder {
  color: rgba(35, 82, 124, 0.6);
}
.theme-auspicious.theme-btn {
  background-color: #23527c;
}
.theme-auspicious.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #0b6c9a, rgba(255, 255, 255, 0.4));
  background-image: radial-gradient(white, rgba(35, 82, 124, 0.2));
}
.theme-auspicious .dat-theme-overlay {
  background-image: linear-gradient(0deg, rgba(35, 82, 124, 0.2) 0%, #23527c 90%);
  background-color: white;
  background-image: radial-gradient(white, rgba(35, 82, 124, 0.8));
  color: #23527c;
}
.theme-auspicious .dat-layout-head,
.theme-auspicious .dat-layout-foot {
  background-color: rgba(35, 82, 124, 0.2);
}
.theme-auspicious .dat-layout-head {
  border-bottom: 1px solid #23527c;
}
.theme-auspicious .dat-layout-foot {
  border-top: 1px solid #23527c;
}
.theme-auspicious .dat-layout-body .nav-link {
  color: rgba(35, 82, 124, 0.6);
}
.theme-auspicious .dat-layout-body .nav-link.active {
  color: #23527c;
}
.theme-auspicious .dat-navbar .nav-link {
  border: 1px solid transparent;
}
.theme-auspicious .dat-navbar .nav-link.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(35, 82, 124, 0.8);
  color: #F0F66E;
}
.theme-auspicious .dat-page-index .nav-link {
  color: rgba(35, 82, 124, 0.8);
}
.theme-auspicious .dat-menu, .theme-auspicious.dat-popout,
.theme-auspicious .dat-popup {
  background-color: white;
  background-image: radial-gradient(white, rgba(43, 166, 224, 0.2));
  color: #27a8e1;
}
.theme-auspicious .dat-menu .nav-link, .theme-auspicious.dat-popout .nav-link,
.theme-auspicious .dat-popup .nav-link {
  color: rgba(35, 82, 124, 0.8);
}
.theme-auspicious .dat-menu .nav-link.active, .theme-auspicious.dat-popout .nav-link.active,
.theme-auspicious .dat-popup .nav-link.active {
  background-color: rgba(222, 242, 251, 0.8);
  color: #23527c;
}
.theme-auspicious .bg-c1 {
  background-color: #23527c;
}
.theme-auspicious .bg-c2 {
  background-color: #BDC667;
  color: white;
}
.theme-auspicious .bg-c3 {
  background-color: #77966D;
}
.theme-auspicious .bg-c4 {
  background-color: #626D58;
}
.theme-auspicious .bg-c5 {
  background-color: #544343;
}
.theme-auspicious .bg-c6 {
  background-color: #27a8e1;
}

.theme-bright {
  background-color: #FFEA20;
  color: black;
}
.theme-bright .nav-link {
  color: black;
}
.theme-bright .nav-link.active {
  color: black;
}
.theme-bright .nav-pills .nav-link {
  padding: 0 10px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}
.theme-bright .nav-pills .nav-link.active {
  background-color: rgba(255, 255, 0, 0.8);
  color: black;
}
.theme-bright.theme-btn {
  background-color: #FFEA20;
}
.theme-bright.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #FFEA20, rgba(255, 255, 255, 0.4));
}
.theme-bright > .dat-theme-overlay {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 0, 0.8));
}
.theme-bright .dat-layout-head,
.theme-bright .dat-layout-foot {
  background-color: rgba(255, 255, 0, 0.6);
}
.theme-bright .dat-navbar .nav-link {
  border: 1px solid transparent;
  padding: 2px 10px;
}
.theme-bright .dat-navbar .nav-link.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(225, 85, 84, 0.9);
  color: white;
}
.theme-bright .dat-menu, .theme-bright.dat-popout,
.theme-bright .dat-popup {
  background-color: white;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 0, 0.5));
  color: black;
}
.theme-bright .dat-menu .nav-link, .theme-bright.dat-popout .nav-link,
.theme-bright .dat-popup .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.theme-bright .dat-menu .nav-link.active, .theme-bright.dat-popout .nav-link.active,
.theme-bright .dat-popup .nav-link.active {
  color: black;
}
.theme-bright .dat-page-index .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: yellow;
  background-color: #d4c228;
}
.theme-bright .bg-c1 {
  background-color: #FFEA20;
}
.theme-bright .bg-c2 {
  background-color: #827900;
}
.theme-bright .bg-c3 {
  background-color: yellow;
}
.theme-bright .bg-c4 {
  background-color: rgba(255, 234, 32, 0.2);
}
.theme-bright .bg-c5 {
  background-color: rgba(130, 121, 0, 0.2);
}
.theme-bright .bg-c6 {
  background-color: #E15554;
}
.theme-bright .bg-overlay {
  background-color: white;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 255, 0.4));
  color: rgba(0, 0, 0, 0.8);
}

.theme-fortuitous {
  background-color: #EDB7ED;
  color: black;
}
.theme-fortuitous .nav-link,
.theme-fortuitous .breadcrumb-item {
  color: black;
}
.theme-fortuitous .nav-link.active,
.theme-fortuitous .breadcrumb-item.active {
  color: black;
}
.theme-fortuitous .nav-pills .nav-link {
  padding: 0 10px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}
.theme-fortuitous .nav-pills .nav-link.active {
  background-color: rgba(237, 183, 237, 0.8);
  color: black;
}
.theme-fortuitous.theme-btn {
  background-color: #EDB7ED;
}
.theme-fortuitous.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #EDB7ED, rgba(255, 255, 255, 0.4));
}
.theme-fortuitous .dat-theme-overlay {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, #EDB7ED 90%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(237, 183, 237, 0.8));
}
.theme-fortuitous .dat-layout .dat-header-bar {
  background-color: rgba(237, 183, 237, 0.4);
}
.theme-fortuitous .dat-layout .dat-navbar .nav-link {
  border: 1px solid transparent;
  padding: 2px 10px;
}
.theme-fortuitous .dat-layout .dat-navbar .nav-link.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.8);
}
.theme-fortuitous .dat-menu, .theme-fortuitous.dat-popout,
.theme-fortuitous .dat-popup {
  background-color: white;
  background-image: radial-gradient(white, rgba(128, 0, 128, 0.2));
  color: black;
}
.theme-fortuitous .dat-menu .nav-link, .theme-fortuitous.dat-popout .nav-link,
.theme-fortuitous .dat-popup .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.theme-fortuitous .dat-menu .nav-link.active, .theme-fortuitous.dat-popout .nav-link.active,
.theme-fortuitous .dat-popup .nav-link.active {
  color: black;
}

.theme-halcyon {
  background-color: #BDC667;
  color: black;
}
.theme-halcyon .nav-link,
.theme-halcyon .breadcrumb-item {
  color: black;
}
.theme-halcyon .nav-link.active,
.theme-halcyon .breadcrumb-item.active {
  color: black;
}
.theme-halcyon .nav-pills .nav-link {
  padding: 0 10px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}
.theme-halcyon .nav-pills .nav-link.active {
  background-color: rgba(189, 198, 103, 0.8);
  color: black;
}
.theme-halcyon.theme-btn {
  background-color: #BDC667;
}
.theme-halcyon.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #BDC667, rgba(255, 255, 255, 0.4));
}
.theme-halcyon > .dat-theme-overlay {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(189, 198, 103, 0.8));
}
.theme-halcyon .dat-framework-layout .dat-framework-head,
.theme-halcyon .dat-framework-layout .dat-framework-foot {
  background-color: rgba(255, 255, 0, 0.4);
}
.theme-halcyon .dat-layout .dat-breadcrumb {
  background-color: rgba(237, 183, 237, 0.4);
}
.theme-halcyon .dat-footer-bar {
  background-color: rgba(130, 160, 216, 0.2);
}
.theme-halcyon .dat-navbar .nav-link {
  border: 1px solid transparent;
  padding: 2px 10px;
}
.theme-halcyon .dat-navbar .nav-link.active {
  border: 1px solid rgba(43, 166, 224, 0.6);
  background-color: rgba(43, 166, 224, 0.9);
  color: rgba(255, 255, 255, 0.8);
}
.theme-halcyon .dat-page-index .nav-link {
  color: black;
}
.theme-halcyon .dat-menu, .theme-halcyon.dat-popout,
.theme-halcyon .dat-popup {
  background-color: white;
  background-image: radial-gradient(white, rgba(255, 165, 0, 0.2));
  color: black;
}
.theme-halcyon .dat-menu .nav-link, .theme-halcyon.dat-popout .nav-link,
.theme-halcyon .dat-popup .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.theme-halcyon .dat-menu .nav-link.active, .theme-halcyon.dat-popout .nav-link.active,
.theme-halcyon .dat-popup .nav-link.active {
  color: black;
}

.theme-happi {
  background-color: white;
  color: black;
}
.theme-happi .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.theme-happi .nav-link.active {
  color: black;
}
.theme-happi .nav-pills .nav-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.theme-happi .nav-pills .nav-link.active {
  background-color: transparent;
  color: #1b1d1c;
}
.theme-happi.theme-btn {
  background-color: #1b1d1c;
}
.theme-happi.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #c16146, rgba(255, 255, 255, 0.4));
  background-image: radial-gradient(white, rgba(193, 97, 70, 0.2));
}
.theme-happi .dat-layout-head,
.theme-happi .dat-layout-foot {
  background-color: rgba(103, 120, 94, 0.8);
  color: white;
}
.theme-happi .dat-layout-head .nav-link,
.theme-happi .dat-layout-foot .nav-link {
  color: white;
}
.theme-happi .dat-layout-head {
  border-bottom: 1px solid #1b1d1c;
}
.theme-happi .dat-layout-foot {
  border-top: 1px solid #1b1d1c;
}
.theme-happi .dat-navbar .nav-link {
  border: 1px solid transparent;
}
.theme-happi .dat-navbar .nav-link.active {
  color: #c16146;
  text-decoration: underline;
}
.theme-happi .dat-page-index .nav-link {
  color: #c16146;
}
.theme-happi .bg-c1 {
  background-color: #67785e;
}
.theme-happi .bg-c2 {
  background-color: #e39949;
  color: white;
}
.theme-happi .bg-c3 {
  background-color: #c16146;
}
.theme-happi .bg-c4 {
  background-color: #e4c3b7;
}
.theme-happi .bg-c5 {
  background-color: #1b1d1c;
}
.theme-happi .bg-c6 {
  background-color: #27a8e1;
}

.theme-heavenly {
  background-color: #d6ecfb;
  color: black;
}
.theme-heavenly.theme-btn {
  background-color: #d6ecfb;
}
.theme-heavenly.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #d6ecfb, rgba(255, 255, 255, 0.4));
}
.theme-heavenly .dat-theme-overlay {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(214, 236, 251, 0.8));
}
.theme-heavenly .nav-link,
.theme-heavenly .breadcrumb-item {
  color: black;
}
.theme-heavenly .nav-link.active {
  color: black;
}
.theme-heavenly .dat-layout-head .dat-header-bar {
  background-color: rgba(136, 74, 57, 0.6);
}
.theme-heavenly .dat-layout-head .dat-header-bar .nav-link {
  color: white;
}
.theme-heavenly .dat-layout-head .dat-breadcrumb {
  background-color: rgba(141, 223, 203, 0.4);
}
.theme-heavenly .dat-layout-foot .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.theme-heavenly .dat-layout-foot .dat-footer-bar {
  background-color: rgba(136, 74, 57, 0.6);
}
.theme-heavenly .dat-navbar .nav-link {
  border: 1px solid transparent;
  padding: 2px 10px;
}
.theme-heavenly .dat-navbar .nav-link.active {
  border: 1px solid rgba(136, 74, 57, 0.6);
  background-color: rgba(136, 74, 57, 0.9);
  color: rgba(255, 255, 255, 0.8);
}
.theme-heavenly .dat-page-index .nav-link {
  background-color: rgba(141, 223, 203, 0.8);
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
}
.theme-heavenly .dat-menu, .theme-heavenly.dat-popout,
.theme-heavenly .dat-popup {
  background-color: white;
  background-image: radial-gradient(white, rgba(141, 223, 203, 0.2));
  color: black;
}
.theme-heavenly .dat-menu .nav-link, .theme-heavenly.dat-popout .nav-link,
.theme-heavenly .dat-popup .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.theme-heavenly .dat-menu .nav-link.active, .theme-heavenly.dat-popout .nav-link.active,
.theme-heavenly .dat-popup .nav-link.active {
  color: black;
}
.theme-heavenly.dat-popout .dat-popout-overlay .icon {
  color: rgba(255, 255, 255, 0.4);
}
.theme-heavenly.dat-popout .dat-popout-head .nav-link {
  color: white;
}
.theme-heavenly.dat-popout .dat-popout-foot {
  color: black;
}
.theme-heavenly.dat-popout .dat-popout-foot .nav-link {
  color: black;
}
.theme-heavenly.dat-popout .dat-popout-theme-colors {
  color: black;
}
.theme-heavenly.dat-popout .dat-popout-theme-colors .theme-btn {
  border: 1px solid rgba(141, 223, 203, 0.2);
}

.theme-perception {
  background-color: rgba(0, 255, 33, 0.5);
  color: rgba(0, 0, 0, 0.8);
}
.theme-perception .nav-link {
  color: rgba(0, 0, 0, 0.6);
}
.theme-perception .nav-link.active {
  color: black;
}
.theme-perception.theme-btn {
  background-color: #00ff21;
}
.theme-perception.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #00ff21, rgba(255, 255, 255, 0.4));
}
.theme-perception .dat-theme-overlay {
  background-image: radial-gradient(rgba(0, 0, 255, 0.2), rgba(255, 0, 0, 0.2));
  background-blend-mode: color-burn;
}
.theme-perception .dat-layout-head {
  background-color: rgba(0, 255, 33, 0.8);
}
.theme-perception .dat-layout-foot {
  background-color: rgba(0, 255, 33, 0.6);
}
.theme-perception .dat-navbar {
  background-color: rgba(0, 0, 255, 0.2);
}
.theme-perception .dat-navbar .nav-link {
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.9);
}
.theme-perception .dat-navbar .nav-link.active {
  border: 1px solid rgba(228, 87, 46, 0.6);
  background-color: rgba(228, 87, 46, 0.9);
  color: #F0F66E;
}
.theme-perception .dat-nav-items .nav-link {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid black;
  color: black;
}
.theme-perception .dat-nav-items .nav-icon {
  background-color: rgba(0, 0, 255, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.theme-perception .dat-nav-items .nav-body {
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
}
.theme-perception .dat-menu, .theme-perception.dat-popout,
.theme-perception .dat-popup {
  background-color: white;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 255, 0.4));
  color: rgba(0, 0, 0, 0.8);
}
.theme-perception .dat-menu .nav-link, .theme-perception.dat-popout .nav-link,
.theme-perception .dat-popup .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-perception .dat-menu .nav-link.active, .theme-perception.dat-popout .nav-link.active,
.theme-perception .dat-popup .nav-link.active {
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
}
.theme-perception .dat-menu .dat-popout-head .nav-link, .theme-perception.dat-popout .dat-popout-head .nav-link,
.theme-perception .dat-popup .dat-popout-head .nav-link {
  color: white;
}
.theme-perception .dat-menu .dat-popout-foot, .theme-perception.dat-popout .dat-popout-foot,
.theme-perception .dat-popup .dat-popout-foot {
  color: black;
}
.theme-perception .dat-menu .dat-popout-foot .nav-link, .theme-perception.dat-popout .dat-popout-foot .nav-link,
.theme-perception .dat-popup .dat-popout-foot .nav-link {
  color: black;
}
.theme-perception .bg-c1 {
  background-color: #E4572E;
}
.theme-perception .bg-c2 {
  background-color: #F0F66E;
}
.theme-perception .bg-c3 {
  background-color: #A8C686;
}
.theme-perception .bg-c4 {
  background-color: #9D9C62;
}
.theme-perception .bg-c5 {
  background-color: #00ff21;
}
.theme-perception .bg-c6 {
  background-color: #F0F8EA;
}
.theme-perception .bg-overlay {
  background-color: white;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 255, 0.4));
  color: rgba(0, 0, 0, 0.8);
}

.theme-perspective {
  background-color: #f5ff00;
}
.theme-perspective.theme-btn {
  background-color: #f5ff00;
}
.theme-perspective.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #f5ff00, rgba(255, 255, 255, 0.4));
}
.theme-perspective .dat-theme-overlay {
  background-color: rgba(245, 255, 0, 0.8);
}
.theme-perspective .dat-theme-overlay .nav-link {
  color: black;
}

.theme-serendipitous {
  background-color: #C9DAEA;
}
.theme-serendipitous.theme-btn {
  background-color: #C9DAEA;
}
.theme-serendipitous.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #C9DAEA, rgba(255, 255, 255, 0.4));
}
.theme-serendipitous .dat-theme-overlay {
  background-color: rgba(201, 218, 234, 0.8);
  background-image: linear-gradient(0deg, white 0%, #C9DAEA 90%);
}
.theme-serendipitous .nav-link {
  color: #00B295;
}
.theme-serendipitous .nav-link.active {
  color: #191516;
}
.theme-serendipitous .c1 {
  color: #C9DAEA;
}
.theme-serendipitous .c1-bg {
  background-color: #C9DAEA;
}
.theme-serendipitous .c2 {
  color: #03F7EB;
}
.theme-serendipitous .c2-bg {
  background-color: #03F7EB;
}
.theme-serendipitous .c3 {
  color: #00B295;
}
.theme-serendipitous .c3-bg {
  background-color: #00B295;
  color: white;
}
.theme-serendipitous .c4 {
  color: #191516;
}
.theme-serendipitous .c4-bg {
  background-color: #191516;
}
.theme-serendipitous .c5 {
  color: #191516;
}
.theme-serendipitous .c5-bg {
  background-color: #191516;
}
.theme-serendipitous *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.theme-serendipitous *::-webkit-scrollbar-thumb {
  background-color: #191516;
  border-radius: 0;
}
.theme-serendipitous *::-webkit-scrollbar-thumb:active {
  background-color: #191516;
}

.theme-transparent {
  background-color: transparent;
}
.theme-transparent.theme-btn {
  background-color: transparent;
}
.theme-transparent.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, transparent, rgba(255, 255, 255, 0.4));
}
.theme-transparent .nav-link {
  background-color: white;
  color: black;
}
.theme-transparent .dat-theme-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}

.theme-vanilla {
  background-color: #F3E5AB;
  color: rgba(0, 0, 0, 0.8);
}
.theme-vanilla.theme-btn {
  background-color: #F3E5AB;
}
.theme-vanilla.theme-btn.active {
  background: radial-gradient(circle at 20px 20px, #F3E5AB, rgba(255, 255, 255, 0.4));
}
.theme-vanilla .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-vanilla .nav-link.active {
  color: black;
}
.theme-vanilla .dat-layout-head .dat-header-bar {
  background-color: rgba(255, 255, 255, 0.8);
}
.theme-vanilla .dat-layout-head .dat-breadcrumb {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-vanilla .dat-navbar .nav-link.active {
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
.theme-vanilla .dat-layout-foot .datamine-bar {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-vanilla .dat-layout-foot .dat-footer-bar {
  background-color: rgba(255, 255, 255, 0.8);
}

.theme-ceres .dat-header-bar {
  color: white;
  background-color: #252e41;
}
.theme-ceres .dat-header-bar .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.theme-ceres .dat-header-search {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.theme-ceres .dat-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-ceres .dat-app-footer {
  background-color: #2a374c;
  color: #aaa;
}
.theme-ceres .dat-app-footer .nav-link, .theme-ceres .dat-app-footer .menu-link {
  color: #aaa;
}
.theme-ceres .dat-page-footer {
  background-color: #2ba6e0;
}
.theme-ceres .dat-page-footer .nav-link {
  color: white;
}
.theme-ceres .btn-primary,
.theme-ceres .btn-primary:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #2ba6e0;
  color: white;
}
.theme-ceres .shortcut-btn,
.theme-ceres .shortcut-btn:hover {
  background-color: #2ba6e0;
}
.theme-ceres .dat-menu-popout {
  background-image: linear-gradient(180deg, #23527c 0%, #0b6c9a 70%);
  color: white;
}
.theme-ceres .dat-menu-popout .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.theme-ceres .dat-menu-popout .nav-link.active, .theme-ceres .dat-menu-popout .nav-link:hover {
  color: white;
}
.theme-ceres .dat-menu-popout .dat-pin-btn.pinned,
.theme-ceres .dat-menu-popout .nav-pills .nav-link.active {
  background-color: #0b6c9a;
  color: white;
}
.theme-ceres .dat-menu-popout .dat-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-ceres .dat-popout {
  border-color: #0b6c9a;
}
.theme-ceres .dat-popout .dat-popout-head {
  border-color: #0b6c9a;
}
.theme-ceres .dat-popout .dat-popout-foot {
  border-top-color: #0b6c9a;
}

.theme-navy .dat-header-bar {
  color: white;
  background-color: #252e41;
}
.theme-navy .dat-header-bar .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.theme-navy .dat-header-search {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.theme-navy .dat-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-navy .dat-app-footer {
  background-color: #2a374c;
  color: #aaa;
}
.theme-navy .dat-app-footer .nav-link, .theme-navy .dat-app-footer .menu-link {
  color: #aaa;
}
.theme-navy .dat-page-footer {
  background-color: #2a374c;
  color: rgba(255, 255, 255, 0.5);
}
.theme-navy .dat-page-footer .nav-link {
  color: white;
}
.theme-navy .btn-primary,
.theme-navy .btn-primary:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #2ba6e0;
  color: white;
}
.theme-navy .shortcut-btn,
.theme-navy .shortcut-btn:hover {
  background-color: #2ba6e0;
}
.theme-navy .dat-menu-popout {
  background-image: linear-gradient(180deg, #23527c 0%, #0b6c9a 70%);
  color: white;
}
.theme-navy .dat-menu-popout .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.theme-navy .dat-menu-popout .nav-link.active, .theme-navy .dat-menu-popout .nav-link:hover {
  color: white;
}
.theme-navy .dat-menu-popout .dat-pin-btn.pinned,
.theme-navy .dat-menu-popout .nav-pills .nav-link.active {
  background-color: #0b6c9a;
  color: white;
}
.theme-navy .dat-menu-popout .dat-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-navy .dat-popout {
  border-color: #0b6c9a;
}
.theme-navy .dat-popout .dat-popout-head {
  border-color: #0b6c9a;
}
.theme-navy .dat-popout .dat-popout-foot {
  border-top-color: #0b6c9a;
}

.theme-spring .dat-header-bar {
  color: black;
  background-color: #8DDFCB;
}
.theme-spring .dat-header-bar .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-spring .dat-app-footer {
  background-color: #82A0D8;
}
.theme-spring .dat-page-footer {
  background-color: #EDB7ED;
}
.theme-spring .btn-primary,
.theme-spring .btn-primary:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #8DDFCB;
  color: black;
}
.theme-spring .dat-shortcut,
.theme-spring .dat-shortcut:hover {
  background-color: #EDB7ED;
}
.theme-spring .dat-menu-popout {
  background-image: linear-gradient(180deg, #EDB7ED 0%, white 70%);
  color: black;
}
.theme-spring .dat-menu-popout .nav-pills .nav-link,
.theme-spring .dat-menu-popout .nav-link {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.theme-spring .dat-menu-popout .nav-pills .nav-link .dot,
.theme-spring .dat-menu-popout .nav-link .dot {
  background-color: rgba(237, 183, 237, 0.2);
}
.theme-spring .dat-menu-popout .nav-pills .nav-link.pinned, .theme-spring .dat-menu-popout .nav-pills .nav-link.active, .theme-spring .dat-menu-popout .nav-pills .nav-link:hover,
.theme-spring .dat-menu-popout .nav-link.pinned,
.theme-spring .dat-menu-popout .nav-link.active,
.theme-spring .dat-menu-popout .nav-link:hover {
  background-color: transparent;
  color: black;
}
.theme-spring .dat-menu-popout .nav-pills .nav-link.pinned .dot, .theme-spring .dat-menu-popout .nav-pills .nav-link.active .dot, .theme-spring .dat-menu-popout .nav-pills .nav-link:hover .dot,
.theme-spring .dat-menu-popout .nav-link.pinned .dot,
.theme-spring .dat-menu-popout .nav-link.active .dot,
.theme-spring .dat-menu-popout .nav-link:hover .dot {
  background-color: #EDB7ED;
}
.theme-spring .dat-menu-popout .dat-search-box input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.theme-summer .dat-header-bar {
  color: black;
  background-color: #FFEA20;
}
.theme-summer .dat-header-bar .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-summer .dat-header-search {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.theme-summer .dat-header-search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-summer .dat-page-footer {
  background-color: #d6ecfb;
}
.theme-summer .dat-app-footer {
  background-color: #fff280;
}
.theme-summer .dat-status {
  border-top: 1px solid #c5ced8;
  background-color: #fff280;
  color: black;
}
.theme-summer .dat-status .nav-link {
  color: black;
}
.theme-summer .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-summer .nav-link.active {
  color: black;
}
.theme-summer .nav-pills .nav-link.active {
  background-color: #FFEA20;
  color: black;
}
.theme-summer .btn-primary,
.theme-summer .btn-primary:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffff04;
  color: black;
}
.theme-summer .dat-shortcut,
.theme-summer .dat-shortcut:hover {
  background-color: #e6cf00;
}
.theme-summer .dat-menu-popout {
  background-image: linear-gradient(180deg, #FFEA20 0%, #fffacc 70%);
  color: black;
}
.theme-summer .dat-menu-popout .nav-pills .nav-link,
.theme-summer .dat-menu-popout .nav-link {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.theme-summer .dat-menu-popout .nav-pills .nav-link .dot,
.theme-summer .dat-menu-popout .nav-link .dot {
  background-color: white;
}
.theme-summer .dat-menu-popout .nav-pills .nav-link.active,
.theme-summer .dat-menu-popout .nav-link.active {
  background-color: transparent;
  color: black;
}
.theme-summer .dat-menu-popout .nav-pills .nav-link.active .dot,
.theme-summer .dat-menu-popout .nav-link.active .dot {
  background-color: #FFEA20;
}
.theme-summer .dat-menu-popout .dat-pin-btn.pinned,
.theme-summer .dat-menu-popout .nav-pills .nav-link.active {
  background-color: #fff280;
  color: black;
}
.theme-summer .dat-menu-popout .dat-search-box input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-summer .dat-popout {
  border-color: #e6e600;
}
.theme-summer .dat-popout .dat-popout-head {
  border-color: #e6e600;
}
.theme-summer .dat-popout .dat-popout-head .close-btn {
  color: #e6e600;
}
.theme-summer .dat-popout .dat-popout-head .close-btn:hover {
  color: black;
}
.theme-summer .dat-popout .dat-popout-foot {
  border-top-color: #e6e600;
}

.theme-winter .dat-header-bar {
  background-color: white;
  border-bottom: 1px solid #dfe3e8;
}
.theme-winter .dat-app-footer {
  background-color: #fbfcfd;
}
.theme-winter .datamine-bar {
  background-color: #f1f5fa;
}
.theme-winter .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-winter .nav-link.active {
  color: black;
}
.theme-winter .nav-pills .nav-link.active {
  background-color: #2ba6e0;
  color: white;
}
.theme-winter .btn-primary,
.theme-winter .btn-primary:hover {
  border: 1px solid #d6ecfb;
  background-color: #2ba6e0;
  color: white;
}
.theme-winter .shortcut-btn,
.theme-winter .shortcut-btn:hover {
  background-color: #edf2f9;
}
.theme-winter .dat-menu-popout {
  background-image: linear-gradient(180deg, white 0%, #edf2f9 90%);
  color: black;
}
.theme-winter .dat-menu-popout .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.theme-winter .dat-menu-popout .nav-link .dot {
  background-color: rgba(0, 0, 0, 0.1);
}
.theme-winter .dat-menu-popout .nav-link.pinned, .theme-winter .dat-menu-popout .nav-link.active {
  color: #2ba6e0;
}
.theme-winter .dat-menu-popout .nav-link.pinned .dot, .theme-winter .dat-menu-popout .nav-link.active .dot {
  background-color: #2ba6e0;
}
.theme-winter .dat-menu-popout .dat-pin-btn.pinned,
.theme-winter .dat-menu-popout .nav-pills .nav-link.active {
  background-color: #d6ecfb;
  color: black;
}
.theme-winter .dat-menu-popout .dat-search-box input {
  background-color: white;
  border: 1px solid #edf2f9;
}
.theme-winter .dat-menu-popout .dat-search-box input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-winter .dat-popout {
  background-color: white;
}

.theme-fall .dat-header-bar {
  color: white;
  background-color: #482404;
}
.theme-fall .dat-header-bar .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.theme-fall .dat-header-search {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-fall .dat-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-fall .dat-app-footer {
  background-color: #8d4508;
}
.theme-fall .dat-app-footer .menu-link {
  color: rgba(255, 255, 255, 0.7);
}
.theme-fall .dat-page-footer {
  background-color: #cd6e19;
  color: rgba(255, 255, 255, 0.8);
}
.theme-fall .dat-page-footer a, .theme-fall .dat-page-footer .menu-link {
  color: rgba(255, 255, 255, 0.8);
}
.theme-fall .dat-status {
  border-top: 1px solid #884A39;
  color: black;
}
.theme-fall .dat-status .nav-link {
  color: black;
}
.theme-fall .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.theme-fall .nav-link.active {
  color: black;
}
.theme-fall .nav-pills .nav-link.active {
  background-color: #cd6e19;
  color: white;
}
.theme-fall .btn-primary,
.theme-fall .btn-primary:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #cd6e19;
  color: white;
}
.theme-fall .dat-shortcut,
.theme-fall .dat-shortcut:hover {
  background-color: #FFBB5C;
}
.theme-fall .dat-menu-popout {
  background-image: linear-gradient(180deg, #8d4508 0%, #cd6e19 70%);
  color: white;
}
.theme-fall .dat-menu-popout .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.theme-fall .dat-menu-popout .nav-link.active {
  color: white;
}
.theme-fall .dat-menu-popout .dat-pin-btn.pinned,
.theme-fall .dat-menu-popout .nav-pills .nav-link.active {
  background-color: #cd6e19;
  color: white;
}
.theme-fall .dat-menu-popout .dat-search-box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme-fall .dat-popout {
  border-color: #8d4508;
}
.theme-fall .dat-popout .dat-popout-head .close-btn {
  color: #8d4508;
}
.theme-fall .dat-popout .dat-popout-head .close-btn:hover {
  color: black;
}
.theme-fall .dat-popout .dat-popout-head,
.theme-fall .dat-popout .dat-popout-foot {
  border-color: #8d4508;
}

.dat-widget {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.dat-widget-head {
  border-bottom: 1px solid #dfe3e8;
}

.dat-widget-body {
  flex: 1;
  overflow-y: auto;
}

.dat-widget-foot {
  border-top: 1px solid #dfe3e8;
}

.dat-widget-h {
  height: 500px;
}

.db-layout {
  background-color: white;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
}
.db-layout .dropdown-menu,
.db-layout .db-table {
  font-size: 0.9em;
}

.db-layout-head,
.db-layout-foot {
  background-color: rgba(0, 0, 0, 0.1);
}

.db-layout-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.db-layout-body {
  flex: 1;
  overflow: auto;
}

.db-layout-foot {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.db-table {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.db-thead,
.db-tfoot {
  padding: 0 10px;
}

.db-tbody {
  flex: 1;
  overflow: auto;
}
.db-tbody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.db-tbody::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.db-tbody::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.db-tbody th, .db-tbody td {
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 5px;
  border: 1px solid #f5f5f5;
}
.db-tbody th {
  background-color: #f5f5f5;
}
.db-tbody tr.active > td {
  background-color: #a5cff1;
}
.db-tbody tr.active > td.active {
  background-color: white;
  outline: 2px solid #fcc2c4;
}

.db-cols {
  display: table;
}

.db-col {
  display: table-cell;
  padding: 2px;
  border: 1px solid #f5f5f5;
}

.db-widget {
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.db-widget .nav {
  align-items: center;
}
.db-widget .nav-link {
  padding: 5px 10px;
}

.db-widget-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.db-widget-body {
  flex: 1;
  overflow: auto;
}

.db-widget-foot {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.db-widget-title {
  text-transform: uppercase;
}

.db-card {
  height: 200px;
  width: 200px;
}
.db-card.active {
  border: 1px solid red;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-accordion.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-article.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-background.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-banner.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-base.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_variables.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-blazor.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-breadcrumb.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-color.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-footer.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-frame.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-form.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-header.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-menu.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-nav.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-page.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-panel.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-popout.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-popup.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-section.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-search.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-scroll.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-table.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-auspicious.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-bright.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-fortuitous.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-halcyon.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-happi.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-heavenly.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-perception.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-perspective.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-serendipitous.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-transparent.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/_theme-vanilla.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/theme-ceres.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/theme-navy.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/theme-spring.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/theme-summer.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/theme-winter.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/themes/theme-fall.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/_dat-widget.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/db/_db-layout.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/db/_db-table.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/db/_db-widget.scss%22,%22file:///C:/Users/Tad/Source/Repos/DataMine.Framework/DataMine.Framework/wwwroot/css/db/_db-card.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;;AACA;EACI;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAIR;AAAA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EAGI;;;ACtCX;EACG;EACA;EACA;EACA;EACA;EACA;;;ACNJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMA;AAAA;AAAA;EACI;EACA;EACA;;;ACjBJ;EACI;;;ACDR;EACI;EACA;EACA,OCaY;EDZZ;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAMJ;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AEjDJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGA;EACI;;;AAGR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AC3CJ;EACI,kBFgEC;EE/DD;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;;AAEA;EACI;;;AC5BR;EACI;;;AAGJ;AAAA;EAEI,OHoKM;;;AGjKV;EACI,OHgKM;;;AG7JV;EACI,OHyDW;;;AGtDf;EACI,OHoDU;;;AGjDd;EACI,OH6CK;;;AG1CT;EACI,OH0CW;;;AGvCf;EACI,OH2EK;;;AGxET;EACI,OHsEW;;;AGnEf;EACI,OHVS;;;AGab;EACI,OHbI;;;AGgBR;EACI,OHhBU;;;AGmBd;EACI,OHjBQ;;;AGoBZ;EACI,OHpBG;;;AGuBP;EACI,OHvBS;;;AG0Bb;EACI,OHgDE;;;AG7CN;EACI,OHtBK;;;AGyBT;EACI,OHzBU;;;AG4Bd;EACI,OH/BW;;;AGkCf;EACI,OHfG;;;AGkBP;EACI,OHGQ;;;AGAZ;EACI,OHlEQ;;;AGqEZ;EACI,OHrEc;;;AGwElB;EACI,OH3Ea;;;AG8EjB;EACI,OHdG;;;AGiBP;EACI,OHnBS;;;AGsBb;EACI,OHpEK;;;AGuET;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OHjDY;;;AGoDhB;EACI,OHtDW;;;AGyDf;EACI,OH3DK;;;AG8DT;EACI,OH5DU;;;AG+Dd;EACI,OH/DW;;;AGkEf;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,kBHlHK;EGmHL,OHjHW;;AGmHX;EACI,OHpHO;;;AI9Cf;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAKJ;EACI;;;ACdR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;ACPA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA,ONoFF;;AMjFF;EACI;EACA,ON+EF;;;AOvGF;EACI;;AAEA;EACI;;;ACXZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,ORHW;EQIX;EACA;EACA;EACA;EACA;;AAEA;EACI,QRhBQ;;;AQoBhB;EACI,QRrBY;EQsBZ,ORtBY;;;AQyBhB;EACI;EACA;EACA;EACA,QR7BY;EQ8BZ,OR9BY;;;AQqCZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AC7CJ;EACI;;AAGJ;EACI,kBT6DC;ES5DD;;;ACPR;EACI;;;AAKA;EACI;;AAGJ;EACI;;;ACXR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;ACfJ;EACI;EACA;EACA;EACA;EACA;EACA,WZHW;EYIX;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACfJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;;AAKA;EACI,ObwDI;;;AanDR;EACI;EACA;;;AC7BR;EACI;EACA;;;AAGJ;EACI;;;ACbJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAMJ;E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%22%7D */