@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-t6a41pcd55] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t6a41pcd55] {
    flex: 1;
}

.sidebar[b-t6a41pcd55] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t6a41pcd55] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    /*box-shadow: 0 8px 10px -2px rgba(0,0,0,0.3);*/
}

.top-row[b-t6a41pcd55]  a, .top-row[b-t6a41pcd55]  .btn-link {
        white-space: nowrap;
        margin-left: 1.2rem;
        text-decoration: none;
}

.top-row[b-t6a41pcd55]  a:hover, .top-row[b-t6a41pcd55]  .btn-link:hover {
        text-decoration: underline;
}

.top-row[b-t6a41pcd55]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t6a41pcd55] {
        display: none;
    }

    .top-row.auth[b-t6a41pcd55] {
        justify-content: space-between;
    }

    .top-row[b-t6a41pcd55]  a, .top-row[b-t6a41pcd55]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t6a41pcd55] {
        flex-direction: row;
    }

    .sidebar[b-t6a41pcd55] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t6a41pcd55] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t6a41pcd55]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t6a41pcd55], article[b-t6a41pcd55] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavBar.razor.rz.scp.css */
.nav-item a[b-5vt0ihjkrk] {
    text-decoration: none !important;
    color: var(--ess-primary);
    font-size: 1.2rem;
}
.nav-item a:hover[b-5vt0ihjkrk] {
    color: var(--ess-secondary);
}
