.tippy-tooltip {
	text-align: inherit;
}

.tippy-tooltip .tippy-content {
	/* text-align: right; */
  /* direction: rtl; */
}

.tippy-tooltip .tippy-content ul,
.tippy-tooltip .tippy-content ol {
  padding: 0 1em 0;
}

.tippy-tooltip .tippy-content p.ql-align-right {
	text-align: left;
}

.tippy-tooltip .tippy-content p.ql-align-center {
	text-align: center;
}

.tippy-tooltip .tippy-content p {
	margin: 0;
	padding: 0;
}


.tippy-tooltip.white-theme {
  background-color: #fff;
  border: 1px solid #999;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.white-theme .tippy-arrow {
	
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.white-theme .tippy-arrow::after {
    content: '';
    position: absolute;
    top: -7px;
    left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.white-theme .tippy-arrow::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.white-theme .tippy-arrow::after {
    content: '';
    position: absolute;
    left: -7px;
    top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid white;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.white-theme .tippy-arrow::after {
    content: '';
    position: absolute;
    right: -7px;
    top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
}

.tippy-tooltip.white-theme .tippy-content {
  color: black;
}

.tippy-tooltip.white-theme .tippy-backdrop {
  background-color: #fff;
}


.tippy-tooltip.honeybee-theme {
  background-color: yellow;
  border: 2px solid orange;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.honeybee-theme .tippy-arrow {

}

.tippy-tooltip.honeybee-theme .tippy-content {
  color: black;
}

.tippy-tooltip.honeybee-theme .tippy-backdrop {
  background-color: yellow;
}