﻿.mud-table-head .mud-table-row .mud-table-cell {
    align-content: flex-start !important;
    border-right: none !important;
}

.mud-table-body .mud-table-row .mud-table-cell {
    align-content: center;
    border-right: none !important;
}

button.mud-button.btn-no-fill,
button.mud-button.btn-no-fill:hover {
    background-color: transparent;
    box-shadow: none;
    color: #000000;
}

.currency.mud-input.mud-input-underline:before {
    border-bottom: none;
}
/* Modal Button */
.mud-button-root.button-close {
    border: 1px solid var(--mud-palette-primary);
    color: var(--mud-palette-primary);
}

.mud-button-root.button-close:hover { 
    background-color: var(--mud-palette-primary);
    color: #FFFFFF;
}

