.tippy-tooltip.light-theme {
  color: #B6AEBC;
  padding: 10px 15px 10px;
  -webkit-box-shadow: 4px 12px 42px rgba(65, 13, 107, 0.1);
  box-shadow: 4px 12px 42px rgba(65, 13, 107, 0.1);
  background-color: white; }
  .tippy-tooltip.light-theme[x-placement^='top'] .tippy-arrow {
    border-top: 8px solid white;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }
  .tippy-tooltip.light-theme[x-placement^='bottom'] .tippy-arrow {
    border-bottom: 8px solid white;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }
  .tippy-tooltip.light-theme[x-placement^='left'] .tippy-arrow {
    border-left: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .tippy-tooltip.light-theme[x-placement^='right'] .tippy-arrow {
    border-right: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .tippy-tooltip.light-theme .tippy-backdrop {
    background-color: white; }
  .tippy-tooltip.light-theme .tippy-roundarrow {
    fill: white; }
  .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent; }
