@charset "UTF-8";
/* Original file: layouts/rx-flex-layout-main/components/footer/footer.scss */
.app-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f8f9;
}
.app-footer .app-footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.app-footer .app-footer-nav > li {
  display: inline-block;
  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 #C5C8CE;
}
.app-footer .app-footer-nav > li:last-child::after {
  content: none;
}
.app-footer .app-footer-nav > li > a {
  color: #374553;
  font-size: 0.75rem;
  text-decoration: none;
}
.app-footer .app-footer-copyright {
  color: #646f7c;
  font-size: 0.75rem;
}

