/* _content/DiscordOlegus.Web/Pages/Auth/Login.razor.rz.scp.css */
img.logo[b-tidc3y4qth] {

    width: 200px;
}

h3[b-tidc3y4qth] {
    text-align: center;
}

.background[b-tidc3y4qth] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    border-radius: 0.5rem;
}

.margin-1[b-tidc3y4qth] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.margin-2[b-tidc3y4qth] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.margin-content[b-tidc3y4qth] {
    margin-top: 5rem;
}

.textcolor[b-tidc3y4qth] {
    color: white;
}
/* _content/DiscordOlegus.Web/Pages/Settings.razor.rz.scp.css */
img.logo[b-j292ho5cvk] {
    max-width: 350px;
}
/* _content/DiscordOlegus.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-kchvbw9r0u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

article[b-kchvbw9r0u] {
    height: calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
}

.sidebar[b-kchvbw9r0u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

    .top-row[b-kchvbw9r0u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }    
}
/* _content/DiscordOlegus.Web/Shared/NavMenu.razor.rz.scp.css */
img.logo[b-w5wkt70dmz]{
    max-width: 55px;
}

.navbar-toggler[b-w5wkt70dmz] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-w5wkt70dmz] {
    font-size: 1.1rem;
}

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

.nav-item[b-w5wkt70dmz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

.nav-item[b-w5wkt70dmz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-w5wkt70dmz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-w5wkt70dmz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-w5wkt70dmz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
