﻿.vnc-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.vnc-online {
    background: #22c55e;
    box-shadow: 0 0 6px #22c55e;
    animation: pulse 2s infinite;
}

.vnc-offline {
    background: #ef4444;
    box-shadow: 0 0 6px #ef4444;
}
