@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/NodeGuard/Pages/Index.razor.rz.scp.css */
.index-container[b-osjtnn3f00] {
    background-image: linear-gradient(90deg, #07F2B1 10%, #18D1BB 30%, #3B77E2 50%, #6145F1 70%, #9733EF 90%);
    margin-top: 20%;
}
/* _content/NodeGuard/Shared/LoginDisplay.razor.rz.scp.css */
.badge[b-ce4nbmtv9a] {
    padding: 0.5rem;
    margin-right: 0.8rem;
    margin-top: 0.55rem;
}

.badge-node[b-ce4nbmtv9a] {
    color: #18D1BB;
    border: 1px solid #18D1BB;
}

.badge-super[b-ce4nbmtv9a] {
    color: #3B77E2;
    border: 1px solid #3B77E2;
}

.badge-finance[b-ce4nbmtv9a] {
    color: #6145F1 ;
    border: 1px solid #6145F1;
}

.hello[b-ce4nbmtv9a] {
    color: #9733EF;
}

.hello:hover[b-ce4nbmtv9a]{
    text-decoration: underline;
    text-decoration-color: #9733EF;
}

.btn-logout[b-ce4nbmtv9a] {
    font-weight: bolder;
    color: #9733EF;
}

.btn-logout:hover[b-ce4nbmtv9a] {
    color: #9733EF !important;
    text-decoration: underline;
    text-decoration-color: #9733EF;
}
/* _content/NodeGuard/Shared/MainLayout.razor.rz.scp.css */
.page[b-8gu8ouvt8j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8gu8ouvt8j] {
    flex: 1;
}

.sidebar[b-8gu8ouvt8j] {
    background-image: linear-gradient(135deg, #5749db 0%, #000000 60%);
    /* background-image: linear-gradient(180deg, #07F2B1 00%, #18D1BB 20%, #3B77E2 40%, #6145F1 60%, #9733EF 80%); */
}

.top-row[b-8gu8ouvt8j] {
    background-color: #ffffff;
    /* border-bottom: 1px solid #d6d5d5; */
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8gu8ouvt8j]  a, .top-row .btn-link[b-8gu8ouvt8j] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8gu8ouvt8j] {
        display: none;
    }

    .top-row.auth[b-8gu8ouvt8j] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-8gu8ouvt8j] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-8gu8ouvt8j], article[b-8gu8ouvt8j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/NodeGuard/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r2wmktyoca] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r2wmktyoca] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r2wmktyoca] {
    font-size: 1.5rem;
}

.oi[b-r2wmktyoca] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-r2wmktyoca] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}

    .nav-item:first-of-type[b-r2wmktyoca] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r2wmktyoca] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r2wmktyoca]  a {
        color: #07F2B1;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r2wmktyoca]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: #18D1BB;
}

.nav-item[b-r2wmktyoca]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #18D1BB;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r2wmktyoca] {
        display: none;
    }

    .collapse[b-r2wmktyoca] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
