/* Universal confirm modal — backdrop dimming and dialog elevation */

.oc-confirm-modal .modal-content {
	box-shadow:
		0 0.5rem 1rem rgba(0, 0, 0, 0.2),
		0 1rem 2.5rem rgba(0, 0, 0, 0.25);
}

.modal-backdrop.oc-confirm-backdrop {
	background-color: #000;
	opacity: 0.55 !important;
}

/* Stack above other open modals (e.g. contact edit dialogs) */
.oc-confirm-modal.show {
	z-index: 1070;
}

.modal-backdrop.oc-confirm-backdrop {
	z-index: 1065;
}
