.mas-activation-wrap {
	position: relative;
}

.mas-product-form,
.mas-account-form {
	margin-bottom: 24px;
}

.mas-product-form label,
.mas-account-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.mas-product-form select,
.mas-account-form input,
.mas-account-form select {
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	margin-bottom: 16px;
	max-width: 460px;
	padding: 10px 12px;
	width: 100%;
}

.mas-account-form button {
	background: #000;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin-top: 12px;
	padding: 10px 22px;
}

.mas-note {
	font-size: 14px;
	max-width: 720px;
}

.mas-message {
	border-radius: 4px;
	color: #fff;
	margin-bottom: 14px;
	padding: 14px 16px;
}

.mas-message-success {
	background: #378c3f;
}

.mas-message-error {
	background: #d63638;
}

.mas-loader {
	background: rgba(255, 255, 255, 0.92);
	border: 4px solid #e2e2e2;
	border-top-color: #111;
	border-radius: 50%;
	height: 54px;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 54px;
	z-index: 1001;
	animation: mas-spin 0.8s linear infinite;
}

.mas-overlay {
	background: rgba(0, 0, 0, 0.32);
	inset: 0;
	position: fixed;
	z-index: 1000;
}

.mas-activation-table {
	border-collapse: collapse;
	width: 100%;
}

.mas-activation-table th,
.mas-activation-table td {
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
	text-align: left;
}


.mas-activation-limit {
	font-weight: 700;
}

@keyframes mas-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
