/* Modal styles */
.nmfw_notifyme_deactivationModal {
	display: none;
	/* Hidden by default */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	/* Black with transparency */
}

.nmfw_notifyme_deactivationModal .modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	border-radius: 8px;
	box-sizing: border-box;
}
form#nmfw_notifyme_deactivationForm {
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}

.nmfw_notifyme_deactivationModal .modal-content h2 {
	margin-top: 0 !important;
}

.nmfw_notifyme_deactivationModal .modal-content p {
	margin: 10px 0 !important;
}

.nmfw_notifyme_deactivationModal .modal-content button#submitDeactivation {
	margin-bottom: 10px;
}

.nmfw_notifyme_deactivationModal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.nmfw_notifyme_deactivationModal .close:hover,
.nmfw_notifyme_deactivationModal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.nmfw_notifyme_deactivationModal .modal-content {
		width: 80%;
	}
}

@media screen and (max-width: 425px) {
	.nmfw_notifyme_deactivationModal .modal-content {
		width: 85%;
	}
}

#nmfw_notifyme_feedback_other_text{
	display: none;
}
