.tooltip {
	font-family: 'Manrope';
	font-size: 13px;
}
.tooltip p {
	font-family: 'Manrope';
	font-size: 15px;
}
.tooltip.show { opacity: 1; }
.tooltip-inner {
	padding: 0.5rem 0.75rem;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 2px solid var(--licht-grijs);
	border-radius: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { border-top-color: var(--licht-grijs); }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { border-right-color: var(--licht-grijs); }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { border-bottom-color: var(--licht-grijs); }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { border-left-color: var(--licht-grijs); }

.nominette-tooltip-200 .tooltip-inner { max-width: 200px; width: 200px; }
.nominette-tooltip-250 .tooltip-inner { max-width: 250px; width: 250px; }
.nominette-tooltip-300 .tooltip-inner { max-width: 300px; width: 300px; }
.nominette-tooltip-350 .tooltip-inner { max-width: 350px; width: 350px; }
.nominette-tooltip-400 .tooltip-inner { max-width: 400px; width: 400px; }
.nominette-tooltip-450 .tooltip-inner { max-width: 450px; width: 450px; }
.nominette-tooltip-500 .tooltip-inner { max-width: 500px; width: 500px; }
.nominette-tooltip-center { text-align: center; }

