.customBootstrap {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	.pagination {
		margin: 0;
	}
}

.customBootstrap > span{
	flex: 1;
	width: 0;
	white-space: nowrap;
}

.customBootstrap .pagination>li>a {
	margin-right: 5px;
	border-radius: 2px;
	background: #fff;
	color: #333;
	border-color: #ccc;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1;
}

.customBootstrap .pagination>li.page>a {
	width: 40px;
	text-align: center;
	padding: 4px 0;
}

.customBootstrap .pagination>li>a:hover,
.customBootstrap .pagination>li>a:focus {
	color: #3c7ef6;
	background: #fff;
	border-color: #3c7ef6;
}

.customBootstrap .pagination>.active>a,
.customBootstrap .pagination>.active>a:hover,
.customBootstrap .pagination>.active>a:focus {
	color: #3c7ef6;
	background: #fff;
	border-color: #3c7ef6;
}

.customBootstrap .pagination>.disabled>a,
.customBootstrap .pagination>.disabled>a:hover,
.customBootstrap .pagination>.disabled>a:focus {
	color: #999;
	background: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}