.modalContainer {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* height: 100%;
	z-index: 999; */
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateZ(1px);
}

.footer {
	/* position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #ccc; */
}

#pdfModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	/* width: 100%;
	height: 100%; */
	/* background-color: rgba(0, 0, 0, .7); */
	z-index: 1000;
}

.model-transparent {
	width: 500px;
	background-color: #fff;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin: auto;
}

#pdfContainer {
	position: relative;
	padding: 25px 15px 15px 15px;
	background-color: #fff;
	/* height: 100%; */
	overflow: auto;
}

#pdfContent {
	height: 250px;
	/* overflow: scroll; */
	/* overflow-y: scroll;
	overflow-x: hidden; */
}

#countdownButton {
	/* margin-top: 20px; */
	width: 100%;
	/* padding: 10px 20px; */
	border: none;
	background-color: #108ee9;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	display: block;
	/* width: auto; */
	border-top: 1px solid #ddd;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdf-text {
	word-break: break-all;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 22px;
}

.pdf-title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}