/* ========== TIPPY.JS CUSTOM THEME ========== */

/* Custom Tippy.js Theme "xhelos" */
.tippy-box[data-theme~="xhelos"] {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.tippy-box[data-theme~="xhelos"] .tippy-content {
    padding: 0;
}

.tippy-box[data-theme~="xhelos"] .tippy-arrow {
    color: #1a2332;
}
