.acp-portal {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
}
.acp-portal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}
.acp-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #999;
}
.acp-badge-lead { background: #9575cd; }
.acp-badge-onboarding { background: #f0a500; }
.acp-badge-active { background: #2e7d32; }
.acp-badge-completed { background: #455a64; }

.acp-progress-wrap { margin-bottom: 1.5em; }
.acp-progress-bar {
	background: #eee;
	border-radius: 6px;
	height: 10px;
	overflow: hidden;
}
.acp-progress-fill {
	background: #2e7d32;
	height: 100%;
}

.acp-checklist { list-style: none; padding: 0; }
.acp-checklist li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
.acp-checklist li.acp-done label {
	text-decoration: line-through;
	color: #888;
}

.acp-documents { padding-left: 1.2em; }

#acp-upload-form { margin-top: 1em; }
#acp-upload-status { margin-left: 8px; font-size: 0.9em; }

.acp-logout { margin-top: 2em; }
