body {
  margin: 0px;
  padding: 0px;
}

.middle-container-home {
  margin-bottom: 20px;
  margin-top: 20px;
}

.chart-label {
  margin: 0px 0px 5px 0px;
  display: block;
}

.chart-select {
  width: 300px;
}

.chart-heading {
  font-size: 22px;
  margin: 15px 0px;
}

.page-heading {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
  text-align: left;
}

.modal {
  display: none;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top i {
  font-weight: 800;
}

.rounded {
  border-radius: 0.35rem;
}