﻿:root {
    --need-remove-bg-color: #ff000063;
    --qty-decreased-bg-color: #0000ff4a;
    --need-attention-bg-color: #aa58149f;
    --hold-bg-color: var(--mud-palette-info);
    --selected-bg-color: var(--mud-palette-info);
}

* {
    font-size: 0.85rem;
}

.stick-on-top {
    position: sticky;
    top: 0;
    z-index: 100;
}

.stick-at-bottom {
    padding: 16px;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}