.minga-stats-header {
	display: flex;
	flex-wrap: wrap;
}
.minga-stats-header--title {
	color: #003366;
}
@media screen and (max-width: 767px) {
	.minga-stats-header--title {
		text-align: center;
	}
}
.minga-stats-header--actions {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.minga-stats-header--actions {
		display: none;
	}
}
.minga-stats-header--link {
}
.minga-stats-header--nav {
	display: flex;
	gap: 20px;
}
.minga-stats-header--nav button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	min-width: 47px;
	height: 47px;
	border-radius: 50%;
	border: 2px solid #003366;
	transition:
		background-color 0.3s ease-in-out,
		opacity 0.3s ease-in-out;
	background-color: white;
	cursor: default;
}
.minga-stats-header--nav button.inactive {
	opacity: 0.4;
}
.minga-stats-header--nav button:not(.inactive) {
	cursor: pointer;
}
.minga-stats-header--nav button:not(.inactive):hover {
	background-color: #003366;
}
.minga-stats-header--nav button svg path {
	transition: stroke 0.3s ease-in-out;
}
.minga-stats-header--nav button:not(.inactive):hover svg path {
	stroke: white;
}
.minga-stats-header--prev {
}
.minga-stats-header--next {
}

.background-blue .slick-dots li i {
	color:white!important;
}
