/* /Shared/BackButtonComponent.razor.rz.scp.css */
.back-button[b-o2f9zrvcps] {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}
/* /Shared/ItemControls/CircleLoading.razor.rz.scp.css */

.overlay[b-epmy1li1wc] {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgba(22, 22, 22, 0.5);
}

.overlay__inner[b-epmy1li1wc] {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content[b-epmy1li1wc] {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner[b-epmy1li1wc] {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin-b-epmy1li1wc 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin-b-epmy1li1wc {
    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-nupshuvwkf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-nupshuvwkf] {
    display: flex
}

.sidebar[b-nupshuvwkf] {
}

.top-row[b-nupshuvwkf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-nupshuvwkf]  a, .top-row .btn-link[b-nupshuvwkf] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-nupshuvwkf] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nupshuvwkf] {
        display: none;
    }

    .top-row.auth[b-nupshuvwkf] {
        justify-content: space-between;
    }

    .top-row a[b-nupshuvwkf], .top-row .btn-link[b-nupshuvwkf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nupshuvwkf] {
        flex-direction: column;
    }

    .sidebar[b-nupshuvwkf] {
        width: 200px;
        height: 89vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nupshuvwkf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-nupshuvwkf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.page-footer[b-nupshuvwkf] {
    position: fixed;
    bottom: 0;
    left: 50%;
    opacity: 0.2;
    transform: translate(-50%, 0);
}

.page-tips-of-the-day[b-nupshuvwkf] {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
#header-wrapper[b-ufk6b9etni] {
    background-color: #ed1d24;
}
.navbar-toggler[b-ufk6b9etni] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ufk6b9etni] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ufk6b9etni] {
    font-size: 1.1rem;
}

.oi[b-ufk6b9etni] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ufk6b9etni] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item[b-ufk6b9etni]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-ufk6b9etni]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ufk6b9etni]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ufk6b9etni] {
        display: none;
    }

    .collapse[b-ufk6b9etni] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SidebarMenu.razor.rz.scp.css */

