.bg-theme {
  background-color: #4E73C1; }

.text-theme {
  color: #4E73C1; }

.border-theme {
  border-color: #4E73C1; }

.bg-theme-gray, .form-control.bg-theme-gray:focus {
  background-color: #F2F2F2; }

.text-theme-gray {
  color: #F2F2F2; }

.border-theme-gray {
  border-color: #F2F2F2; }

.bg-success {
  background-color: #17cf69 !important; }

.text-success {
  color: #17cf69 !important; }

.border-success {
  border-color: #17cf69 !important; }

svg#heatmap {
  width: 100%;
  height: 600px; }
  svg#heatmap path {
    stroke: #fff;
    fill: #4E73C1;
    fill-opacity: 0.7;
    stroke-width: 0.3px;
    stroke-opacity: 0.5; }
    svg#heatmap path:hover {
      stroke-width: 0.8px; }
    svg#heatmap path.active {
      stroke: #4E73C1;
      stroke-width: 1px;
      stroke-opacity: 1; }

/*# sourceMappingURL=theme.css.map */

.home-icon .list-select-category {
  border: 1px solid #ced4da;
  overflow: auto;
  max-height: 150px;
  padding-left: 5px;
}
.biller-category .list-select-category {
  border: 1px solid #ced4da;
  overflow: auto;
  max-height: 150px;
  padding-left: 5px;
}
