#app {
	min-height: calc(100vh - 56px - 40px - 1rem);
}
#toast-container {
	z-index: 9999;
	position: fixed;
	top: 4rem;
	right: 0.5rem;
}

#preview-wrapper {
	height:calc(100vh - 56px - 40px - 1rem - 50px);
}

#preview {
	width: 100%;
	height: 100%;
	height: calc(100vh - 56px - 40px - 1rem - 60px);
	border: 0;
}

.btn-portrait {
	height: 5.5rem;
	width: 4rem;
}

.btn-landscape {
	height: 4rem;
	width: 5.5rem;
}

.nav-item.active .nav-link:not(:hover) {
	color: #000;
}