.card.plan {
  width: 376px;
  border-radius: 16px;
  overflow: hidden;
  height: fit-content;
}
.card.plan .mt-5 .d-flex svg {
  min-width: 20px;
}
.card.best {
  border: 2px solid var(--primary) !important;
}
.card.best .text-best {
  background: var(--primary);
  color: white;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.btn-referral-monthly,
.btn-referral-yearly {
  position: relative;
  float: inline-end;
  z-index: 10 !important;
  margin-top: -39px;
  margin-right: 10px;
}
.form-control.focus {
  position: relative;
  z-index: 0;
}
.subscription-success {
  background: #3b2811;
  color: white;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
}
