.text-active { color: #90ee90 !important; }
.text-freeze { color: #90cdee !important; }
.text-stopped { color: #999999 !important; }

[data-bs-theme=light] .text-stopped {
    color: var(--bs-danger-border-subtle) !important;
}

[data-bs-theme=light] .status {
    background-color: var(--bs-gray-600);
}

[data-bs-theme=light] .status:hover, [data-bs-theme=light] .status:focus {
    background-color: var(--bs-gray-800);
}