.modal-bar .d-grid button:nth-child(3){
	background: red !important;
	border-color:red !important;
	color: #fff;
}
.modal-bar .d-grid button:nth-child(2){
	background: orange !important;
	border-color:orange !important;
	color: #fff;
}
.modal-footer button:nth-child(3),
.modal-footer button:nth-child(2){
	background: white !important;
	border-color: black !important;
	color: #333;
}