/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dhkwxcyj0d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .collapse[b-k9efojjhiz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PwaInstaller.razor.rz.scp.css */
/* If required, you can use display-mode media queries to show/hide content in standalone/browser modes */
/* @media all and (display-mode: standalone) {
        .standalone {
            display: block;
        }
    }
    @media all and (display-mode: browser) {
        .browser {
            display: block;
        }
    }
*/

/* Install popup is positioned bottom centre by default */
.pwa-install-prompt[b-jp5rogfpof] {
    z-index: 1000;
    position: fixed;
    background-color: #ededed;
    display: block;
    padding: 0.8rem 1rem 0 0.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    margin: 0 auto 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: 350px;
    border-radius: 5px;
}


/* Install popup is positioned bottom centre on iPhones (in portrait) */
@media screen and (orientation:portrait) {
    .pwa-install-iphone-prompt[b-jp5rogfpof] {
        z-index: 1000;
        position: fixed;
        background-color: #ededed;
        display: block;
        padding: 0.8rem 1rem 0 0.5rem;
        text-decoration: none;
        font-size: 16px;
        color: #555;
        margin: 0 auto 1rem;
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        max-width: 350px;
        border-radius: 5px;
    }
        /* Arrow pointing down towards the iPhone share button on the toolbar */
        .pwa-install-iphone-prompt[b-jp5rogfpof]:after,
        .pwa-install-iphone-prompt[b-jp5rogfpof]:after {
            z-index: 999;
            position: fixed;
            bottom: 0.6em;
            left: 66.6%;
            margin-left: -25%;
            content: '';
            width: 0;
            height: 0;
            border-top: solid 30px #ededed;
            border-left: solid 30px transparent;
            border-right: solid 30px transparent;
        }
}

/* Install popup is positioned top right on iPhones (in landscape) */
@media screen and (orientation:landscape) {
    .pwa-install-iphone-prompt[b-jp5rogfpof] {
        z-index: 1000;
        position: fixed;
        background-color: #ededed;
        display: block;
        padding: 0.8rem 1rem 0 0.5rem;
        text-decoration: none;
        font-size: 16px;
        color: #555;
        margin: 2rem auto 1rem;
        max-width: 350px;
        right: 1rem;
        top: 0;
        border-radius: 5px;
    }
        /* Arrow pointing up towards the iPhone share button on the toolbar */
        .pwa-install-iphone-prompt[b-jp5rogfpof]:before,
        .pwa-install-iphone-prompt[b-jp5rogfpof]:before {
            z-index: 999;
            position: fixed;
            top: 0.7em;
            right: 15.5%;
            content: '';
            width: 0;
            height: 0;
            border-bottom: solid 30px #ededed;
            border-left: solid 30px transparent;
            border-right: solid 30px transparent;
        }
}

 /* Install popup is positioned top right on iPads */
.pwa-install-ipad-prompt[b-jp5rogfpof] {
    z-index: 1000;
    position: fixed;
    background-color: #ededed;
    display: block;
    padding: 0.8rem 1rem 0 0.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #555;
    margin: 2rem auto 1rem;
    max-width: 350px;
    right: 1rem;
    top: 0;
    border-radius: 5px;
}
    /* Arrow pointing up towards the iPad share button on the toolbar */
    .pwa-install-ipad-prompt[b-jp5rogfpof]:before,
    .pwa-install-ipad-prompt[b-jp5rogfpof]:before {
        z-index: 1000;
        position: fixed;
        top: 0.7em;
        right: 14%;
        content: '';
        width: 0;
        height: 0;
        border-bottom: solid 30px #ededed;
        border-left: solid 30px transparent;
        border-right: solid 30px transparent;
    }

    @media screen and (orientation:landscape) {
        /* Arrow pointing up towards the iPad share button on the toolbar */
        .pwa-install-ipad-prompt[b-jp5rogfpof]:before,
        .pwa-install-ipad-prompt[b-jp5rogfpof]:before {
            right: 11%;
        }
    }
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-1rq3caf57x] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-1rq3caf57x 1s ease-out;
    z-index: 2000;
}

@keyframes fadein-b-1rq3caf57x {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
