:root {
	--navbar-height: 66px;
}
#toast-container {
	z-index: 9999;
	position: fixed;
	top: 4rem;
	right: 0.5rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 80%;
		margin: 1.75rem auto;
	}
}

html, body {
	height: 100%;
	overflow: hidden;
}

.nav-lite {
	position: absolute;
	top: 0;
	padding: .25rem .5rem;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.navbar-clear {
	height: var(--navbar-height);
}

.height-no-navbar {
	height: calc(100% - var(--navbar-height));
	overflow-x: hidden;
}

.navbar-brand img {
	max-height: 40px;
}