.table thead th,
.table tbody td {
    width: auto; /* اجازه دهید مرورگر خودش تصمیم بگیرد */
}

.filter-row input.filter-input {
    width: 100%; /* پر کردن فضای ستون */
    box-sizing: border-box; /* شامل padding و border در عرض کل */
}
.filter-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    padding: 5px;
    }

.filter-input::placeholder {

    color: yellow;
    text-align: center;
}
