.card-animation {
	transition: all 0.3s ease;
}

.border-success {
	box-shadow: 0 1rem 3rem rgba(61, 167, 40, 0.4) !important;
}
.border-danger {
	box-shadow: 0 1rem 3rem rgba(255, 0, 0, 0.4) !important;
}
