@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

#swoo-notify-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px;
	line-height: 20px;
	background: #ffffff;
	color: #000000;
	border: 1.5px solid #000000;
	border-radius: 14px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	cursor: pointer;
}

#swoo-notify-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

#swoo-notify-checkbox {
	display: inline-flex;
	align-items: center;
}
