body {
	background-color: #fbfbfb;
}

a {
	color: #fd7d14;
	text-decoration: none;
}

a:hover {
	color: #f57002;
}

#copyright {
	font-size: 0.8em;
}

#intro {
	height: 100vh;
	margin-top: -58.59px;
}

main {
	margin-top: 58px;
}

.logo {
	width: 300px;
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

.assistant-link {
	color: #007bff !important;
}

.table a {
	color: #262626;
}

.table a:hover {
	color: #fd7d14;
}

#imagepreview {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

#fullimage {
	display: block;
	max-width: 600px;
	max-height: 600px;
	margin: 0 auto;
}

#imagepreview button {
	display: block;
	margin: 5px auto;
}

.logger {
	background: #fbfbfb;
}

#logger-info {
	display: none;
}

/* Bootsrap */

a.badge, a.badge:hover {
	color: #fff !important;
}

.badge {
	cursor: pointer;
}

.form-control, .form-select, .form-outline, .form-label {
	color: #1f1f1f !important;
}
