.worldmap {
	fill: #d3d3d3;
	position: relative;
	z-index: 10;
	transition: transform 1s;
}


.worldmap path {
	stroke: #FFFFFF;
	stroke-width: 1px;
	transition: fill 250ms;
}

.worldmap path:hover {
	fill: #c9c9c9;
}

.clientmap-svg-and-ttips {
	position: relative;
	overflow: hidden;
}

.clientmap-tooltip {
	position: ABSOLUTE;
	top: 0;
	left: 0;
	opacity: 0;
	background: #fff;
	border: 1px solid #d8d8d8;
	width: 280px;
	z-index: 2;
}

@media screen and (min-width: 1025px) {
	.clientmap-tooltip:hover {
		opacity: 1!important;
		z-index: 20!important;
	}
}

.clientmap-tooltip.toolpit-active {
	opacity: 1;
	z-index: 20;
}

.clientmap-tooltip h5 {
	display: block;
	position: relative;
	padding: 22px 15px;
	margin: 0;
	background: #f0f2f1;
	border: 0;
	font-size: 25px;
	line-height: 1;
	color: #6c6e6d;
	font-family: 'Lato';
	z-index: 2;
}


.donut {
	width: 100px;
}

.donut-ring { stroke: #ddd; }

.donut-segment {
    transform-origin: center;
    stroke: #69b3da;
    /* animation: donut1 3s; */
}

.tooltip-charge {
	width: 100px;
	margin: 10px auto 0;
	position: relative;
}

.tooltip-charge span {
	color: #3b5860;
	font-weight: 700;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -64%, 0);
	line-height: 1;
}

.clientmap-tooltip ul {
	list-style: none;
	padding: 20px;
	margin: 0;
}

.clientmap-tooltip ul li {
	position: relative;
	padding: 9px;
	margin-bottom: 2px;
	background: #f0f2f1;
	font-size: 14px;
	color: #3b5860;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	height: 40px;
}

.clientmap-tooltip ul li span {
	position: relative;
	z-index: 2;
}

.clientmap-tooltip ul li span:first-child {
	max-width: calc(100% - 40px);
	line-height: 1;
	text-align: start;
}

.clientmap-tooltip ul li span:nth-child(2) {
	margin-left: 10px;
	color: #d33;
}


.clientmap-tooltip ul li span.range {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #ddd;
	z-index: 1;
}

.clientmap-tooltip ul li:hover, .clientmap-tooltip ul li.hover { 	background: #35393f; }
.clientmap-tooltip ul li:hover span, .clientmap-tooltip ul li.hover span { color: #fff; }
.clientmap-tooltip ul li:hover span.range, .clientmap-tooltip ul li.hover span.range { background: #d33; }



.clientmap-tooltip.tooltip-large {
	width: 360px;
}

.clientmap-tooltip.tooltip-large ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clientmap-tooltip.tooltip-large ul li {
	width: calc(50% - 5px);
}

.clientmap-dots {
	margin-top: 10px;
	text-align: center;
	display: none;
}

.clientmap-dots ul {
	padding: 0;
	margin: 0;
	display: inline-flex;
	list-style: none;
}

.clientmap-dots ul li {margin: 0 5px;}

.clientmap-dots ul li button {
	border: solid #d33 2px;
	border-radius: 50%;
	width: 16px;
	cursor: pointer;
	height: 16px;
	margin: 0 5px;
	background: white;
	transition: background 250ms;
	padding: 0;
}

.clientmap-dots ul li button:hover {
	background: rgb(221 51 51 / 50%);
}

.clientmap-dots ul li button.current {
	background: #d33;
}

/*  Mobile  */

.mob-enable .clientmap-svg-and-ttips {
	overflow: hidden;
	padding-top: 190px;
}

.mob-enable .clientmap-tooltip {
	width: 100%;
	background: rgb(255 255 255 / 85%);
	top: 0;
	left: 0;
}

.mob-enable .clientmap-tooltip ul {
	border: 1px solid #d8d8d8;
	opacity: 0.85;
}

.clientmap-tooltip.mob-active {
	opacity: 1!important;
	z-index: 20!important;
}

.mob-enable .clientmap-dots {
	display: block;
}


@media (max-width: 991px) {
	.clientmap-tooltip {
		text-align: center;
		border: none;
	}

	.clientmap-tooltip h5 {
    display: inline-block;
    padding: 15px;
	}

	.clientmap-tooltip ul li {
		font-size: 12px;
		padding: 3px 9px;
		height: 28px;
	}


}
