.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  margin-bottom: 32px;
}

.legal-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1000;
  font-size: 0.875rem;
}

#sidebar {
  background: #7386d5;
  color: #fff;
  flex: 0 0 250px;
}

#sidebar .list-group-item,
#sidebar .list-group-item a {
  align-items: center;
  background: #7386d5;
  border: none;
  color: #fff;
}

#sidebar .list-group-item.active,
#sidebar .list-group-item.active a {
  color: #ff0;
  font-weight: bold;
}

#sidebar .list-group-item.child,
#sidebar .list-group-item.child a {
  background: #6d7fcc;
}

#sidebar .list-group-item:hover,
#sidebar .list-group-item a:hover,
#sidebar .list-group-item:hover a {
  background: #fff;
  color: #7386d5;
  cursor: pointer;
}

#sidebar .list-group-item.child {
  border: none;
  font-size: 0.9em !important;
  padding-left: 3rem;
}

#sidebar a.back {
  font-size: 0.75em;
}

#sidebar a.blocked {
  text-decoration: line-through;
}

.pb-10rem {
  padding-bottom: 10rem;
}

.badge-large {
  font-size: 0.93rem;
}
