/* NSV 3.1.9 - Events registration */
.nsv-event-registration-notice{
	margin:0 0 22px;
	padding:14px 18px;
	border-radius:18px;
	background:#ecfdf5;
	color:#065f46;
	font-weight:800;
	border:1px solid rgba(15,118,110,.16);
}
.nsv-event-registration-full,
.nsv-event-registration-invalid,
.nsv-event-registration-not_found{
	background:#fff7ed;
	color:#9a3412;
	border-color:rgba(234,88,12,.18);
}
.nsv-event-registration-box{
	margin:18px 0 0;
	padding:14px;
	border-radius:20px;
	background:rgba(15,118,110,.06);
	border:1px solid rgba(15,118,110,.10);
}
.nsv-event-seats{
	margin-bottom:12px;
	color:#475569;
	font-weight:700;
	font-size:14px;
}
.nsv-event-registration-form{
	margin:0;
}
.nsv-event-disabled{
	opacity:.72;
	cursor:not-allowed;
	pointer-events:none;
}
.nsv-event-login-button{
	display:inline-flex;
	text-align:center;
}
.nsv-event-admin-page table{
	margin-bottom:28px;
}
