.theme-default {
}

.theme-dark {
  background: #151515;
  color: #f4f4f4;
}

.theme-dark .card,
.theme-dark .navbar,
.theme-dark footer {
  background-color: #222 !important;
  color: #f4f4f4 !important;
}

.theme-dark .text-dark,
.theme-dark .nav-link,
.theme-dark .navbar-brand {
  color: #f4f4f4 !important;
}

.theme-blue {
  background: #f4f8ff;
}

.theme-blue .btn-primary {
  background-color: #1f5eff;
  border-color: #1f5eff;
}

.theme-corporate .navbar {
  background: #f8f9fa !important;
}

.theme-corporate .btn-primary {
  background-color: #0a5c4a;
  border-color: #0a5c4a;
}
