/* TODO: double check mud palette colors with Yana*/
.sdvalue td {
    color: var(--mud-palette-text-disabled) !important;
}

.sdvalue-changed,
.sdvalue-changed * {
    text-decoration: underline;
    text-decoration-color: var(--mud-palette-info);
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.sdvalue-bold {
    font-weight: bold;
}

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

#changelog-table.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:first-child {
    display: none;
}

#indexvaluesd-table.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell:first-child {
    display: none;
}

.badge-startdate-dot .mud-badge-dot {
    left: -30px !important;
}
.mud-table-dense * .mud-table-row .mud-table-cell {
    padding-inline-start: 20px;
}
#changelog-table .mud-table-cell:only-child {
    display: none;
}
#indexvaluesd-table .mud-table-cell:only-child {
    display: none;
}


