/* _content/Xcursor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zu0bwrg89f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zu0bwrg89f] {
    flex: 1;
}

.sidebar[b-zu0bwrg89f] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.75));
    backdrop-filter: blur(6px);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.top-row[b-zu0bwrg89f] {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: saturate(180%) blur(8px);
    border-bottom: 1px solid rgba(2, 6, 23, 0.06);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zu0bwrg89f]  a, .top-row[b-zu0bwrg89f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zu0bwrg89f]  a:hover, .top-row[b-zu0bwrg89f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zu0bwrg89f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zu0bwrg89f] {
        justify-content: space-between;
    }

    .top-row[b-zu0bwrg89f]  a, .top-row[b-zu0bwrg89f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zu0bwrg89f] {
        flex-direction: row;
    }

    .sidebar[b-zu0bwrg89f] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zu0bwrg89f] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-zu0bwrg89f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zu0bwrg89f], article[b-zu0bwrg89f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zu0bwrg89f] {
    color-scheme: light only;
    background: #fff7ed; /* orange-50 */
    border-top: 1px solid rgba(2, 6, 23, 0.06);
    bottom: 0;
    box-shadow: 0 -6px 12px rgba(2, 6, 23, 0.06);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zu0bwrg89f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Xcursor/Components/Layout/NavMenu.razor.rz.scp.css */
/* Modern nav menu */
.navbar-toggler[b-bcedl35jxn] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.25rem;
    color: white;
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='003030'%3e%3cpath stroke='rgba%28255,255,255,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M47h22M415h22M423h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.06);
    border-radius: .5rem;
}

.navbar-toggler:checked[b-bcedl35jxn] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-bcedl35jxn] {
    min-height: 3.5rem;
    background-color: transparent;
}

.navbar-brand[b-bcedl35jxn] {
    font-size: 1.05rem;
    color: #fff;
    opacity: .9;
}

.bi[b-bcedl35jxn] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .6rem;
    top: -1px;
    background-size: cover;
    opacity: .9;
}

.nav-item[b-bcedl35jxn] {
    font-size: .95rem;
    padding-bottom: .25rem;
}

    .nav-item:first-of-type[b-bcedl35jxn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bcedl35jxn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bcedl35jxn]  .nav-link {
        color: #e2e8f0; /* slate-200 */
        background: transparent;
        border: 1px solid transparent;
        border-radius: .65rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        width: 100%;
        padding: 0 .75rem;
        transition: background .2s ease, color .2s ease, border-color .2s ease;
    }

.nav-item[b-bcedl35jxn]  a.active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}

.nav-item[b-bcedl35jxn]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nav-scrollable[b-bcedl35jxn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bcedl35jxn] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bcedl35jxn] {
        display: none;
    }

    .nav-scrollable[b-bcedl35jxn] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
