
.tippy-root {
	z-index: 10 !important;
}

.tippy-content {
	padding: 1rem !important;
	font-size: 0.8rem !important;
	text-align: left !important;
	cursor: pointer !important;
}

.tippy-content h4 {
	color: #000 !important;
}


.tippy-box[data-theme~=material] {
	background-color: #000;
}

.tippy-box[data-theme~=material][data-placement^=top]>.tippy-arrow:before {
	border-top-color: #000;
}

.tippy-box[data-theme~=material][data-placement^=bottom]>.tippy-arrow:before {
	border-bottom-color: #000;
}

.tippy-box[data-theme~=material][data-placement^=left]>.tippy-arrow:before {
	border-left-color: #000;
}

.tippy-box[data-theme~=material][data-placement^=right]>.tippy-arrow:before {
	border-right-color: #000;
}

.tippy-box[data-theme~=material]>.tippy-backdrop {
	background-color: #000;
}

.tippy-box[data-theme~=material]>.tippy-svg-arrow {
	fill: #000;
}
.tippy-box[data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}

