﻿.capslock-popup .capslock-popup__text {
    position: absolute;
    background-color: #222;
    text-align: left;
    font-size: 12px;
    width: 250px;
    color: #fff;
    padding: 8px;
    z-index: 9999;
    top: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.capslock-popup .capslock-popup__text::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 15%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #222 transparent;
}

.tippy-tooltip.dark-theme {
    display: contents;
}

.tippy-arrow {
    display: none;
}