/* _content/RheinlandGames.Website/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3e8485qhme] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-3e8485qhme] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/RheinlandGames.Website/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand img[b-546fput33s] {
    height: 2rem;
    width: auto;
}

.navbar-toggler[b-546fput33s] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-546fput33s] {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-item.active a[b-546fput33s] {
    border-bottom: 2px white;
}
