/* _content/UMS.Web.Api/Pages/Index.razor.rz.scp.css */
.btn-block[b-9rj35avl2d] {
    --mdb-btn-margin-top: 0.5rem;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .gradient-form[b-9rj35avl2d] {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2[b-9rj35avl2d] {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}
/* _content/UMS.Web.Api/Shared/MainLayout.razor.rz.scp.css */
.page[b-keoty8zicd] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #eee;
}

[data-bs-theme=dark] .page[b-keoty8zicd] {
    background-color: #212529;
}

main[b-keoty8zicd] {
    flex: 1;
}

.sidebar[b-keoty8zicd] {
    /*background-color: #FBAB7E;
    background-image: linear-gradient(63deg, #FBAB7E 0%, #F7CE68 100%);*/
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #2c2c2c;
}

.top-row[b-keoty8zicd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .top-row[b-keoty8zicd]  a, .top-row .btn-link[b-keoty8zicd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-keoty8zicd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

[data-bs-theme=dark] .top-row[b-keoty8zicd] {
    background-color: #2b3035;
    color: #fff;
    border-bottom: 1px solid #2b3035;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-keoty8zicd] {
        display: none;
    }

    .top-row.auth[b-keoty8zicd] {
        justify-content: space-between;
    }

    .top-row a[b-keoty8zicd], .top-row .btn-link[b-keoty8zicd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-keoty8zicd] {
        flex-direction: row;
    }

    .sidebar[b-keoty8zicd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-keoty8zicd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-keoty8zicd], article[b-keoty8zicd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/UMS.Web.Api/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mcq87d08mz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mcq87d08mz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mcq87d08mz] {
    font-size: 1.1rem;
}

.bi[b-mcq87d08mz] {
    color: white;
}

.oi[b-mcq87d08mz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mcq87d08mz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mcq87d08mz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mcq87d08mz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mcq87d08mz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-mcq87d08mz]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-mcq87d08mz]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-mcq87d08mz] {
        display: none;
    }

    .collapse[b-mcq87d08mz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-mcq87d08mz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .themeswitch[b-mcq87d08mz] {
        position: absolute;
        bottom: 0;
        width:100%;
    }
}
/* _content/UMS.Web.Api/Shared/NoLayout.razor.rz.scp.css */
