.btn-bottom-border {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background-color: transparent;
}

.btn-bottom-border.active-bank {
  border-bottom: 2px solid #8C907E;
  font-weight: bold;
  font-size: large;
}

.fixed-contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #8C907E;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: background-color 0.3s ease;
}

.fixed-contact-button:hover {
  background-color: #ced2bd;
}