/* SweetAlert2 — Material 3 rounded */
.swal2-container {
	font-family: 'Open Sans', system-ui, -apple-system, sans-serif;
}

.swal2-popup {
	border-radius: 28px !important;
	padding: 1.75rem 1.5rem 1.5rem !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}

.swal2-title {
	font-size: 1.25rem !important;
	font-weight: 500 !important;
	color: #1a1c1e !important;
	padding: 0 0.25rem !important;
}

.swal2-html-container,
.swal2-content {
	font-size: 0.9375rem !important;
	color: #44474f !important;
	line-height: 1.5 !important;
}

.swal2-icon {
	margin: 0.75rem auto 1rem !important;
	border-width: 3px !important;
}

.swal2-actions {
	gap: 0.75rem !important;
	margin-top: 1.25rem !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-deny {
	border-radius: 9999px !important;
	padding: 0.625rem 1.5rem !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	min-width: 5.5rem;
}

.swal2-styled.swal2-confirm {
	background: #005ac1 !important;
	color: #fff !important;
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgba(0, 90, 193, 0.35) !important;
}

.swal2-styled.swal2-cancel {
	background: #e8edf5 !important;
	color: #1a1c1e !important;
}

.swal2-styled.swal2-deny {
	background: #fce8e6 !important;
	color: #ba1a1a !important;
}

.swal2-close {
	width: 2.25rem !important;
	height: 2.25rem !important;
	border-radius: 50% !important;
	color: #44474f !important;
	transition: background 0.15s ease;
}

.swal2-close:hover {
	background: rgba(0, 0, 0, 0.06) !important;
	color: #1a1c1e !important;
}

.swal2-input,
.swal2-textarea {
	border-radius: 12px !important;
	border: 1px solid #c4c7cf !important;
	padding: 0.75rem 1rem !important;
	font-size: 0.9375rem !important;
}

.swal2-input:focus,
.swal2-textarea:focus {
	border-color: #005ac1 !important;
	box-shadow: 0 0 0 3px rgba(0, 90, 193, 0.2) !important;
}

.swal2-validation-message {
	border-radius: 12px !important;
	background: #fce8e6 !important;
	color: #410002 !important;
}

.swal2-footer {
	border-radius: 0 0 28px 28px !important;
	border-top-color: #e2e8f0 !important;
}

.swal2-timer-progress-bar {
	border-radius: 0 0 28px 28px !important;
}
