::-webkit-scrollbar {
	width: 10px;
	scrollbar-color: #4390ce;
	background-color: #26285e
}

::-webkit-scrollbar-thumb {
	background: #4390ce
}

.article-content ul li {
	list-style-type: circle;
	margin-left: 20px;
}

.entry-meta ul li {
	margin-left: 0;
}

.cookies {
	z-index: 9999;
	background-color: #26285e;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem;
	display: none;
}

.cookies .cookies__text {
	color: #ffffff;
	font-weight: 300;
}

.cookies .cookies__text a {
	color: #ffffff;
	transition: ease 0.4s;
}

.cookies .cookies__text a:hover {
	color: #4390ce;
}

.cookies .cookies__button {
	min-width: 160px;
}

.cookies .cookies__button a {
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 0;
	padding: 0.5rem 2rem;
}

.cookies .cookies__button a:hover {
	background-color: #ffffff;
	color: #26285e;
}

.chat {
	width: 0;
	height: 0;
}

.chat a {
	text-decoration: none
}

.chat .chat__icon {
	width: 80px;
	height: 80px;
	position: fixed;
	border-radius: 100%;
	right: 40px;
	bottom: 100px;
	z-index: 9999;
	background-color: #4390ce;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s
}

.chat .chat__icon svg {
	width: 50%;
	fill: #ffffff
}

.chat .chat__icon:hover {
	background-color: #252062
}

.page-numbers {
	align-items: center;
	background-color: #4390ce;
	padding: .6rem;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	color: #ffffff;
	margin-left: 5px;
}

.current {
	background-color: #252062
}