﻿/*background-color: #efefef
color: #333*/
.theme-light {
  background-color: #efefef;
  color: #333;
}
.theme-light .button {
  border: 0;
  border-radius: 10px;
  bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 1em 2em;
  position: absolute;
  right: 10px;
}
.theme-light .layout-header {
  background-color: #1555A4;
  color: #fff;
}
.theme-light .sidebar {
  background-color: #ffffff;
  color: #333;
  border-color: rgba(0, 0, 0, 0.125);
}
.theme-light h1 {
  color: #1555A4;
}

.theme-dark {
  background-color: #000000;
  color: #ffffff;
}
.theme-dark .button {
  border: 0;
  border-radius: 10px;
  bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 1em 2em;
  position: absolute;
  right: 10px;
}
.theme-dark .card {
  background-color: #1a1a1a;
  color: #ffffff;
}
.theme-dark .sidebar {
  background-color: #1a1a1a;
}
.theme-dark .table {
  color: #ffffff;
}
.theme-dark h1 {
  color: #1b6cd1;
}
.theme-dark .apexcharts-title-text {
  fill: #1b6cd1;
}
.theme-dark .apexcharts-legend-text {
  color: #efefef !important;
}
