@import '_content/Etics.BlazorApps.Razor.Client/Etics.BlazorApps.Razor.Client.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.home-debug[b-v5kpv91kg1]{position:absolute;background-color:lightgray;padding:30px 50px}.home-debug[b-v5kpv91kg1]:before{content:"DEBUG";background-color:darkgray;font-weight:bold;padding:10px;width:calc(100% + 50px*2);display:block;text-align:center;margin-bottom:10px;margin-left:-50px;margin-top:-30px}.home-debug p[b-v5kpv91kg1]{margin:0}

/*# sourceMappingURL=Index.razor.css.map */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-gpbshlwldx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gpbshlwldx] {
    flex: 1;
}

.sidebar[b-gpbshlwldx] {
    /*background-image: linear-gradient(180deg, rgb(128, 68, 80) 0%, #5e2e38 70%);*/
    background-color: rgb(144, 144, 144);
}

.top-row[b-gpbshlwldx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4.2rem;
    display: flex;
    font-size:1.3rem;
    font-weight:400;
    align-items: center;
}

    .top-row[b-gpbshlwldx]  a, .top-row[b-gpbshlwldx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gpbshlwldx]  a:hover, .top-row[b-gpbshlwldx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gpbshlwldx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gpbshlwldx] {
        display: none;
    }

    .top-row.auth[b-gpbshlwldx] {
        justify-content: space-between;
    }

    .top-row[b-gpbshlwldx]  a, .top-row[b-gpbshlwldx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gpbshlwldx] {
        flex-direction: row;
    }

    .sidebar[b-gpbshlwldx] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gpbshlwldx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gpbshlwldx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gpbshlwldx], article[b-gpbshlwldx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-povu8gqdsy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-povu8gqdsy] {
    height: 4.2rem;
    background-color: rgba(0,0,0,0.2);
}

.navbar-brand[b-povu8gqdsy] {
    height: 100%;
    position:absolute;
}

.oi[b-povu8gqdsy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-povu8gqdsy] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-povu8gqdsy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-povu8gqdsy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-povu8gqdsy]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size:15px;
        font-weight:500;
    }

.nav-item[b-povu8gqdsy]  a.active {
    background-color: rgba(255,255,255,.10);
    color: white;
}

.nav-item[b-povu8gqdsy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-povu8gqdsy] {
        display: none;
    }
    .collapse[b-povu8gqdsy] {
        display: block;
    }
}
