.sort-arrow {
    font-size: 12px;
    margin-left: 5px;
    color: gray;
}
th {
    cursor: pointer;
}

.container {
    max-width: 70%; /* Or another width you prefer */
}

.filter-btn.active {
    background-color: #4e73df;
    color: white !important;
}