//@import "../../../abstracts/abstracts";

.tooltip.show {
	opacity: 1;
	pointer-events: none;
	z-index: 1100;
}
.tooltip-inner {
	max-width: 300px;
	padding: 10px 15px;
	border-radius: $border-radius-default;
	text-align: center;
	font-size: $font-size-small;
	line-height: 20px;
	font-weight: 500;
	opacity: 1;
	background: rgba(0,0,0,0.8);
	color: $color-white;
}

.dbqdclf-small-tooltips {
	.tooltip-inner {
		max-width: 250px;
	}
}

.bs-tooltip-auto[x-placement^="top"] {
	.arrow {
		&::before {
			border-top-color: rgba(0,0,0,0.8);
			opacity: 1;
		}
	}
}
.bs-tooltip-top, .bs-tooltip-bottom {
	.arrow {
		&::before {
			border-top-color: rgba(0,0,0,0.8);
			opacity: 1;
		}
	}
}
