.tab-btn {
  font-size: 1rem;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.tab-btn.active {
  color: #212529 !important;
}

.tab-btn:not(.active) {
  color: #6c757d;
}

.tab-btn:hover {
  color: #212529 !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #8146c1;
}

.card {
  background: white;
  border-radius: 1.25rem;
}

.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #6d3aa3 !important;
}

.toggle-message {
  margin-top: 1.5rem;
  text-align: center;
}

.btn-purple {
  background-color: #744a9e;
  color: white;
  border: none;
}
.btn-purple:hover {
  border: 1px solid black;
}
.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(116, 74, 158, 0.15) !important;
  transform: translateY(-3px);
}
.transition-all {
  transition: all 0.3s ease;
}
