@import '_content/BlazorStrap.V5/BlazorStrap.V5.soy3cwhzex.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';

/* /Pages/Shared/TabControlComponent.razor.rz.scp.css */
.tab[b-i778onx5de] {
    border: 0px;
    text-decoration: none;
    color: #005fc5;
    padding: 10px 10px;
    display: inline-block;
    transition: 500ms ease;
    transition: border-color 500ms ease;
    border-bottom: 2px solid #e3edf9;
}

    .tab:hover[b-i778onx5de] {
        /*text-decoration: none;*/
        cursor: pointer;
        background: #f1f7fd;
        border-bottom: 2px solid #005fc5
    }

.tab-active[b-i778onx5de] {
    border-bottom: 2px solid #005fc5;
    /*    font-weight: bold;*/
    /*    color: #104274;*/
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-119msbd74s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-119msbd74s] {
    flex: 1;
}

.sidebar[b-119msbd74s] {
    background-image: linear-gradient(180deg, #1c6abe 0%, #1c6abe 70%);
}

.top-row[b-119msbd74s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-119msbd74s]  a, .top-row[b-119msbd74s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-119msbd74s]  a:hover, .top-row[b-119msbd74s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-119msbd74s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 991.98px) {
    .top-row:not(.auth)[b-119msbd74s] {
        display: none;
    }

    .top-row.auth[b-119msbd74s] {
        justify-content: space-between;
    }

    .top-row[b-119msbd74s]  a, .top-row[b-119msbd74s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .page[b-119msbd74s] {
        flex-direction: row;
    }

    .sidebar[b-119msbd74s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-119msbd74s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-119msbd74s]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-119msbd74s], article[b-119msbd74s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uwfo1uvdw4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-uwfo1uvdw4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uwfo1uvdw4] {
    font-size: 1.1rem;
}

.oi[b-uwfo1uvdw4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uwfo1uvdw4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uwfo1uvdw4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uwfo1uvdw4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uwfo1uvdw4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-uwfo1uvdw4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-uwfo1uvdw4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 992px) {
    .navbar-toggler[b-uwfo1uvdw4] {
        display: none;
    }

    .collapse[b-uwfo1uvdw4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-uwfo1uvdw4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/UpdateAvailableDetectorComponent.razor.rz.scp.css */
.floating-update-button[b-e4ryr7d28e] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-e4ryr7d28e 2s ease-out;
    z-index:20000;
}

@keyframes fadein-b-e4ryr7d28e {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
