@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* /Components/FluentUIIncubation/Footer/Footer.razor.rz.scp.css */
.footer[b-cljvkcro45] {
    width: 100%;
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    position: fixed; /*changed from regular*/
    margin-top: 0.5rem;
    bottom: 0; /*added */
}
/* /Components/FluentUIIncubation/Header/Header.razor.rz.scp.css */
.header[b-2x35sx6j47] {
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    background-color: white;
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-bottom: 0.5rem;
}

    .header .header-gutters[b-2x35sx6j47] {
        display: flex;
        position: relative; 
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

.header .header-fixed-top[b-2x35sx6j47] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
/* /Components/StackPanel/Stack.razor.rz.scp.css */
.stack-vertical[b-8rij6xgxti] {
    display: flex;
    flex-direction: column;
}

.stack-horizontal[b-8rij6xgxti] {
    display: flex;
    flex-direction: row;
}
