.tippy-tooltip.default-theme {
    border-radius: 5px;
    box-shadow: 0 0 0 2px #000 inset;
    background: #565656;
    color: #fff;
  }
  .tippy-popper{
    z-index: 999999999999999999 !important;
  }
  .tippy-tooltip.default-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.default-theme .tippy-backdrop {
    background: #565656;
  }
  .tippy-tooltip.default-theme .tippy-roundarrow path{
    fill: #000;
  }
  /* Light theme */

  .tippy-tooltip.light-theme {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #cccccc inset;
    background: #ededed;
    color: #666666;
  }
  .tippy-tooltip.light-theme .tippy-roundarrow path{
    fill: #cccccc;
  }
  .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.light-theme .tippy-backdrop {
    background: #ededed;
  }
  /* Borderless */
  .tippy-tooltip.borderless-theme {
    border-radius: 5px;
    background: rgba(10,10,10,0.90);
    color: white;
  }
  .tippy-tooltip.borderless-theme .tippy-roundarrow path{
    fill:rgba(10,10,10,0.90);
  }
  .tippy-tooltip.borderless-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.borderless-theme .tippy-backdrop {
    background: rgba(10,10,10,0.90);
  }

  /* Punk theme */

  .tippy-tooltip.punk-theme {
    border-radius: 5px;
    box-shadow: 0px -3px 0 0px #f71169 inset;
    background: #2a2a2a;
    color: #fff;
  }
  .tippy-tooltip.punk-theme .tippy-roundarrow path{
    fill: #f71169;
  }
  
  .tippy-tooltip.punk-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.punk-theme .tippy-backdrop {
    background: #2a2a2a;
  }

  /* noir theme */

  .tippy-tooltip.noir-theme {
    border-radius: 0px;
    box-shadow: 0 0 0 3px black inset;
    background: #fff;
    color: black;
  }
  
  .tippy-tooltip.noir-theme .tippy-roundarrow path{
    fill: black;
  }
  .tippy-tooltip.noir-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.noir-theme .tippy-backdrop {
    background: #fff;
  }
/* shadow */

.tippy-tooltip.shadow-theme {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #8d8d8d;
  }
  
  .tippy-tooltip.shadow-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.shadow-theme .tippy-backdrop {
    background: #fff;
  }
  /* wonky theme */

  .tippy-tooltip.wonky-theme {
    background: #ff3466;
    border-radius: 5px;
  }
  
  .tippy-tooltip.wonky-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.wonky-theme .tippy-backdrop {
    background: #ff3466;
  }
  /* blue facebook theme */
  .tippy-tooltip.blue-theme {
    background: #3b5998;
    border-radius: 3px;
    color:#fff;
  }
  
  .tippy-tooltip.blue-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.blue-theme .tippy-backdrop {
    background: #3b5998;
  }
/* twitter sky blue */
.tippy-tooltip.skyblue-theme {
    background: #55acee;
    border-radius: 3px;
    color:#fff;
  }
  
  .tippy-tooltip.skyblue-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.skyblue-theme .tippy-backdrop {
    background: #55acee;
  }
  /* Google+ red color */
  .tippy-tooltip.orange-theme {
    background: #dd4b39;
    border-radius: 3px;
    color:#fff;
  }
  
  .tippy-tooltip.orange-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.orange-theme .tippy-backdrop {
    background: #dd4b39;
  }
/* instagram purple theme */
.tippy-tooltip.purple-theme {
    background: #833ab4;
    border-radius: 3px;
    color:#fff;
  }
  
  .tippy-tooltip.purple-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.purple-theme .tippy-backdrop {
    background: #833ab4;
  }
/* snapchat yellow theme */
.tippy-tooltip.yellow-theme {
    background: #fbe00f;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 2px #111 inset;
    color:#111;
  }
  
  .tippy-tooltip.yellow-theme[data-animatefill] {
    background-color: transparent;
  }
  .tippy-tooltip.yellow-theme .tippy-roundarrow path{
    fill: #111;
  }
  
  /* pinterest red theme */
  .tippy-tooltip.red-theme {
    background: #bd081c;
    border-radius: 3px;
    color:#fff;
  }
  
  .tippy-tooltip.red-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.red-theme .tippy-backdrop {
    background: #bd081c;
  }
  /* pink radius theme */
  .tippy-tooltip.pink-theme {
    background: #ff3466;
    border-radius: 5px;
  }
  
  .tippy-tooltip.pink-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.pink-theme .tippy-backdrop {
    background: #ff3466;
  }
  /* skiny radius  */

  .tippy-tooltip.skiny-theme {
    background-color: #EEB868;
    border-radius: 5px;
    
  }
  
  .tippy-tooltip.skiny-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.skiny-theme .tippy-backdrop {
    background-color: #EEB868;
  }
  /* Quote theme */

  .tippy-tooltip.quote-theme {
    background-color: #fff;
    border-left:6px solid #2F8BCA;
    color:#000;
    box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius:2px;
  }
  
  .tippy-tooltip.quote-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.quote-theme .tippy-backdrop {
    background-color: #fff;
  }