/*body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}*/

.status-btn.active {
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: bold;
    color: #000;
}

.status-btn {
    color: #6c757d;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.2s ease;
}