/* ============================
   DARK BLUE THEME
   ============================ */
.theme-dark-blue ::selection {
  color: #fff;
  background: #001f3f;
}
.theme-dark-blue .page-loader-wrapper {
  background: #001f3f;
}
.theme-dark-blue #left-sidebar .nav-tabs .nav-link.active {
  color: #001f3f;
}
.theme-dark-blue:before,
.theme-dark-blue:after {
  background: #001f3f;
}
.theme-dark-blue #wrapper:before,
.theme-dark-blue #wrapper:after {
  background: #001f3f;
}
.theme-dark-blue .sidebar-nav .metismenu > li.active > a {
  border-left-color: #001f3f;
}
.theme-dark-blue .navbar-nav ul.menu-icon {
  background: #001f3f;
}
.theme-dark-blue .fancy-checkbox input[type="checkbox"]:checked + span:before {
  background: #001f3f;
  border-color: #001f3f;
}
.theme-dark-blue .chat-widget li.right .chat-info {
  background: #001f3f;
  color: #fff;
}
.theme-dark-blue .chat-widget li.right .chat-info:before {
  border-left: 10px solid #001f3f;
}
.theme-dark-blue .auth-main .btn-primary {
  background: #001f3f;
  border-color: #001f3f;
}
.theme-dark-blue .sidebar-nav .metismenu > li i {
  color: #001f3f;
}

/* ============================
   NORMAL BLUE THEME
   ============================ */
.theme-blue ::selection {
  color: #fff;
  background: #007bff;
}
.theme-blue .page-loader-wrapper {
  background: #007bff;
}
.theme-blue #left-sidebar .nav-tabs .nav-link.active {
  color: #007bff;
}
.theme-blue:before,
.theme-blue:after {
  background: #007bff;
}
.theme-blue #wrapper:before,
.theme-blue #wrapper:after {
  background: #007bff;
}
.theme-blue .sidebar-nav .metismenu > li.active > a {
  border-left-color: #007bff;
}
.theme-blue .navbar-nav ul.menu-icon {
  background: #007bff;
}
.theme-blue .fancy-checkbox input[type="checkbox"]:checked + span:before {
  background: #007bff;
  border-color: #007bff;
}
.theme-blue .chat-widget li.right .chat-info {
  background: #007bff;
  color: #fff;
}
.theme-blue .chat-widget li.right .chat-info:before {
  border-left: 10px solid #007bff;
}
.theme-blue .auth-main .btn-primary {
  background: #007bff;
  border-color: #007bff;
}
.theme-blue .sidebar-nav .metismenu > li i {
  color: #007bff;
}

/* ============================
   LIGHT BLUE THEME
   ============================ */
.theme-light-blue ::selection {
  color: #fff;
  background: #66ccff;
}
.theme-light-blue .page-loader-wrapper {
  background: #66ccff;
}
.theme-light-blue #left-sidebar .nav-tabs .nav-link.active {
  color: #66ccff;
}
.theme-light-blue:before,
.theme-light-blue:after {
  background: #66ccff;
}
.theme-light-blue #wrapper:before,
.theme-light-blue #wrapper:after {
  background: #66ccff;
}
.theme-light-blue .sidebar-nav .metismenu > li.active > a {
  border-left-color: #66ccff;
}
.theme-light-blue .navbar-nav ul.menu-icon {
  background: #66ccff;
}
.theme-light-blue .fancy-checkbox input[type="checkbox"]:checked + span:before {
  background: #66ccff;
  border-color: #66ccff;
}
.theme-light-blue .chat-widget li.right .chat-info {
  background: #66ccff;
  color: #fff;
}
.theme-light-blue .chat-widget li.right .chat-info:before {
  border-left: 10px solid #66ccff;
}
.theme-light-blue .auth-main .btn-primary {
  background: #66ccff;
  border-color: #66ccff;
}
.theme-light-blue .sidebar-nav .metismenu > li i {
  color: #66ccff;
}

/* ============================
   ORANGE THEME
   ============================ */
.theme-orange ::selection {
  color: #fff;
  background: #ff8c00;
}
.theme-orange .page-loader-wrapper {
  background: #ff8c00;
}
.theme-orange #left-sidebar .nav-tabs .nav-link.active {
  color: #ff8c00;
}
.theme-orange:before,
.theme-orange:after {
  background: #ff8c00;
}
.theme-orange #wrapper:before,
.theme-orange #wrapper:after {
  background: #ff8c00;
}
.theme-orange .sidebar-nav .metismenu > li.active > a {
  border-left-color: #ff8c00;
}
.theme-orange .navbar-nav ul.menu-icon {
  background: #ff8c00;
}
.theme-orange .fancy-checkbox input[type="checkbox"]:checked + span:before {
  background: #ff8c00;
  border-color: #ff8c00;
}
.theme-orange .chat-widget li.right .chat-info {
  background: #ff8c00;
  color: #fff;
}
.theme-orange .chat-widget li.right .chat-info:before {
  border-left: 10px solid #ff8c00;
}
.theme-orange .auth-main .btn-primary {
  background: #ff8c00;
  border-color: #ff8c00;
}
.theme-orange .sidebar-nav .metismenu > li i {
  color: #ff8c00;
}

/* ============================
   BLACK & WHITE BASE THEME
   ============================ */
.theme-blackwhite {
  background: #000;
  color: #fff;
}
.theme-blackwhite .page-loader-wrapper {
  background: #000;
}
.theme-blackwhite .auth-main .btn-primary {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.theme-blackwhite .auth-main .btn-primary:hover {
  background: #222;
  color: #fff;
}
.theme-blackwhite .sidebar-nav .metismenu > li.active > a {
  border-left-color: #fff;
}
.theme-blackwhite .navbar-nav ul.menu-icon {
  background: #111;
}
.theme-blackwhite .chat-widget li.right .chat-info {
  background: #fff;
  color: #000;
}
.theme-blackwhite .chat-widget li.right .chat-info:before {
  border-left: 10px solid #fff;
}
