.footer-container {
  padding: 1.5rem;
  border-top: 1px solid #3B4395;
  margin-top: 4rem;
}

[data-bs-theme=dark] .footer-container {
  border-top: 1px solid #B1B4D5;
}

.btn-support {
  display: flex !important;
  align-items: center !important;
  padding: 1rem !important;
  background-color: none !important;
  border: 1px solid #3B4395 !important;
  border-radius: 0.5rem !important;
  color: #3B4395 !important;
  text-decoration: none !important;
}

[data-bs-theme=dark] .btn-support {
  border: 1px solid #B1B4D5 !important;
  color: #B1B4D5 !important;
}

.btn-support i {
  margin-right: 5px;
}

.footer-text {
  color: #181B3C !important;
}

[data-bs-theme=dark] .footer-text {
  color: #B1B4D5 !important;
}

.footer-text a {
  color: #181B3C !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

[data-bs-theme=dark] .footer-text a {
  color: #B1B4D5 !important;
}

.footer-text a:hover {
  text-decoration: underline;
}
