﻿.custom-theme .navbar {
  background-color: var(--theme-secondary-color); }

.custom-theme .navbar-brand {
  color: #fff; }
  .custom-theme .navbar-brand:hover {
    color: #fff; }
  .custom-theme .navbar-brand:active {
    color: #fff; }
  .custom-theme .navbar-brand:focus {
    color: #fff; }

.custom-theme .nav > li > a {
  color: #fff; }
  .custom-theme .nav > li > a:hover {
    background-color: transparent; }
  .custom-theme .nav > li > a:focus {
    background-color: transparent; }

.custom-theme .nav .open > a {
  background-color: transparent; }
  .custom-theme .nav .open > a:hover {
    background-color: transparent; }
  .custom-theme .nav .open > a:focus {
    background-color: transparent; }

.custom-theme .bars {
  color: #fff; }

.custom-theme .sidebar .menu .list li.active {
  background-color: transparent; }
  .custom-theme .sidebar .menu .list li.active > :first-child i, .custom-theme .sidebar .menu .list li.active > :first-child span {
    color: var(--theme-secondary-color); }

.custom-theme .sidebar .menu .list .toggled {
  background-color: transparent; }

.custom-theme .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.custom-theme .sidebar .legal {
  background-color: #fff; }
  .custom-theme .sidebar .legal .copyright a {
    color: var(--theme-secondary-color) !important; }
