/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u8lw0rtzqo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u8lw0rtzqo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-15mo509yg5]  .active {
    color: #fab900 !important;
}

.navbar[b-15mo509yg5] {
    background-color: rgb(29, 31, 32) !important;
}

.navbar-brand:hover[b-15mo509yg5] {
    color: #fab900 !important;
    transform: translateY(-2px);;
}

.navbar-brand[b-15mo509yg5] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* /Components/Pages/Achievements.razor.rz.scp.css */
/* Achievements page styles */

.completed[b-sy7jawo8w9] {
    border-color: rgb(247, 220, 126) !important;
}

.completed h6[b-sy7jawo8w9],
.completed small[b-sy7jawo8w9] {
    color: rgb(247, 220, 126) !important;
}
