.text-center-suppliers{
    text-align: center;
}
.suppliers-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    background: #fff;
    border: 1px solid #dee2e6;
}

.suppliers-table thead td {
    background-color: #f8f9fa;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #dee2e6;
}

.suppliers-table td {
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
}

.suppliers-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.suppliers-table tbody tr:hover {
    background-color: #eef5ff;
    transition: 0.15s ease;
}
