.table-striped>tbody>tr:nth-of-type(even)>* {
    background: rgba(245, 251, 255, 1);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: transparent;
    --bs-table-bg-type: transparent;
}

.results-box a {
    border-bottom: 2px solid currentColor;
    padding-bottom: 1px;
    font-weight: 600;
}

.b-table thead th {
    background: rgba(219, 243, 255, 1);
}

.bg-blue {
    background: #DBF3FF;
}