/* Modal content background color */
.modal-content {
  background-color: #f7f7f7;
}

/* Card border color and radius */
.card-success {
  border-color: #28a745;
}

.card-success .card-body {
  border-radius: 1rem;
}