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

/* /Pages/Index.razor.rz.scp.css */
.box[b-5wewtvxcx4] {
    width: 90%;
    max-width: 200px;
    border: 1px dashed #f7a239;
    padding: 5px;
}

img[b-5wewtvxcx4] {
    width: 100%; /* takes the 100 % width of its container (.box div)*/
    height: 100%; /* takes the 100 % height of its container (.box div)*/
}
fluent-card[b-5wewtvxcx4] {
    --card-height: 400px;
    --card-width: 500px;
    padding: 20px;
    margin: 12px;
}

.class-override[b-5wewtvxcx4] {
    height: 163px;
    width: 300px;
}

.state-override[b-5wewtvxcx4] {
    --card-width: 350px;
    --card-height: 300px;
    --elevation: 6;
    background-color:aqua;
}

    .state-override:hover[b-5wewtvxcx4] {
        --elevation: 12;
    }

.contents[b-5wewtvxcx4] {
    display: flex;
    flex-direction: column;
}
/* /Shared/NavMenu.razor.rz.scp.css */

.nav-item[b-v33il4jgup] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v33il4jgup] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v33il4jgup] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v33il4jgup]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-v33il4jgup]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-v33il4jgup]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v33il4jgup] {
        display: none;
    }

    .collapse[b-v33il4jgup] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
