/* Style normal */
.btn-predict {
  background: #121b34 !important;
  border: 1px solid rgb(54, 42, 102) !important;
  color: white !important;
  font-size: 14px;
  font-family: Lato, sans-serif;
  border-radius: 9px;
}

/* Hover */
.btn-predict:hover:not(.active) {
  background-color: #2f0d37 !important;
  color: white !important;
}

/* Active */
.btn-predict.active {
  background: #5f0476 !important;
  color: #08ef8e !important;
}

/* Texte actif */
.btn-predict.active .btn-text {
  color: #08ef8e !important;
}