[data-toggle="tooltip"] {
	display: inline-block !important;
}
span[data-toggle="tooltip"], span[data-bs-toggle="tooltip"] {
	cursor: help;
	text-underline-offset: 4px;
	text-decoration-line: underline;
	text-decoration-thickness: auto;
	text-decoration-style: dotted;
}
.tooltip {
	--bs-tooltip-bg: #333333;
	--bs-tooltip-color: #ffffff;
}
.tooltip .tooltip-inner{
	background-color: #333;
	text-align: left;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #333;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #333;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #333;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #333;
}
