.online-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: red;
}

.online-indicator.online {
    background-color: green;
}
