header {
  background: #025DB8;
}
header strong {
  color: #fff;
  font-size: 1.25rem;
}
header nav div.navbar-brand a {
  background: #fff;
  line-height: 0;
}
header nav div.navbar-brand img {
  height: 30px;
}
header nav div.navbar-brand strong {
  height: 30px;
  display: inline-block;
}
header nav .nav-link {
  font-size: 0.8em;
  color: #fff !important;
}
header nav .nav-link.active {
  position: relative;
}
header nav .nav-link.active:before {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
header nav .nav-link.disabled {
  opacity: 0.5;
}
header nav .nav-link:hover {
  text-decoration: underline;
}
header nav .nav-link img {
  width: 20px;
}

#content-wrapper {
  padding-bottom: 125px;
  /* height of footer + spacing */
}

footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background: #025DB8;
}
footer img {
  height: 30px;
}
footer p,
footer a {
  font-size: 0.7em;
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

#content-wrapper.notifications div.card-header span.saved-message {
  display: none;
}
#content-wrapper.notifications div.card-header.saved span.saved-message {
  display: flex;
  color: #198754;
}
#content-wrapper.notifications div.card-header.saved span.saved-message img {
  width: 21px;
}

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