@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/BlazorStrap.V5/BlazorStrap.V5.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/MeuTimeApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-c6x3ec0kbo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c6x3ec0kbo] {
    flex: 1;
}

.sidebar[b-c6x3ec0kbo] {
    background-image: linear-gradient(180deg, #d2232a 0%, #d2232a 70%);
}

.top-row[b-c6x3ec0kbo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    /*height: 3.5rem;*/
    display: flex;
    align-items: center;
}

    .top-row[b-c6x3ec0kbo]  a, .top-row .btn-link[b-c6x3ec0kbo] {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
    }

    .top-row a:first-child[b-c6x3ec0kbo] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c6x3ec0kbo] {
        display: none;
    }

  /*  .top-row.auth {
        justify-content: space-between;
    }*/

    .top-row a[b-c6x3ec0kbo], .top-row .btn-link[b-c6x3ec0kbo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c6x3ec0kbo] {
        flex-direction: row;
    }

    .sidebar[b-c6x3ec0kbo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c6x3ec0kbo] {
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .top-row[b-c6x3ec0kbo], article[b-c6x3ec0kbo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MeuTimeApp/Shared/NavMenu.razor.rz.scp.css */


@media (max-width: 640.98px) {
    .navbar-toggler[b-tsreb7acui] {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .top-row[b-tsreb7acui] {
        height: 3.5rem;
        background-color: rgba(0,0,0,0.4);
    }

    .navbar-brand[b-tsreb7acui] {
        font-size: 1.1rem;
    }

    .oi[b-tsreb7acui] {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .nav-item[b-tsreb7acui] {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .nav-item:first-of-type[b-tsreb7acui] {
            padding-top: 1rem;
        }

        .nav-item:last-of-type[b-tsreb7acui] {
            padding-bottom: 1rem;
        }

        .nav-item[b-tsreb7acui]  a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .nav-item[b-tsreb7acui]  a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .nav-item[b-tsreb7acui]  a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }
}
    @media (min-width: 641px) {
        .navbar-toggler[b-tsreb7acui] {
            display: none;
        }

        .collapse[b-tsreb7acui] {
            /* Never collapse the sidebar for wide screens */
            display: block;
        }

        .nav-scrollable[b-tsreb7acui] {
            /* Allow sidebar to scroll for tall menus */
            height: calc(100vh - 3.5rem);
            overflow-y: auto;
        }
    }
