﻿.sticky-header {
    position: sticky;
    top: var(--mud-appbar-height);
    background-color: #f0f4f8;
    z-index: 1200;
    padding: 0px 0;
    width: 100%;
}
