.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-box[data-theme~=light] {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 8, 16, .15);
    color: #333;
    box-shadow: 0 4px 14px -2px rgba(0, 8, 16, .08)
}

.tippy-box[data-theme~=light]>.tippy-backdrop {
    background-color: #fff
}

.tippy-box[data-theme~=light]>.tippy-arrow:after,
.tippy-box[data-theme~=light]>.tippy-svg-arrow:after {
    content: "";
    position: absolute;
    z-index: -1
}

.tippy-box[data-theme~=light]>.tippy-arrow:after {
    border-color: transparent;
    border-style: solid
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:after {
    border-top-color: rgba(0, 8, 16, .2);
    border-width: 7px 7px 0;
    top: 17px;
    left: 1px
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-svg-arrow>svg {
    top: 16px
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-svg-arrow:after {
    top: 17px
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #fff;
    bottom: 16px
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:after {
    border-bottom-color: rgba(0, 8, 16, .2);
    border-width: 0 7px 7px;
    bottom: 17px;
    left: 1px
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-svg-arrow>svg {
    bottom: 16px
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-svg-arrow:after {
    bottom: 17px
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #fff
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:after {
    border-left-color: rgba(0, 8, 16, .2);
    border-width: 7px 0 7px 7px;
    left: 17px;
    top: 1px
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-svg-arrow>svg {
    left: 11px
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-svg-arrow:after {
    left: 12px
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before {
    border-right-color: #fff;
    right: 16px
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:after {
    border-width: 7px 7px 7px 0;
    right: 17px;
    top: 1px;
    border-right-color: rgba(0, 8, 16, .2)
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-svg-arrow>svg {
    right: 11px
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-svg-arrow:after {
    right: 12px
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow {
    fill: #fff
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
    background-size: 16px 6px;
    width: 16px;
    height: 6px
}


/* Borderless */

.tippy-box[data-theme~=borderless] {
    border-radius: 5px;
    background: rgba(10, 10, 10, 0.90);
    color: white;
}

.tippy-box[data-theme~=borderless][data-placement^=top]>.tippy-arrow:before {
    border-top-color: rgba(10, 10, 10, 0.90);
}

.tippy-box[data-theme~=borderless][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: rgba(10, 10, 10, 0.90);
}

.tippy-box[data-theme~=borderless][data-placement^=left]>.tippy-arrow:before {
    border-left-color: rgba(10, 10, 10, 0.90);
}

.tippy-box[data-theme~=borderless][data-placement^=right]>.tippy-arrow:before {
    border-right-color: rgba(10, 10, 10, 0.90);
}

.tippy-box[data-theme~=borderless]>.tippy-backdrop {
    background-color: rgba(10, 10, 10, 0.90);
}

.tippy-box[data-theme~=borderless]>.tippy-svg-arrow {
    fill: rgba(10, 10, 10, 0.90);
}


/* Punk theme */

.tippy-box[data-theme~=punk] {
    border-radius: 5px;
    box-shadow: 0px -3px 0 0px #f71169 inset;
    background: #2a2a2a;
    color: #fff;
}

.tippy-box[data-theme~=punk][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #f71169;
}

.tippy-box[data-theme~=punk][data-placement^=bottom] {
    box-shadow: 0px 3px 0 0px #f71169 inset;
}

.tippy-box[data-theme~=punk][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #f71169;
}

.tippy-box[data-theme~=punk][data-placement^=left] {
    box-shadow: -3px 0px 0 0px #f71169 inset;
}

.tippy-box[data-theme~=punk][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #f71169;
}

.tippy-box[data-theme~=punk][data-placement^=right] {
    box-shadow: 3px 0px 0 0px #f71169 inset;
}

.tippy-box[data-theme~=punk][data-placement^=right]>.tippy-arrow:before {
    border-right-color: #f71169;
}

.tippy-box[data-theme~=punk]>.tippy-backdrop {
    background-color: #2a2a2a;
}

.tippy-box[data-theme~=punk]>.tippy-svg-arrow {
    fill: #2a2a2a;
}

.tippy-tooltip.punk-theme .tippy-backdrop {
    background: #2a2a2a;
}


/* noir theme */

.tippy-box[data-theme~=noir] {
    border-radius: 0px;
    box-shadow: 0 0 0 3px black inset;
    background: #fff;
    color: #000;
}

.tippy-box[data-theme~=noir][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #000;
}

.tippy-box[data-theme~=noir][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #000;
}

.tippy-box[data-theme~=noir][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #000;
}

.tippy-box[data-theme~=noir][data-placement^=right]>.tippy-arrow:before {
    border-right-color: #000;
}

.tippy-box[data-theme~=borderless]>.tippy-backdrop {
    background-color: #fff;
}

.tippy-box[data-theme~=borderless]>.tippy-svg-arrow {
    fill: #000;
}


/* shadow */

.tippy-box[data-theme~=shadow] {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    background-color: #fff;
}

.tippy-box[data-theme~=shadow][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #fff;
}

.tippy-box[data-theme~=shadow][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #fff;
}

.tippy-box[data-theme~=shadow][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #fff;
}

.tippy-box[data-theme~=shadow][data-placement^=right]>.tippy-arrow:before {
    border-right-color: rgb(158, 140, 140);
}

.tippy-box[data-theme~=shadow]>.tippy-backdrop {
    background-color: #fff;
}

.tippy-box[data-theme~=shadow]>.tippy-svg-arrow {
    fill: #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;
}