/* /Components/BannerComponent.razor.rz.scp.css */

.nav-code[b-wgy015s49c] {
    font-family: monospace;
    font-size: inherit;
}

/* Code in text */
p > .nav-code[b-wgy015s49c],
li > .nav-code[b-wgy015s49c],
.nav-code[b-wgy015s49c] {
    background: #404040;
    color: #fff;
    word-wrap: break-word;
    box-decoration-break: clone;
    padding: 5px;
    border-radius: .2rem;
    background: rgba(0, 0, 0, 0.5);
}

.la-navlink[b-wgy015s49c] {
}

.la-link[b-wgy015s49c] {
    text-decoration: none;
}

.la-title-small[b-wgy015s49c] {
    font-family: '1942';
    font-size: 30px;
    margin: unset;
    position: relative;
    top: 28px;
}

.la-title-large[b-wgy015s49c] {
    font-family: '1942';
    font-size: 100px;
    margin: unset;
}

@media only screen and (min-width: 600px) {
    .nav-code[b-wgy015s49c] {
        padding: .1rem .3rem .2rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-sy2l7isrkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sy2l7isrkd] {
    flex: 1;
}

.sidebar[b-sy2l7isrkd] {
    background: #250808;
}

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

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

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

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

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

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

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

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

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

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

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

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