.btn-link.text-decoration-none {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

.status-active::before,
.status-disabled::before,
.status-new::before,
.status-progress::before,
.status-completed::before,
.status-default::before {
    content: '● ';
    font-size: 0.9em;
    margin-right: 6px;
}

.status-new::before,
.status-disabled::before
{
    color: #dc3545;
}
.status-progress::before { color: #ffc107; }
.status-completed::before,
.status-active::before
{
    color: #198754;
}
