.fa-caret-right {
  transition: all 0.3s;
}

.fa-caret-right.opened {
  transform: rotate(90deg);
}

.border-t {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.btn-light {
  color: #696c78;
}

.border-none {
  border: none !important;
}

.btn-color-blue-dark {
  color: #2e3192 !important;
}

.btn-color-blue-dark:hover {
  color: #fff !important;
  background-color: #2e3192 !important;
}

@keyframes grow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
