/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9g98xk5hee] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9g98xk5hee] {
    flex: 1;
    background-color: var(--color-neutral-50);
}

.sidebar[b-9g98xk5hee] {
    background-image: var(--sidebar-bg);
}

.top-row[b-9g98xk5hee] {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-neutral-200);
    box-shadow: var(--shadow-sm);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9g98xk5hee]  a, .top-row[b-9g98xk5hee]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9g98xk5hee]  a:hover, .top-row[b-9g98xk5hee]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9g98xk5hee]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row[b-9g98xk5hee] {
        justify-content: space-between;
    }

    .top-row[b-9g98xk5hee]  a, .top-row[b-9g98xk5hee]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-9g98xk5hee] {
        flex-direction: row;
    }

    .sidebar[b-9g98xk5hee] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9g98xk5hee] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9g98xk5hee]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9g98xk5hee], article[b-9g98xk5hee] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-avbcnghhrm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-avbcnghhrm] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-brand[b-avbcnghhrm] {
    font-family: var(--font-display);
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.bi[b-avbcnghhrm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.7;
    transition: opacity 150ms ease;
}

.nav-item[b-avbcnghhrm]  a.active .bi,
.nav-item[b-avbcnghhrm]  a:hover .bi {
    opacity: 1;
}

/* One rule per menu item. Bootstrap-icon SVGs are inlined as data URIs so the icon
   font package does not have to be referenced. Add a rule here when adding a tool. */

.bi-agent-links-nav-menu[b-avbcnghhrm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B0B5C0' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3E%3C/svg%3E");
}

.nav-item[b-avbcnghhrm] {
    font-size: 0.9375rem;
    padding-bottom: 0.375rem;
}

    .nav-item:first-of-type[b-avbcnghhrm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-avbcnghhrm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-avbcnghhrm]  a {
        color: var(--sidebar-text);
        border-radius: var(--radius-md);
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        transition: background-color 150ms ease, color 150ms ease;
        border-left: 3px solid transparent;
    }

.nav-item[b-avbcnghhrm]  a.active {
    background-color: var(--sidebar-active-bg);
    color: var(--sidebar-text-active);
    border-left-color: var(--color-primary);
}

.nav-item[b-avbcnghhrm]  a:hover {
    background-color: var(--sidebar-hover-bg);
    color: var(--sidebar-text-active);
}

[b-avbcnghhrm] .nav-user-section {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: auto;
}

@media (min-width: 768px) {
    .navbar-toggler[b-avbcnghhrm] {
        display: none;
    }

    .collapse[b-avbcnghhrm] {
        display: block;
    }

    .nav-scrollable[b-avbcnghhrm] {
        height: calc(100vh - 3.5rem - 5rem);
        overflow-y: auto;
    }
}
