.dis-row--red>td:not(:last-child) {
    background-color: rgba(var(--red-900), .8);
}

.dis-row--green>td:not(:last-child) {
    background-color: rgba(111, 255, 83, 0.7) !important;
}

.dis-cell--yellow {
    background-color: rgba(250, 204, 21, 0.7) !important;
}

.dis-toggle-button{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dis-toggle-button label{
    width: 100%;
}
