.contentIframeClass {
	width: 1280px;
	height: 720px;
	position: absolute;
	border: none;
	transform-origin: 0 0;
	overflow: hidden;
}
.dummyFrameClass {
	display: none;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 15px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 30px;
	visibility: hidden;
}
.prev {
	left: 10px;
}
.next {
	right: 10px;
	border-radius: 3px 0 0 3px;
}
html, body {
	margin: 0;
	overflow: hidden;
	background: #000;
}
.bottomBar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #2b2b2b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 14px;
	z-index: 10;
}
.docTitle {
	flex: 1;
}
.pageCounter {
	flex: 1;
	text-align: center;
}
.bottomBarIcons {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}
.iconBtn {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
