@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/GnosisNet.Domus/Layout/MainLayout.razor.rz.scp.css */
.page[b-hbfpi7cibg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hbfpi7cibg] {
    flex: auto;
}

.sidebar[b-hbfpi7cibg] {
    background-color: var(--menuPanel);
}

.sidebar-right[b-hbfpi7cibg] {
    background-color: var(--background-panel);
    border-left: 2px solid var(--primary);
    position: fixed;
    height: 100%;
    z-index: 999;
    right: 0;
    float: right;
    top: 55px;
}

.top-row[b-hbfpi7cibg] {
   
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--pageBorder);
    background-color: var(--primary);
}

    .top-row[b-hbfpi7cibg]  a, .top-row[b-hbfpi7cibg]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row[b-hbfpi7cibg]  a:hover, .top-row[b-hbfpi7cibg]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hbfpi7cibg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hbfpi7cibg] {
        /*display: none;*/
    }

    .top-row[b-hbfpi7cibg] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .logo-container[b-hbfpi7cibg] {
        padding-right: 0;
        padding-left:0;
    }

    .top-row .auth[b-hbfpi7cibg] {
        justify-content: flex-start !important;
        margin-right: auto;
    }

    .top-row .not-authorised[b-hbfpi7cibg] {
        padding-left: 3rem;
    }

    .top-row.auth[b-hbfpi7cibg] {
        justify-content: space-between;
    }

    .top-row[b-hbfpi7cibg]  a, .top-row[b-hbfpi7cibg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hbfpi7cibg] {
        flex-direction: row;
    }


    .top-row[b-hbfpi7cibg] {
        position: static;
        top: 0;
        z-index: 3;
    }

        .top-row.auth[b-hbfpi7cibg]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
    /*
    .top-row, article {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    article {
        padding-right: 2rem !important;
    }*/
}
/* _content/GnosisNet.Domus/Shared/NavigationMenu/GeneralNavMenu.razor.rz.scp.css */
.navbar-toggler[b-wvr6nuxjpb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wvr6nuxjpb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wvr6nuxjpb] {
    font-size: 1.1rem;
}

.oi[b-wvr6nuxjpb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wvr6nuxjpb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wvr6nuxjpb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wvr6nuxjpb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wvr6nuxjpb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-wvr6nuxjpb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-wvr6nuxjpb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.longTitle[b-wvr6nuxjpb] {
    font-weight: 400 !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wvr6nuxjpb] {
        display: none;
    }

    .collapse[b-wvr6nuxjpb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
