#wapo-pages-counter-popup {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 300px;
	z-index: 2;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 20px;
	border-radius: 5px;
	display: none;

	p {
		margin: 5px 0;
	}

	&.showPageCounter {
		display: block;
	}
}

#wapo-total-pages-label {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;

	&.overLimit {
		color: red;
	}
}

#wapo-pages-limit-message {
	font-size: 15px;
	font-weight: medium;
	color: red;
	margin: 15px 0;
}

.pageBlock {
	display: none !important;
}
