*[title] {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
}

.blinking {
    background-color: #f8d7da !important;
    --bs-table-bg-type: #f8d7da !important;
}

.clan-background {
    position: relative;
}

.clan-background::after {
    position: absolute;
    opacity: 0.10;
    right: 5px;
}

.clan-101-background::after {
    content: '🏥';
}

.clan-104-background::after {
    content: '⭐';
}

.clan-106-background::after {
    content: '🏔️';
}

.clan-107-background::after {
    content: '🥔';
}

.clan-108-background::after {
    content: '🏴‍☠️';
}

.clan-114-background::after {
    content: '🌴';
}

.clan-117-background::after {
    content: '🥖';
}

.clan-118-background::after {
    content: '🌠';
}

.clan-119-background::after {
    content: '🚢';
}

.clan-120-background::after {
    content: '🤝';
}

.clan-121-background::after {
    content: '🐕';
}

.clan-122-background::after {
    content: '🐟';
}

.clan-129-background::after {
    content: '🌌';
}

tr[data-galaxy] {
    cursor: pointer;
}

.popover {
    max-width: 400px;
}

.blur {
    filter: blur(3px);
}
