.sch-portal {
	background: var(--sch-bg);
	border-radius: var(--sch-radius);
	margin: 0 auto;
	max-width: 1180px;
	padding: 22px;
}

.sch-portal-logo {
	display: block;
	height: auto;
	margin: 0 0 18px;
	max-height: 54px;
	max-width: 210px;
	object-fit: contain;
}

.sch-hello {
	color: var(--sch-text);
	font-size: 17px;
	margin: 0 0 16px;
}

.sch-portal .sch-panel:first-child,
.sch-portal .sch-cards:first-child {
	margin-top: 0;
}

.sch-portal .sch-form {
	background: var(--sch-surface);
	border: 1px solid var(--sch-border);
	border-radius: var(--sch-radius);
	box-shadow: var(--sch-shadow);
	padding: 20px;
}

.sch-portal .sch-panel .sch-form {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.sch-portal .sch-table td:first-child {
	font-weight: 700;
}

.sch-portal .sch-table a:not(.sch-button) {
	color: var(--sch-primary);
	font-weight: 700;
	text-decoration: none;
}

.sch-portal .sch-table a:not(.sch-button):hover {
	text-decoration: underline;
}

.sch-portal .sch-stat-warning {
	border-top: 3px solid var(--sch-warning);
}

.sch-portal .sch-stat-danger {
	border-top: 3px solid var(--sch-danger);
}

.sch-portal .sch-stat-success {
	border-top: 3px solid var(--sch-success);
}

.sch-portal .sch-stat-info,
.sch-portal .sch-stat-primary {
	border-top: 3px solid var(--sch-primary);
}

.sch-portal .sch-button + .sch-button,
.sch-portal .button + .button {
	margin-left: 6px;
}
