

.selected {
    background-color: #1E88E5 !important;
}

    .selected td {
        color: white !important;
    }

        .selected td .mud-input {
            color: white !important;
        }

.votum-datepicker .mud-input-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.custom-pager {
    height: 50px; /* fixed pager height */
    display: flex;
    align-items: center; /* vertically center content */
    justify-content: space-between;
    overflow: hidden; /* prevent internal scroll */
}
