/* Keep SweetAlert2 at its original scale in the Bootstrap 3 public theme. */
.swal2-popup {
	font-size: 16px;
}

/* Add a subtle Tailwind-like backdrop blur behind SweetAlert2 dialogs. */
.swal2-container.swal2-backdrop-show {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
