﻿.table-box {
    width: 80%;
    margin: 24px auto;
    max-height: 400px;
    overflow: auto; 
    border: 1px solid #ccc; 
    scrollbar-gutter: stable;
}


.ticket-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; 
    font-size: 12px; 
}

    
    .ticket-table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #f0f0f0;
        font-weight: 600;
    }

    
    .ticket-table th,
    .ticket-table td {
        border: 1px solid #ccc;
        padding: 4px 6px;
        text-align: left;
        vertical-align: top;
    }

.muted {
    opacity: .75;
    font-size: 11px;
}
