/* Global theme overrides shared by Razor pages and member SPA */
.footer-wrapper {
  background: #111827;
}

.footer-area,
.footer-bottom-area {
  background: transparent;
}

.footer-area .footer-logo h4,
.footer-area .footer-tittle h4,
.footer-area .footer-logo p,
.footer-area .footer-tittle ul li,
.footer-area .footer-tittle ul li p,
.footer-bottom-area .footer-copy-right p {
  color: #e5e7eb;
}

.footer-area .footer-tittle ul li a,
.footer-bottom-area .footer-social > a {
  color: #f9fafb;
}

.footer-area .footer-tittle ul li a:hover,
.footer-bottom-area .footer-social > a:hover {
  color: #09cc7f;
}

.footer-bottom-area .footer-border {
  border-top-color: rgba(229, 231, 235, 0.25);
}
