.tmsr-duplicate-notice {
	margin-top: 1em;
	padding: 12px 16px;
	border: 1px solid #d5c99a;
	background: #fdf6e3;
	border-radius: 4px;
}

.tmsr-duplicate-notice .tmsr-resend-result {
	margin: 8px 0 0;
	font-weight: 600;
}

.tmsr-duplicate-notice .tmsr-resend-result.tmsr-resend-success {
	color: #1a7f37;
}

.tmsr-duplicate-notice .tmsr-resend-result.tmsr-resend-error {
	color: #b32d2e;
}

.tmsr-error {
	color: #b32d2e;
}

.tmsr-status-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.tmsr-status-registered { background: #b3860b; }
.tmsr-status-duplicate  { background: #8a8a8a; }
.tmsr-status-password_set { background: #2271b1; }
.tmsr-status-active     { background: #1a7f37; }

.tmsr-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
}

.tmsr-modal {
	background: #fff;
	max-width: 600px;
	width: 90%;
	max-height: 80vh;
	overflow: auto;
	padding: 24px;
	position: relative;
	border-radius: 4px;
}

.tmsr-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.tmsr-modal-table {
	width: 100%;
	border-collapse: collapse;
}

.tmsr-modal-table th,
.tmsr-modal-table td {
	text-align: left;
	padding: 6px 10px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

.tmsr-modal-table th {
	width: 35%;
	font-weight: 600;
}
