body {
	display: flex;
	height: 100vh;
	position: relative;
	/*overflow: hidden;*/
	margin: 0px;
	overflow: hidden;
}

:root {
	--mdc-theme-primary: #2636d0;
	--mdc-theme-secondary: #3ba23e;
}

.mdc-drawer-app-content {
	flex: auto;
	overflow: auto;
	position: relative;
}

.main-content {
	overflow: auto;
	height: 100%;
}

.app-bar {
	position: absolute;
	top: 0;
	box-shadow: rgba(60, 64, 67, 0.15) 0px 2px 6px 0px;
}

.qr-layer .app-bar {
	background-color: white;
	color: var(--mdc-theme-text-primary-on-background, dimgray);
}

// Only apply this style if below top app bar.
.mdc-top-app-bar {
	z-index: 7;
}

.qr-layer {
	display: none;
	align-items: center;
	justify-content: center;

	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;

	z-index: 999;
}

.buttons-container {
	/*width: 80vw;*/
	display: grid;
	justify-items: stretch;
	grid-gap: 25px;
	/*margin-top: 25px;*/
	padding: 25px;
}

.buttons-container > .mdc-button {
	flex-direction: column;
	/*width: 60vw;*/
	height: 120px;
	font-size: xx-large;
	font-weight: 800;
}

.qr-canvas {
	border-width: 1.8em;
	border-radius: 2em;
	box-shadow: 0 0 0 1.5em #3f51b5;
	border-style: solid;
	border-color: transparent;
}

.hint .column {
	max-width: 30em;
}

.hint .mdc-typography--headline4 {
	/*text-align: center;*/
	max-width: 15em;
}

.hint .mdc-typography--body1 {
	margin-left: 2em;
	margin-right: 1em;
}

.hint .material-icons {
	vertical-align: text-bottom;
}

img.logo_with_text {
	height: 1.7em;
	vertical-align: text-bottom;
}

img.logo {
	height: 3em;
	vertical-align: text-bottom;
}
