.tippy-tooltip.mana-theme {
    /* https://atomiks.github.io/tippyjs/ */
    background-color: rgba(250, 209, 0, 0.8);
    border: 1px solid #e99e06;
    font-weight: normal;
    font-size: 10pt;
    color: #285685;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
}
.tippy-tooltip.mana-theme .tippy-backdrop {
    background-color: rgba(250, 209, 0, 0.8);
}
.tippy-popper[x-placement^=top] .tippy-tooltip.mana-theme .tippy-roundarrow {
    fill: #e99e06;
}
.tippy-tooltip.mana-theme[data-animatefill] {
    background-color: transparent;
}
.tippy-roundarrow {
    fill: #E99E06;
}