#quick_user {
    background: rgba(1, 10, 15, 0.98) !important;
    border-left: 3px solid var(--bf-blue) !important;
    font-family: 'Aldrich', sans-serif;
}

#quick_user h3 {
    color: var(--bf-blue) !important;
    text-shadow: 0 0 10px var(--bf-blue);
}

.symbol-label img {
    filter: grayscale(100%) contrast(120%) sepia(100%) hue-rotate(150deg); /* HUD-Avatar-Effekt */
    border: 1px solid var(--bf-blue);
}