﻿.custom-table {
}

    .custom-table .mud-table {
        box-shadow: none;
    }

        .custom-table .mud-table .mud-table-cell {
            font-size: 13px;
            padding: 12px;
            border-bottom: 1px solid var(--mud-palette-table-hover);
        }

        .custom-table .mud-table td {
            color: var(--mud-palette-action-default) !important;
        }

        .custom-table .mud-table .mud-table-root th {
            font-weight: bold !important;
        }

        .custom-table .mud-table .mud-table-root td {
            font-size: 13px !important;
        }

        .mud-list-item-text p {
            font-size: 14px !important;
        }


.mud-column-reverse-header .column-header {
    flex-direction: row-reverse;
}

.mud-compact-input .mud-input-root, .mud-compact-input .mud-input-label {
    /*padding : 12px 10px !important;*/
    font-size: 13px !important;
}