@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.bundle.scp.css';
@import '_content/BlazorBase.CRUD/BlazorBase.CRUD.bundle.scp.css';
@import '_content/BlazorBase.DataUpgrade/BlazorBase.DataUpgrade.bundle.scp.css';
@import '_content/BlazorBase.Files/BlazorBase.Files.bundle.scp.css';
@import '_content/BlazorBase.MessageHandling/BlazorBase.MessageHandling.bundle.scp.css';
@import '_content/BlazorBase.RichTextEditor/BlazorBase.RichTextEditor.bundle.scp.css';
@import '_content/BlazorBase.User/BlazorBase.User.bundle.scp.css';

/* _content/KegelnPegeln/Modules/General/Pages/Dashboard.razor.rz.scp.css */
/*::deep .b-layout {
    background: url(/Assets/image/logo_dark.png) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: local !important;
    color: white;
}
*/
/* _content/KegelnPegeln/Shared/MainLayout.razor.rz.scp.css */
.page[b-ene7lcdkmp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ene7lcdkmp] {
    flex: 1;
}

.sidebar[b-ene7lcdkmp] {
    background-image: linear-gradient(290deg, sienna 20%, darkred 100%);
}

.top-row[b-ene7lcdkmp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ene7lcdkmp]  a, .top-row .btn-link[b-ene7lcdkmp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ene7lcdkmp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ene7lcdkmp] {
        display: none;
    }

    .top-row.auth[b-ene7lcdkmp] {
        justify-content: space-between;
    }

    .top-row a[b-ene7lcdkmp], .top-row .btn-link[b-ene7lcdkmp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ene7lcdkmp] {
        flex-direction: row;
    }

    .sidebar[b-ene7lcdkmp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ene7lcdkmp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ene7lcdkmp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KegelnPegeln/Shared/SideMenu.razor.rz.scp.css */
[b-18cvenyn8d] .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

[b-18cvenyn8d] .top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

[b-18cvenyn8d] .navbar-brand {
    font-size: 1.1rem;
}

[b-18cvenyn8d] .fas {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

[b-18cvenyn8d] .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    [b-18cvenyn8d] .nav-item:first-of-type {
        padding-top: 1rem;
    }

    [b-18cvenyn8d] .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

[b-18cvenyn8d] .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    [b-18cvenyn8d] .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    [b-18cvenyn8d] .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-18cvenyn8d] {
        display: none;
    }

    .collapse[b-18cvenyn8d] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/KegelnPegeln/Shared/UserMenu.razor.rz.scp.css */
.b-bar-vertical-inline.b-bar-light .b-bar-dropdown-menu[b-hesir06afh], .b-bar-vertical-popout.b-bar-light .b-bar-dropdown-menu[b-hesir06afh], .b-bar-vertical-small.b-bar-light .b-bar-dropdown-menu[b-hesir06afh] {
    /*background: var(--b-bar-dropdown-light-background, #f2f2f2);*/
    background-color: black;
}
