﻿.selected {
    background-color: var(--mud-palette-dark-lighten) !important;
}

    .selected > td {
        color: white !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }
