iframe {
    color-scheme: normal;
}

.healthcard-table th,.healthcard-table tr,.healthcard-table td {
	height: 74px;
	vertical-align: middle;
}

.avatar img {
	width: 100%;
	max-width: 991px !important;
}

.avatar-box {
	overflow-x: hidden;
	position: relative;
}

.avatar-point-list, .avatar-points-static {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.avatar-point-list li {
	position: absolute;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	text-shadow: 1px 1px 3px #000000, 1px 1px 4px #000000;
}

.avatar-points-static li {
	position: absolute;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
}

.link-lg {
	font-size: 170%;
	line-height: 140%;
	@media screen and  (max-width: 767px) {
	  font-size: 120%;
	}
}

.link-md {
	font-size: 112%;
	line-height: 140%;
	@media screen and  (max-width: 767px) {
	  font-size: 60%;
	}
}

.avatar-point-list li.hide {
	display: none;
}

.avatar-energy-link {
	position: absolute;
}

.avatar-energy-link__sector_1 {
	left: 7%;
    top: 31%;
    height: 8.6%;
    width: 23%;
    display: flex;
}

/* .avatar-energy-link__sector_1 li {

} */

.tippy-init[data-link] {
	cursor: pointer;
}

[data-link] {
	cursor: not-allowed;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-indicators,
.carousel-caption {
    filter: invert(100%);
}

.carousel-control-next,
.carousel-control-prev {
	bottom: -97%;
}
.carousel-indicators1,
.carousel-caption1 {
	bottom: -50px;
}
@media print {
	.accordion-button:not(.collapsed) {
		page-break-before: always;
	}
	.hide-on-print {
		display: none !important;
	}
	.avatar-box {
		margin: 0 auto;
		width: 80%;
		page-break-after: always;
	}
}

.hide-on-screen {
	display: none;
	@media print {
	  display: flex;
	}
}