.show_mo_icon_form {
	width: 3%;
	margin-bottom: -1%;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.mo-admin-notif {
	padding: 10px;
	right: 0;
	z-index: 100001;
	box-shadow: 1px 1px 2px #000;
	width: 295px;
	border-left-width: 8px;
	margin-top: 1%;
	position: fixed !important;
}

.mo_notice {
	border-radius: 10px;
	margin-top: 0.7rem !important;
	font-size: 0.75rem !important;
	line-height: 1rem;
	font-weight: 500 !important;
	margin-bottom: 1rem !important;
	margin-left: 0 !important;
	background-color: #fff0e199 !important;
	border: none !important;
}

.mo-notice-error,
.mo-notice-success {
	font-weight: 600;
	font-size: 16px;
	font-family: Inter, sans-serif;
	padding: 10px 20px;
	box-shadow: none !important;
}

.mo-notice-success {
	background-color: #e8fdf6;
	color: #00b88d;
	border-radius: 10px;
	border: none !important;
}

.mo-notice-error {
	background-color: #ffefef;
	color: #ff5b5b;
	border-radius: 10px;
	border: none !important;
}

.mo_deactivation_popup_container {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2rem;
	z-index: 999999;
}

.mo_deactivation_popup_wrapper {
	width: 528px;
	max-width: 90vw;
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	margin-top: 1rem;
	max-height: 700px;
	overflow: hidden;
}

.mo_deactivation_popup_wrapper p {
	margin: 0;
	padding: 0;
}

.deactivation_message {
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	background-color: #f8fafc;
	padding: 0.75rem;
	color: #1d2327;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 0.5rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Modal Header */
.mo-header {
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 1.5rem 0 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 1rem;
}

.mo-header h4 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #1d2327;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.p-mo-6 {
	padding: 0.75rem 1.5rem 1rem 1.5rem;
	max-height: 550px;
	overflow: hidden;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.gap-mo-6 {
	gap: 0.75rem;
}

.gap-mo-3 {
	gap: 0.25rem;
}

.gap-mo-2 {
	gap: 0.5rem;
}

.mo-checkbox-container {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	padding: 0.25rem 0;
	position: relative;
}

.mo-checkbox-container input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.mo-checkmark {
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border: 2px solid #cbd5e1;
	border-radius: 4px;
	margin-right: 0.75rem;
	flex-shrink: 0;
	position: relative;
	transition: all 0.2s ease;
}

.mo-checkbox-container:hover .mo-checkmark {
	border-color: #6366f1;
}

.mo-checkbox-container input:checked~.mo-checkmark {
	background-color: #6366f1;
	border-color: #6366f1;
}

.mo-checkbox-container input:checked~.mo-checkmark:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.mo-checkbox-container p {
	font-size: 13px;
	color: #1d2327;
	margin: 0;
	line-height: 1.4;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Textarea Styles */
.mo-textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	resize: none;
	line-height: 1.4;
	transition: border-color 0.2s ease;
	overflow: hidden;
}

.mo-textarea:focus {
	outline: none;
	border-color: #6366f1;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Button Styles */
.mo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	font-size: 13px;
	font-weight: 500;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mo-button.primary {
	background-color: #6366f1;
	color: #ffffff;
	float: full-width;
}

.mo-button.primary:hover {
	background-color: #4f46e5;
}

.mo-button.secondary {
	background-color: #f1f5f9;
	color: #475569;
	border: 1px solid #cbd5e1;
}

.mo-button.secondary:hover {
	background-color: #e2e8f0;
}

.mo-user-consent-checkbox {
	margin-bottom: 0.5rem;
	margin-top: -5px;
}

.mo_otp_note {
	padding: 10px;
	background-color: #fef2f2;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 0.5rem;
}

@media (max-width: 640px) {
	.mo_deactivation_popup_container {
		padding: 1rem;
	}

	.mo_deactivation_popup_wrapper {
		width: 100%;
		margin-top: 0;
	}

	.mo-header {
		padding: 1rem 1rem 0 1rem;
	}

	.p-mo-6 {
		padding: 1rem;
	}
}
