html, body {
	height: 100%;
	overflow: auto;
}

.logo {
	width: 75px;
}

.stylized-font {
	font-family: Brush Script MT, Brush Script Std, cursive;
	font-size: x-large;
}

div.horizontal-divider {
	border-bottom: 1px solid #B0BEC5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ff-style-primary-button, .ff-style-secondary-button {
	margin: 10px 5px;
}

details {
	margin : 5px;
}

.toast-container {
	z-index: 9999;
	position: absolute;
	bottom: 2em;
	right: 2em;
}

.toast {
	background-color: white;
	color: black;
}

.toast-body {
	max-height: 30vh;
	overflow-y: auto;
}

#loader {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 999;
}

#loader .spinner-border {
	position: absolute;
	left: 50%;
	top: 50%;
}

/* Color taken from https://universalis.app */
.discord-login {
	background-color: #5a81b4;
}

.refreshing, .disabled {
	cursor: not-allowed !important;
	opacity: 0.6;
}

.text-muted {
	font-size: 0.75em;
}
