/* Tabel table styles */
.tabel-table td,
.tabel-table th {
    text-align: center;
    min-width: 32px;
    font-size: 0.85rem;
    padding: 0.5rem 0.25rem;
}

.tabel-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

/* Weekend highlighting */
.weekend {
    background-color: #f0f0f0;
}

/* Status color coding */
.status-processed {
    color: #198754;
}

.status-manual_review {
    color: #ffc107;
}

.status-error {
    color: #dc3545;
}

.status-pending {
    color: #6c757d;
}

.status-ignored {
    color: #6c757d;
}

/* General table improvements */
.table-responsive {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Sticky columns for tabel */
.tabel-table thead {
    position: sticky;
    top: 0;
}

/* Navbar improvements */
.navbar-brand {
    font-weight: 600;
    font-size: 1.25rem;
}

/* Card improvements */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: none;
}

/* Button spacing */
.btn {
    font-weight: 500;
}

/* Form improvements */
.form-control,
.form-select {
    border-color: #dee2e6;
}

.form-control:focus,
.form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Container spacing */
.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Alert improvements */
.alert {
    border-radius: 0.375rem;
    border: none;
}
