/* /Layout/HeaderMenuBar.razor.rz.scp.css */
i :not(.fa-brands)[b-30p6ouharf] {
    margin-right: 5px;
}

div.header-menubar[b-30p6ouharf] {
    background-color: var(--terra-background-primary);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 905;
    opacity: 0.95;
}

div.header-menu[b-30p6ouharf] {
    display: flex;
    height: 50px;
}

.header-menu-logo[b-30p6ouharf]  img {
    margin: 15px 0;
    height: 20px;
}

.header-menu-links[b-30p6ouharf] {
    margin-left: auto;
}

.header-menu-links a[b-30p6ouharf], .hamburger[b-30p6ouharf] {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 13px 10px;
}

a:hover[b-30p6ouharf] {
    background-color: cornflowerblue;
}

#mobile-nav[b-30p6ouharf] {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--terra-background-primary);
    z-index: 950;
}

#mobile-nav a[b-30p6ouharf] {
    display: block;
    padding: 10px 15px;
}

#mobile-nav-header[b-30p6ouharf] {
    display: flex;
    height: 50px;
    align-items: center;
    padding: 0 20px;
}

@media (min-width: 576px) {
    .header-menu-logo[b-30p6ouharf]  img {
        margin: 13px 0;
        height: 24px;
    }
}

@media (min-width: 768px) {
    .header-menu-logo[b-30p6ouharf]  img {
        margin: 12px 0;
        height: 26px;
    }

    #mobile-nav[b-30p6ouharf] {
        display: none;
    }
}

@media (min-width: 1200px) {
    div.header-menubar[b-30p6ouharf] {
        border-bottom: solid 1px silver;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3wmi7fidt9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3wmi7fidt9] {
    flex: 1;
}

.sidebar[b-3wmi7fidt9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3wmi7fidt9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3wmi7fidt9]  a, .top-row[b-3wmi7fidt9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3wmi7fidt9]  a:hover, .top-row[b-3wmi7fidt9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3wmi7fidt9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3wmi7fidt9] {
        justify-content: space-between;
    }

    .top-row[b-3wmi7fidt9]  a, .top-row[b-3wmi7fidt9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3wmi7fidt9] {
        flex-direction: row;
    }

    .sidebar[b-3wmi7fidt9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3wmi7fidt9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3wmi7fidt9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3wmi7fidt9], article[b-3wmi7fidt9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
