.smart-table {
    width: 100%;
    border: 1px solid #0c17a7;
    text-align: center;
    font-size: 0.875rem;
}

.smart-table thead tr {
    background-color: #0c17a7;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
}

.smart-table th,
.smart-table td {
    padding: 0.75rem;
    border: 1px solid #0c17a7;
}

.smart-table tbody tr:nth-child(odd) {
    background-color: white;
}

.smart-table tbody tr:nth-child(even) {
    background-color: #e6e9f9;
}