.tippy-box[data-theme~="whitetheme"] {
    color: #091c4f;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 13px;
    padding: 12px;
    line-height: 1.7;
    background: var(--c-background-quaternary);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.05), 0 5px 15px 0 rgba(0,0,0,.05);
    border-radius: 8px;
    max-width: 200px !important;
    text-align: center;
}
.tippy-box[data-theme~="whitetheme"][data-placement^="top"] > .tippy-arrow::before {
    border-top-color: var(--c-background-quaternary);
}

.tippy-box[data-theme~="darktheme"] {
    color: #ffff;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    padding: 6px;
    line-height: 1.7;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.05), 0 5px 15px 0 rgba(0,0,0,.05);
    border-radius: 5px;
    max-width: 250px !important;
    text-align: center;
	background: #111827;
}
.tippy-box[data-theme~="darktheme"][data-placement^="top"] > .tippy-arrow::before {
    border-top-color: #111827;
}
