@import '_content/Blazor.Theme/Blazor.Theme.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-srwoxswatw] {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

main[b-srwoxswatw] {
    flex: 1;
    background-color: var(--main-bg);
    max-height: 100vh;
    height: 100vh;
}
.content[b-srwoxswatw] {
    background-color: var(--main-bg);
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px;
}
.sidebar[b-srwoxswatw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-srwoxswatw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-srwoxswatw]  a, .top-row[b-srwoxswatw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-srwoxswatw]  a:hover, .top-row[b-srwoxswatw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-srwoxswatw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

