.btn-green-active {
  background-color: #198754 !important;
  color: #fff !important;
  border-color: #198754 !important;
}
.btn-green-active:disabled {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  border-color: #e9ecef !important;
}
