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

/* _content/SnakeConfig/Components/Layout/NavMenu.razor.rz.scp.css */
[b-9y40ofpz6n] .fluent-nav-icon {
    padding-top: 5px;
}


/* _content/SnakeConfig/Components/Pages/Configuration/Config.razor.rz.scp.css */

.ws-label[b-qdsxzl295r]
{
    border-color: red;
    /* color: var(--accent-foreground-active); */
    color: yellow;
    background-color: blue;

    fluent-grid > h1 { 
        color: red;
    }

 
}

#mylabel[b-qdsxzl295r] {
    color: red;
}
/* _content/SnakeConfig/Components/Pages/Configuration/Pis.razor.rz.scp.css */
h1[b-4jng7n8wi9]
{

    color: red;

}
/* _content/SnakeConfig/Components/Pages/Splash.razor.rz.scp.css */
.my-splash[b-vr4rpxi28i] {
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    background-color: white;
    color: rgb(73, 72, 71);
    --accent-fill-rest: #d3d3d3;
    user-select: none;
}

    .my-splash h1[b-vr4rpxi28i] {
        font-size: 32px;
        font-weight: 600;
        margin-top: 40px;
        line-height: 40px;
        margin: 40px 0px 0px 0px;
        user-select: none;
    }

    .my-splash h2[b-vr4rpxi28i] {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin: 24px 0px 50px 0px;
        user-select: none;
    }

    .my-splash h3[b-vr4rpxi28i] {
        font-size: 12px;
        font-weight: 300;
        margin: 0px;
        user-select: none;
    }
    .my-splash p[b-vr4rpxi28i] {
        user-select: none;
    }

    .my-splash .icon[b-vr4rpxi28i] {
        width: 407px;
        height: 124px;
        margin: 20px 0px 0px 0px;
    }
