<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}</pre></body></html>