/*!
 * Global CSS include.
 */
@import url('defaults.css');

.text-bright-green{
	color: #4CD964;
}
#loading {
	display: none;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 100;
	background-color: #ccc;
	border-radius: 15px;
	background-image: url(https://i.stack.imgur.com/FhHRx.gif);
	background-repeat: no-repeat;
	background-position: top 12px center;
}

#loading.active {
	display: flex;
}