table.dataTable > tbody > tr > .selected {
    background-color: rgb(13, 110, 253);
    color: rgb(var(--dt-row-selected-text));
}

div.dt-container span.select-info,
div.dt-container span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    div.dt-container span.select-info,
    div.dt-container span.select-item {
        margin-left: 0;
        display: block;
    }
}
table.dataTable.table-sm tbody td.select-checkbox::before {
    margin-top: -9px;
}