@charset "utf-8";

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	padding: 0 5px 5px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.compact-theme a,
.compact-theme span {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #aaa;
	border-right: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	background: #fff;
}

.compact-theme a:hover {
	text-decoration: none;
	background: #fff;
}

.compact-theme .prev {
	border-radius: 3px 0 0 3px;
}

.compact-theme .next {
	border-right: 1px solid #aaa;
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #fff;
	cursor: default;
}

.compact-theme .ellipse {
	background: #eaeaea;
	padding: 0 10px;
	cursor: default;
}

.light-theme a,
.light-theme span {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #bbb;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #fff;
}

.light-theme a:hover {
	text-decoration: none;
	background: #fcfcfc;
}

.light-theme .current {
	background: #666;
	color: #fff;
	border-color: #444;
	box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, .3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 700;
	cursor: default;
}

.dark-theme a,
.dark-theme span {
	width: 38px;
	line-height: 38px;
	float: left;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	min-width: 14px;
	margin: 0 12px 0 0;
	box-shadow: 0 0 7px #ccc;
	background: #fff;
	border-radius: 50%;
	user-select: none;
}

.dark-theme a:hover {
	text-decoration: none;
	background: #fb531c;
	color: #fff;
}

.dark-theme .current {
	background: #fb531c;
	color: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
	cursor: default;
}

.dark-theme .prev {
	width: 38px;
	line-height: 38px;
	float: left;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	min-width: 14px;
	margin: 0 5px 0 0;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	border-radius: 50%;
}

.dark-theme .next {
	width: 38px;
	line-height: 38px;
	float: left;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	min-width: 14px;
	margin: 0 5px 0 0;
	box-shadow: 0 0 7px #ccc;
	background: #fff;
	border-radius: 50%;
}

.dark-theme .ellipse {
	background: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 700;
	cursor: default;
}
