body {
	padding-top: 4.5rem; /* Space for fixed-top navbar */
}

.main-container {
	margin-top: 1rem;
}

.module-caption {
	font-size: 1.2rem !important;
	font-weight: bold !important;
}

.no-wrap {
	white-space: nowrap !important;
}

/* Textarea utilities */
.textarea-standard {
	height: 75px;
	resize: none;
}

.error-page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}

.error-code {
	font-size: 6rem;
	font-weight: 700;
	color: #dc3545;
}

.error-message {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1.25rem;
}

.error-actions a {
	margin: 0.3rem;
}