.react-title-bubble {
	padding: 7px 9px; border-radius: 3px; color: rgb(255, 255, 255); line-height: 1.4; font-size: 11px; font-weight: 500; display: inline-block; white-space: nowrap; position: relative; background-color: rgb(61, 70, 77);
}
.react-title-bubble__container {
	display: inline-block; position: relative;
}
.react-title-bubble--disable-pointer {
	pointer-events: none;
}
.react-title-bubble .arrow {
	border: 5px solid transparent; border-image: none; position: absolute; content: "";
}
.react-title-bubble--top .arrow {
	left: 50%;
}
.react-title-bubble--bottom .arrow {
	left: 50%;
}
.react-title-bubble--top {
	margin-bottom: 5px;
}
.react-title-bubble--top-align-right {
	margin-bottom: 5px;
}
.react-title-bubble--top-align-left {
	margin-bottom: 5px;
}
.react-title-bubble--top .arrow {
	top: 100%; margin-bottom: -5px; border-top-color: rgb(61, 70, 77); border-bottom-color: transparent;
}
.react-title-bubble--top-align-right .arrow {
	top: 100%; margin-bottom: -5px; border-top-color: rgb(61, 70, 77); border-bottom-color: transparent;
}
.react-title-bubble--top-align-left .arrow {
	top: 100%; margin-bottom: -5px; border-top-color: rgb(61, 70, 77); border-bottom-color: transparent;
}
.react-title-bubble--bottom {
	margin-top: 5px;
}
.react-title-bubble--bottom-align-right {
	margin-top: 5px;
}
.react-title-bubble--bottom-align-left {
	margin-top: 5px;
}
.react-title-bubble--bottom .arrow {
	bottom: 100%; margin-top: -5px; border-top-color: transparent; border-bottom-color: rgb(61, 70, 77);
}
.react-title-bubble--bottom-align-right .arrow {
	bottom: 100%; margin-top: -5px; border-top-color: transparent; border-bottom-color: rgb(61, 70, 77);
}
.react-title-bubble--bottom-align-left .arrow {
	bottom: 100%; margin-top: -5px; border-top-color: transparent; border-bottom-color: rgb(61, 70, 77);
}
.react-title-bubble--right {
	margin-left: 5px;
}
.react-title-bubble--right .arrow {
	top: 50%; right: 100%; margin-top: -5px; border-right-color: rgb(61, 70, 77); border-bottom-color: transparent;
}
.react-title-bubble--left {
	margin-right: 5px;
}
.react-title-bubble--left .arrow {
	left: 100%; top: 50%; margin-top: -5px; border-bottom-color: transparent; border-left-color: rgb(61, 70, 77);
}
.react-title-bubble--bottom-align-right .arrow {
	margin-right: -5px;
}
.react-title-bubble--top-align-right .arrow {
	margin-right: -5px;
}
.react-title-bubble--left .arrow {
	margin-right: -5px;
}
.react-title-bubble--bottom-align-left .arrow {
	margin-left: -5px;
}
.react-title-bubble--top-align-left .arrow {
	margin-left: -5px;
}
.react-title-bubble--right .arrow {
	margin-left: -5px;
}
.react-title-bubble--bottom .arrow {
	margin-left: -5px;
}
.react-title-bubble--top .arrow {
	margin-left: -5px;
}
