/* Vygenerováno z assets/scss/style.scss - viz tento soubor pro úpravy zdroje */
body {
  background-color: #f4f6fb;
}

.chart-wrap {
  position: relative;
  height: 360px;
}

.range-group .btn.active,
.period-group .btn.active {
  background-color: #3b6fd6;
  border-color: #3b6fd6;
  color: #fff;
}

.card-header h2 {
  color: #2c3550;
}

#updateSpinner {
  margin-right: .4rem;
}

.navbar-brand {
  font-weight: 600;
}

@media (max-width: 576px) {
  .chart-wrap {
    height: 260px;
  }

  .nav-link {
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
  }
}
