.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded-button button {
    border-radius: 25px;
}

#loading {
    margin-top: 250px;
}

.mud-container {
    padding-left: 20px;
    padding-right: 20px;
}

.mud-tab {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 48px;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    min-width: unset;
}

@media only screen and (min-width: 960px) {
    .mud-tab {
        font-size: 1.5rem;
    }
}

.mud-tab.mud-tab-active:hover {
    background-color: transparent;
}

.mud-input.mud-input-filled.mud-input-underline:before {
    border-bottom: none;
}

.mud-input.mud-input-filled,
.mud-input.mud-input-filled:hover { background-color: var(1--mud-palette-surface); }

.mud-table-striped .mud-table-container .mud-table-root .mud-table-body .light-green-background.mud-table-row:nth-of-type(odd) {
    background-color: rgb(65 187 155 / 35%)  !important;
}

.mud-table-body {
    overflow-wrap: anywhere;
}

.mud-drawer.mud-drawer-responsive.mud-drawer-pos-left, .mud-drawer.mud-drawer-persistent.mud-drawer-pos-left {
    width: var(--mud-drawer-width-left);
    top: 0;
}

.mud-input.mud-input-underline.mud-disabled:before {
    border-bottom: 2px solid var(--darker-gray);
}

.mud-input.mud-input-text.mud-disabled {
    background-color: transparent;
    color: black;
}

.mud-input.mud-input-filled.mud-input-underline.mud-disabled:before {
    border-bottom-style: none;
}

.mud-input.mud-input-filled.mud-disabled {
    background-color: transparent;
    color: black;
}

.mud-input.mud-input-outlined {
    border-radius: 11px;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    border: 3px solid var(--darker-gray);
}

.mud-input.mud-input-outlined.mud-disabled .mud-input-outlined-border {
    border-color: var(--darker-gray);
}

.mud-input.mud-input-outlined.mud-disabled {
    background-color: var(--darker-gray);
    color: black;
}

.mud-chart-donut .mud-donut-segment {
    stroke-width: 8;
}

.top-right-profile-image {
    height: 2.785rem !important;
    width: 2.785rem !important;
}

.top-right-profile-image img {
    height: auto !important;
    width: 2.5vw !important;
    min-width: 50px;
}

.mud-drawer .mud-nav-link-text {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}

.mud-drawer .mud-nav-link {
    display: flex;
    align-items: center;
}

.mud-drawer .mud-nav-link .mud-nav-link-icon.mud-nav-link-icon-default {
    color: #000000;
    /*font-size: 1.05rem;*/
}

.mud-table-cell {
    font-size: inherit;
}

.mud-button-root svg {
    color: var(--mud-pallette-success);
}

.period-selector .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 10px;
    border-width: 2px;
}

.period-selector div.mud-input-slot.mud-input-root {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #9D9D9D;
    font-weight: 700
}
.employ-invoice-stage {
    border-top: 3px solid var(--light-blue);
}

.employ-invoice-stage-text {
    font-size: 1.5rem;
    font-weight: 600;
}

.employ-table .mud-table-container {
    overflow: auto;
}

.employ-table .mud-table-body {
    border-top: 0;
}

.employ-table tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.employ-table tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.employ-table .mud-input-slot.mud-input-root, .employ-report-table .mud-input-slot.mud-input-root {
    padding: 15px;
}

.employ-product-table table * tr th,
.employ-product-table table * tr > td,
.employ-table table * tr th,
.employ-table table * tr > td {
    font-size: 0.75rem;
    font-weight: normal;
}

.employ-table .table-small table * tr > td,
.employ-table .table-small table * tr th {
    font-size: 0.75rem;
    font-weight: normal;
}

.employ-table table .mud-table-head th.mud-table-cell p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5rem;
}

.employ-table .mud-table-cell {
    padding: 5px 5px 5px 5px !important;
}

.min-120-width {
    min-width: 120px;
}

.employ-table .mud-table-cell::before {
    font-weight: 600;
}

.employ-product-table .mud-input-control {
    padding: 0;
}

.employ-product-table .text-input .mud-input > input.mud-input-root.mud-input-slot,
.employ-product-table .text-input div.mud-input-slot.mud-input-root {
    padding: 1rem 0rem;
    padding-inline-end: 0;
    padding-inline-start: 0 !important;
}

.mud-table .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    padding-right: 0;
}

@media only screen and (max-width: 599px) {
    .employ-table .mud-table-cell.table-cell-right {
        display: inline-flex;
        justify-content: end;
        width: 58%;
    }

    .employ-table .mud-table-cell.table-cell-amount {
        width: 40%;
        display: inline-block
    }

    .employ-table .mud-table-cell .mud-icon-button {
        padding: 0;
    }
}

.table-cell-right {
    text-align: right;
}

.employ-table .child-row-transparent .mud-table,
.employ-table .child-row-transparent .mud-table-container .mud-table-root .mud-table-row,
.employ-table .child-row-transparent .mud-table-container .mud-table-root .mud-table-body .mud-table-row:nth-of-type(odd):not(.child-row-transparent),
.employ-table .mud-table-row.child-row-transparent:nth-of-type(odd):not(.child-row) {
    background: transparent !important;
}

.severity-zero {
    color: grey !important;
}

.severity-one {
    color: black !important;
}

.severity-two {
    color: orange !important;
}

.severity-three {
    color: red !important;
}

.severity-four {
    color: red !important;
    font-weight: 600 !important;
}

@media only screen and (max-width: 599px) {
    .child-row-border .mud-table-row {
        border-top: 1px solid #000000;
    }

    .employ-table .mud-table-row.child-row-border .mud-table-row {
        border-radius: 0;
    }
}

@media only screen and (min-width: 600px) {
    .employ-table .table-small .mud-table-root .mud-table-head tr.mud-table-row th.mud-table-cell {
        border-bottom: 1px solid #000000 !important;
    }
}


/* Table Mobile */
@media (max-width: 600px) {
    .mobile-cell-4 {
        width: 33.33%;
    }

    .mobile-cell-4-r,
    .mobile-cell-4-c {
        padding-left: 0.5rem !important;
    }

    .mobile-cell-4-l,
    .mobile-cell-4-c {
        padding-right: 0.5rem !important;
    }

    .mobile-cell-6 {
        width: 50%;
    }

    .mobile-cell-6-r {
        padding-left: 0.5rem !important;
    }

    .mobile-cell-6-l {
        padding-right: 0.5rem !important;
    }

    .mobile-cell-12 {
        width: 100%;
    }

    .employ-product-table .mud-table-body {
        border-top: 0;
    }

    .employ-product-table .mud-table-row {
        display: flex;
        flex-wrap: wrap;
    }

    .employ-product-table .mud-table-cell {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border: none;
        padding: 0;
        text-align: start !important;
    }


    .mobile-cell {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-bottom: 1rem;
    }

    .mobile-cell > div {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .employ-product-table table * tr th,
    .employ-product-table table * tr > td,
    .employ-table table * tr > td,
    .employ-table table * tr th {
        font-size: 1rem;
    }

    .employ-table table * tr th,
    .employ-table .mud-table-root .mud-table-head .mud-table-cell{
        font-weight: 600;
    }

    .employ-product-table table * tr th,
    .employ-product-table .mud-table-root .mud-table-head .mud-table-cell {
        font-weight: 500;
    }

    .employ-table .mud-table-cell {
        padding: 15px 0px 15px 15px !important;
    }

    .check-toggle .employ-table .mud-table-cell {
        padding: 15px 0px 15px 15px !important
    }

    .employ-table .mud-table-cell:last-child {
        padding-right: 30px !important;
    }

    .employ-product-table .mud-input-control {
        padding: 0;
    }

    .employ-product-table .text-input .mud-input > input.mud-input-root.mud-input-slot,
    .employ-product-table .text-input div.mud-input-slot.mud-input-root {
        padding: 10px 0;
    }
}

@media only screen and (min-width: 960px) {
    .employ-table .table-small table * tr > td,
    .employ-table .table-small table * tr th {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1200px) {

    .employ-table table * tr > td,
    .employ-table table * tr th {
        font-size: 1.25rem;
    }

    .employ-product-table table * tr th,
    .employ-product-table table * tr > td {
        font-size: 1.5rem;
    }
}

.employ-report-table .darker-gray-border {
    border-width: 2px;
}

.employ-report-table .mud-table-cell .mud-input-input-control .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    padding: 9px;
    font-size: 0.95rem;
}

.employ-report-table.mud-table-dense * .mud-table-row .mud-table-cell:last-of-type {
    margin-right: 20px;
}

.employ-report-table .mud-input-control-input-container {
    padding: 0px;
}

.employ-report-table.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0px;
    padding-inline-start: 6px;
    padding-inline-end: 6px;
}

.employ-report-table td, .employ-report-table th {
    font-size: 0.7rem;
}

.mud-table.employ-report-table {
    background-color: white;
}

.employ-report-table .mud-input > input.mud-input-root.mud-input-root-filled, div.mud-input-slot.mud-input-root.mud-input-root-filled {
    padding: 9px;
    font-size: 0.8rem;
}

.employ-report-table mud-table-dense * .mud-table-row .mud-table-cell:last-child {
    padding-right: 20px;
}

.mud-table-cell {
    border: none;
}

.mud-nav-link {
    transition: none;
    font-weight: 600;
    font-size: 0.75rem;
    padding-bottom: 8px !important;
    padding-right: 24px;
    padding-left: 37px;
}

.mud-nav-item.mud-ripple {
    transition: none;
}

#container {
    text-align: center;
    margin: 0;
}

/* Button */
.mud-button {
    padding: 8px 22px;
    border-radius: 2rem;
    box-shadow: none;
}

a.mud-button-text.mud-button-text-primary:hover {
    background-color: transparent;
}

.mud-button-outlined-size-small,
.mud-button-filled-size-small {
    padding: 0.282rem 1.375rem;
    border-radius: 3.75rem;
    white-space: nowrap;
}

.mud-button-outlined-size-large,
.mud-button-filled-size-large {
    padding: 0.719rem 1.375rem;
    border-radius: 0.5rem;
    white-space: nowrap;
}

    .mud-button-filled-size-large:hover,
    .mud-button-filled-size-large:focus {
        text-decoration: none;
    }


@media only screen and (min-width: 960px) {
    .mud-button-outlined-size-small, .mud-button-filled-size-small {
        padding: 0.563rem  1.375rem;
    }

    .mud-button-outlined-size-large, .mud-button-filled-size-large {
        padding: 0.875rem 1.375rem;
    }
}

.graying {
    color: dimgrey;
}

.bolder {
    font-weight: 500;
}

.bolding {
    font-weight: 700;
}

.boldest {
    font-weight: 900;
}

.mud-typography-body1 {
    color: #707070;
}

.white-background {
    background-color: var(--mud-palette-white);
}

.l-p-0 .mud-input > .mud-input-root.mud-input-slot {
    padding-left: 0;
}

.community-image {
    height: auto !important;
    border-radius: 50%;
}

.community-image .mud-avatar-img {
    width: 16vw;
    height: 16vw;
}

.mud-input-control {
    /*border-radius: 11px;*/
    padding: 0 8px 0 8px;
    margin-top: 0;
}

.mud-input-control .mud-input-label-animated {
    padding: 0 !important;
}

.date-picker-card {
    border: unset;
}

.mud-input.mud-input-filled.mud-input-underline:hover:not(.mud-disabled):before {
    border-bottom: none;
}

.mud-table .mud-input > input.mud-input-root.mud-input-slot, div.mud-input-slot.mud-input-root {
    padding: 0 0 10px 0;
}

.employ-report-table .mud-input > input.mud-input-root.mud-input-slot, div.mud-input-slot.mud-input-root {
    padding: 15px 40px 15px 16px;
}

.mud-input > input.mud-input-root.mud-input-slot.mud-input-root-adorned-end, div.mud-input-slot.mud-input-root.mud-input-root-adorned-end {
    padding-right: 20px;
}

.mud-input > input.mud-input-root.mud-input-slot, div.mud-input-slot.mud-input-root {
    padding: 20px 16px 20px;
    font-weight: 500;
    font-size: inherit;
}

.right-align.mud-input-slot {
    text-align: right;
}

.inline.mud-picker-input-button .mud-input .mud-input-root {
    padding: 18px;
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
    padding-right: 16px;
}

.mud-darker-background {
    background-color: #EFF1EE;
}

.mud-surface-background {
    background-color: var(--mud-palette-surface);
}

.transparent-background {
    background-color: transparent;
}

.mud-expand-panel {
    transition-delay: 0ms;
}

.budget-chart-skeleton {
    transform: scale(1,.8);
}

.side-nav-active:not(.mud-nav-link-disabled) {
    font-weight: 500 !important;
    background-color: var(--mud-palette-action-default-hover);
}

.mud-nav-link:hover:not(.side-nav-active) {
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

.mud-tab:hover {
    background-color: unset;
}

.basic-shadow {
    box-shadow: 0 0 5px rgb(0 0 0 / 16%);
}

.selected-border {
    border: 5px solid #B1A3BF;
}

.mud-nav-item[disabled] {
    opacity: 0.6;
}

.mud-nav-item:not([disabled]):hover:not(.mud-nav-link-disabled) {
    cursor: pointer;
    text-decoration: none;
    background-color: var(--mud-palette-action-default-hover);
}

/* Help font */
.help-font{
    font-family: 'Acumin Pro', sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 28px;
}

@media only screen and (min-width: 960px) {
    .help-font{
        font-size: 1.5rem;
    }
}

.contact-user {
    border-radius: 50%;
    width: 90vw;
    height: 90vw;
    max-height: 500px;
    max-width: 500px;
}

.contact-font{
    font-family: "warnock-pro",serif;
    font-weight: bold;
    font-size: 2.625rem;
}
@media only screen and (min-width: 960px) {
    .contact-font{
        font-size: 4.25rem;
    }
}
.contact-user-image {
    border-radius: 50%;
    height: 24vw !important;
    width: 24vw;
    max-height: 176px;
    max-width: 176px;
    margin-bottom: 1rem;
    flex: none;
}
.contact-name-font{
    font-family: "acumin-pro", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
}
@media only screen and (min-width: 960px) {
    .contact-name-font{
        font-size: 2.625rem;
    }
}
.contact-link-font{
    font-family: "acumin-pro", sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
}
@media only screen and (min-width: 960px) {
    .contact-link-font{
        font-size: 2.625rem;
    }
}
.close-badge .mud-badge {
    padding: 7% 16%;
    font-weight: 900;
}

    .close-badge .mud-badge.mud-badge-top.right.mud-badge-overlap {
        inset: auto auto calc(100% - 22px) calc(100% - 31px);
    }

.mud-chip.mud-chip-size-medium {
    height: 30px;
    font-weight: 400;
}

@media (min-width: 600px) {
    .contact-user {
        width: 70vw;    
        height: 70vw;
        max-width: 605px;
        max-height: 605px;
    }

    .contact-user-image {
        margin-bottom: 2rem;
    }
}

@media (min-width: 960px) {
    .contact-user {
        width: 80vw;
        height: 80vw;
        max-height: 605px;
        max-width: 605px;
    }
}

@media (min-width: 1200px) {
    .contact-user-image {
        margin-bottom: 3rem;
    }
}

.append-input {
    border: none;
    font-size: 1.25rem;
    font-weight: 500;
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.arrow-button {
    width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    background-color: transparent;
    
    &:not(:disabled) {
        border: 2px solid var(--mud-palette-primary);
    }
    font-weight: 500;
}

@media only screen and (min-width: 960px) {
    .arrow-button {
        width: 3rem;
        height: 3rem;
    }
}

.mini-borderradius {
    border-radius: 5px;
}

.micro-borderradius {
    border-radius: 1px;
}

.append-input:focus-within {
    border: none;
}

.input-group-append {
    margin-left: -1px;
    display: flex;
    border-radius: 15px 0 0 15px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: var(--mud-palette-surface);
    border-radius: .25rem;
    border-radius: 0 15px 15px 0;
}

.input-group-text .mud-icon-size-large {
    font-size: 39px;
}

.employ-box-shadow {
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,.2));
}

.text-white{
    color: white;
}

.mud-selected .mud-typography-body2 {
    color: white;
}

.circle {
    flex: 1;
    margin: 1.1%;
    border-radius: 50%;
}

.community-img {
    cursor: pointer;
}

.circle:before {
    content: "";
    display: inline-block;
    padding-top: 100%;
}

/* Dialog start */

.mud-dialog-container {
    padding: 1rem;
}

.mud-dialog.dialog .mud-dialog-title,
.mud-dialog.dialog .mud-dialog-content {
    padding: 0;
}

.mud-dialog.dialog {
    border-radius: 5px;
    padding: 1rem 1.5rem;
    width: 100%;
    overflow-y: auto;
    max-height: 85vh;
}

@media only screen and (min-width: 960px) {
    .mud-dialog.dialog {
        padding: 2.5rem;
    }
}

/* Dialog end */

.mud-breadcrumb-item.mud-disabled > a {
    color: black;
}

.mud-chip-text.mud-chip-color-success {
    color: black;
    background-color: rgb(0 200 83 / 36%);
}

.mud-chip.mud-chip-size-large {
    font-weight: 500;
    font-size: 1rem;
}

.employ-report-table .mud-select.mud-input-control {
    background-color: var(--light-gray);
}

.mud-toolbar {
    height: auto;
    padding: 10px;
}

@media (min-width: 600px) {
    .even-width {
        width: 25%;
    }

    .width-12 {
        width: 100%;
    }

    .width-6 {
        width: 50%;
    }

    .width-4 {
        width: 33.333333%;
    }

    .width-3 {
        width: 25%;
    }

    .width-2 {
        width: 16.666666%;
    }

    .width-1 {
        width: 0.0833333%;
    }
}

.mud-table {
    color: #000000;
}

.mud-table-container {
    overflow-y: initial;
}

.employ-avatar {
    width: var(--vw-col-2) !important;
    height: var(--vw-col-2) !important;
}

/* Wrapper class for MudTable */

.employ-table .mud-table-smalldevices-sortselect {
    margin-bottom: 2rem;
    padding: 0;
}

.employ-table .mud-table-smalldevices-sortselect .mud-input-control {
    border-radius: 11px;
}

.employ-table .mud-table-smalldevices-sortselect .mud-input-slot.mud-input-root {
    padding: 1.5rem 1rem 1rem 1rem;
}

.employ-table .mud-table-smalldevices-sortselect .mud-input-label-inputcontrol {
    padding: 0.5rem 0 0 1.15rem !important;
}

.searchfield,
.employ-table-searchfield {
    width: 100%;
}

.mud-input-control.searchfield > .mud-input-control-input-container > div.mud-input.mud-input-text,
.mud-input-control.employ-table-searchfield > .mud-input-control-input-container > div.mud-input.mud-input-text {
    padding: 0 5px;
    font-weight: 400;
}

.searchfield .mud-input > input.mud-input-root.mud-input-slot, div.mud-input-slot.mud-input-root,
.employ-table-searchfield .mud-input > input.mud-input-root.mud-input-slot, div.mud-input-slot.mud-input-root {
    padding: 4px 5px;
    font-size: inherit;
    color: #000000;
}

@media only screen and (min-width: 600px) {
    .employ-table-searchfield {
        max-width: 40%;
    }

    .mud-input-control.searchfield > .mud-input-control-input-container > div.mud-input.mud-input-text,
    .mud-input-control.employ-table-searchfield > .mud-input-control-input-container > div.mud-input.mud-input-text {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .mud-input-control.searchfield > .mud-input-control-input-container > div.mud-input.mud-input-text,
    .mud-input-control.employ-table-searchfield > .mud-input-control-input-container > div.mud-input.mud-input-text {
        font-size: 1.25rem;
    }
}

#employ-invoice-card {
    width: 100%;
    height: 100%;
    background-color: var(--green)
}

#employ-invoice-card :is(p, h1, h2, h3, h4, h5, h6) {
    color: white;
}

@media only screen and (max-width: 600px) {
    .employ-table .mud-table-row {
        display: block;
        border-radius: 10px;
        padding: 5px 0 10px 10px;
    }

    .employ-table .mud-table-cell {
        display: block;
    }

    .employ-table-searchfield {
        max-width: unset;
        flex-basis: unset;
    }

    .employ-avatar {
        width: var(--vw-col-6) !important;
        height: var(--vw-col-6) !important;
    }
}


/* Salary card */

.salary-month-label {
    font-size: 0.625rem;
    font-weight: normal;
}

.salary-month-value {
    font-size: 1rem;
    color: black;
    text-align: center;
    font-weight: 500;
}

.salary-average {
    font-size: 0.5625rem;
}

@media only screen and (min-width: 600px) {
    .salary-month-label {
        font-size: 0.875rem;
        font-weight: 500;
    }
    
    .salary-month-value {
        font-size: 1.75rem;
    }

    .salary-average {
        font-size: 0.875rem;
    }

    .mud-toolbar {
        height: auto;
        padding: 10px;
    }
}

/* Header button */
.toggle-button {
    position: absolute;
    left: -1rem;
    z-index: 1202;
    top: 0.25rem;
}

/* Page spacing */

@media only screen and (min-width:960px) {
    .main-layout {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (min-width:1400px) {
    .main-layout {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* Mud List */
.mud-list-item-icon {
    min-width: 40px;
}

/* Safari fixes */

/* Set radio button color */
.mud-radio-icons.mud-checked .mud-icon-root.mud-svg-icon {
    fill: #029adeff;
}

/* Removes outline not following grid */
.mud-list-item:focus {
    outline: 0;
}

/* Underline focus within */
.mud-input.mud-input-underline:after,
.mud-input.mud-input-filled.mud-input-underline:after {
    transition: 0.25s all;
    opacity: 0;
    transform: none;
}

.mud-input:focus-within.mud-input-underline:after {
    opacity: 1;
}

/* re-add padding in snacks, so that dots won't overlap with snack icon */
.mud-snackbar-content-message {
    ul {
        padding-left: 1rem;
    }
}

.accounting-table {
    padding-block: 20px;
    
    &,
    .mud-table {
        background: unset;
    }


    &.mud-table.mud-table-striped table.mud-table-root tbody.mud-table-body {
        tr.mud-table-row {
            td.mud-table-cell {
                &:first-of-type {
                    border-radius: 10px 0 0 10px;
                }
                &:last-of-type {
                    border-radius: 0 10px 10px 0;
                }
            }
        }

        tr.mud-table-row:nth-of-type(odd) {
            background: white;
        }
    }
    
    @media screen and (width > 1200px) {
        td, th {
            font-size: 1.25rem;
        }
    }
    
    @media screen and (width < 600px) {
        td, th {
            font-size: 0.75rem;
        }
    }
    
    .text-end {
        text-align: end;
    }


    .mud-table-root .mud-table-body td.mud-table-cell.color-red {
        color: red;
    }

    .mud-table-root .mud-table-head th.mud-table-cell,
    tr:last-of-type > td {
        font-weight: 600;
    }
}