.app-footer {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.app-footer .app-darkmode-toggle {
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  color: #212529;
  font-size: 2rem;
  background-color: transparent;
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.3s ease;
}
.app-footer .app-darkmode-toggle:hover {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.app-footer .app-footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.app-footer .app-footer-nav > li {
  display: inline-flex;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.app-footer .app-footer-nav > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 0.25rem;
  border-right: 1px solid #dee2e6;
}
.app-footer .app-footer-nav > li:last-child::after {
  content: none;
}
.app-footer .app-footer-nav > li > a {
  color: #495057;
  font-size: 0.75rem;
  text-decoration: none;
}
.app-footer .app-footer-copyright {
  color: #868e96;
  font-size: 0.75rem;
}
.app-footer .app-footer-copyright > a {
  text-decoration: none;
  letter-spacing: -2px;
}
/*# sourceMappingURL=a9ba2e8d4a8953b14870e07064abdbbff381fa34.footer.scss.map */
