.status-dot.green {
    background-color: green;
}

.status-dot.grey {
    background-color: grey;
}

.status-dot.red {
    background-color: red;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.live-users-list {
    list-style: none;
    padding: 0;
}

.live-users-list li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}
.placeholder {
    opacity: 0.25;
}