.xtable tbody tr, .xtable tbody tr:nth-child(even), .xtable tbody tr:nth-child(odd), .xtable tbody tr:nth-child(2n + 1) {
    background: #161616 !important;
    text-align: center !important;
    padding: 2px !important;
    padding-left: 10px !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.xtable tr:nth-child(even), .xtable tr:nth-child(odd) {
    background-color: #05121f !important;
}

.xtable tbody tr {
    background-color: #1A0905 !important;
    margin-bottom: 6px;
    border-radius: 6px;
    display: table-row;
}


.xtable tbody tr, .xtable tbody tr:nth-child(even), .xtable tbody tr:nth-child(odd), .xtable tbody tr:nth-child(2n + 1) {
    background: #081c2e !important;
    text-align: center !important;
    padding: 2px !important;
    padding-left: 10px !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.xtable thead th {
    font-size: 14px;
    color: var(--tf-tc2);
    font-weight: 400;
    padding: 20px 20px 20px;
    line-height: 100%;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    background-color: transparent;
    white-space: nowrap;
}

