.jvectormap-tip {
	z-index: 99;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.jvectormap-tip > div {
	color: #fff;
	border-radius: 10px;
	background: #5c6a79;
	padding: 15px;
}

.jvectormap-tip h4,
.jvectormap-tip h5,
.jvectormap-tip h6,
.jvectormap-tip p {
	color: #fff !important;
	margin: 0;
}

.jvectormap-tip h4 {
	margin-bottom: 0.35em;
	font-size: 1.1em;
	font-weight: 700;
}

.jvectormap-legend {
	background: #5c6a79;
	color: white;
	border-radius: 3px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
	font-family: 'Mulish', sans-serif;
}

.ij-jvectormap-wrap {
	position: relative;
}

.ij-jvectormap-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	justify-content: center;
}

.ij-jvectormap-legend__item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.2;
	color: #1d2124;
}

.ij-jvectormap-legend__swatch {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	flex-shrink: 0;
	background: #808080;
}

.ij-jvectormap-wrap--legend-bottom-left .ij-jvectormap-legend {
	justify-content: flex-start;
}

.ij-jvectormap-wrap--legend-bottom-right .ij-jvectormap-legend {
	justify-content: flex-end;
}

.ij-jvectormap-wrap--legend-top-center .ij-jvectormap-legend,
.ij-jvectormap-wrap--legend-top-left .ij-jvectormap-legend,
.ij-jvectormap-wrap--legend-top-right .ij-jvectormap-legend {
	position: absolute;
	top: 0.75rem;
	z-index: 5;
	margin: 0;
	padding: 0.5rem 0.75rem;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.92);
}

.ij-jvectormap-wrap--legend-top-center .ij-jvectormap-legend {
	left: 50%;
	transform: translateX(-50%);
	justify-content: center;
}

.ij-jvectormap-wrap--legend-top-left .ij-jvectormap-legend {
	left: 0.75rem;
	justify-content: flex-start;
}

.ij-jvectormap-wrap--legend-top-right .ij-jvectormap-legend {
	right: 0.75rem;
	justify-content: flex-end;
}
