/* RESET PASSWORD SUCCESS MODAL */

.lmm-reset-success-overlay {
	position: fixed;
	inset: 0;
	background: rgba(33, 26, 18, 0.38);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

.lmm-reset-success-modal {
	max-width: 460px;
	background: #fffdf9;
	border-radius: 28px;
	padding: 34px;
	text-align: center;
	box-shadow: 0 30px 80px rgba(44, 31, 20, 0.18);
}

.lmm-reset-success-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #edf7ee;
	color: #2f8f46;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	font-weight: 700;
}