.btn {
  border: none;
  box-shadow: none !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* SUCCESS */

.btn-success,
.bg-success {
  background: #50b359 !important;
}

.text-success {
  color: #50b359 !important;
}

/* PRIMARY */

.btn-primary,
.bg-primary {
  background: #4286f5 !important;
}

.text-primary {
  color: #4286f5 !important;
}

/* WARNING */

.btn-warning,
.bg-warning {
  background: #f5c300 !important;
}

.text-warning {
  color: #f5c300 !important;
}

/* DANGER */

.btn-danger,
.bg-danger {
  background: #e34b34 !important;
}

.text-danger {
  color: #e34b34 !important;
}

/* SECONDARY */

.btn-secondary,
.bg-secondary {
  background: #656565 !important;
}

.text-secondary {
  color: #656565 !important;
}
