@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ptpcfzefct] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: .5rem;
    /*height: 180vh;*/
}

main[b-ptpcfzefct] {
    flex: 1;
}

.sidebar[b-ptpcfzefct] {
    width: 260px;
}

.top-row[b-ptpcfzefct]  a, .top-row[b-ptpcfzefct]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-ptpcfzefct]  a:hover, .top-row[b-ptpcfzefct]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ptpcfzefct]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ptpcfzefct] {
        display: none;
    }

    .top-row.auth[b-ptpcfzefct] {
        justify-content: space-between;
    }

    .top-row[b-ptpcfzefct]  a, .top-row[b-ptpcfzefct]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ptpcfzefct] {
        flex-direction: row;
    }

    .sidebar[b-ptpcfzefct] {
        width: 260px;
        height: 75vh;
        position: sticky;
        top: 0;
    }

    .footer[b-ptpcfzefct] {
        background-color: white;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20vh;
        color: white;
        margin: 2rem 0rem;
    }

    .top-row[b-ptpcfzefct] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ptpcfzefct]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ptpcfzefct], article[b-ptpcfzefct] {
        padding-left: 0rem !important;
        padding-right: 0.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lvd3hnws61] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lvd3hnws61] {
    height: 1rem;
    background-color: rgba(255, 255, 255, 100%);
}

.navbar-brand[b-lvd3hnws61] {
    font-size: 1.1rem;
}

.oi[b-lvd3hnws61] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lvd3hnws61] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lvd3hnws61] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lvd3hnws61] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lvd3hnws61]  a {
        color: #5b5b5b;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-lvd3hnws61]  a.active {
            background: #3377AA url(img/products/sprite.png) 209px -499px no-repeat;
            color: white;
        }

        .nav-item[b-lvd3hnws61]  a:hover {
            background-color: rgba(200,200,200,0.9);
            color: #3377AA;
            border-color: #3377AA;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-lvd3hnws61] {
        display: none;
    }

    .collapse[b-lvd3hnws61] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-lvd3hnws61] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
