﻿.progress-stack {
    position: relative;
    width: 100%;
    height: 24px;
}

.progress-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
}

.tooltip-container .mud-tooltip-root.mud-tooltip-inline {
    display: block !important;
    width: 100%;
}

.mud-tooltip {
    z-index: 2000 !important;
}
