﻿tbody, td, tfoot, th, thead, tr {
    border: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table th, table td {
    color: var(--basic-body-text-color, #21252B) !important;
    font-size: .850rem;
    font-family: "Roboto Condensed", sans-serif;
}

table tbody tr {
    height: 45px;
}

    table tbody tr td {
        vertical-align: middle;
    }

table.table-payment tbody tr {
    height: auto;
}

table.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--basic-secondary-background, #F9FBFF);
    color: var(--basic-body-text-color, #21252B) !important;
}

table.table-striped > tbody > tr:nth-of-type(odd):hover > *,
table.table-striped > tbody > tr:hover {
    --bs-table-accent-bg: var(--basic-selector-background, #e5eeff);
}
