/* ================================================= */
/* CSS for control sap.esh.search.ui/SearchPieChart  */
/* Base theme                                        */
/* ================================================= */

.sapUshellSearchFacetPieChart {
	height: 10rem;
	width: 17.375rem;
}

g.sap-piechart {
	shape-rendering: crispEdges;
	font-family: var(--sapFontFamily);
	font-size: @sapMFontMediumSize;
}

g.sap-piechart text.label {
	fill: var(--sapContent_ForegroundTextColor);
}

g.sap-piechart text.labelshadow {
	stroke: contrast(@sapUiContentForegroundTextColor, @sapUiContentShadowColor, @sapUiContentContrastShadowColor, @sapUiContentContrastTextThreshold);
	stroke-width: 0.25rem;
	stroke-linejoin: round;
}

g.sap-piechart path {
	outline: none;
}

g.sap-piechart path:hover {
	cursor: pointer;
	opacity: 1 !important;
}