@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Components/Toolbar.razor.rz.scp.css */
.toolbarfull[b-92t7bxcxmw] {
    height: 80px;
    top: 60px;
    left: 55px;
    right: 0px;
    display: inline-block;
    vertical-align: top;
    position: fixed;
    background-color: #f8f8f8;
    z-index: 3;
}

.toolbarerror[b-92t7bxcxmw] {
    height: 30px;
    right: 21px;
    left: 75px;
    top: 120px;
    display: fixed;
    background-color: #f9e5e4;
    vertical-align: top;
    position: fixed;
    z-index: 3;
}
.toolbarleft[b-92t7bxcxmw] {
    align-content: start;
    float: left;
    display: inline-block;
    z-index: 3;
    margin: 0;
    padding-top: 13px;
    padding-left: 0px;
}

.toolbarright[b-92t7bxcxmw] {
    float: right;
    vertical-align: top;
    display: inline-block;
    justify-content: end;
    z-index: 3;
    padding-top: 0px;
    padding-right: 0px;
}

.itemParagraph[b-92t7bxcxmw] {
    font-size: 12px;
    text-align: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2vrcm1iff0] {
    position: relative;
    display: contents;
    flex-direction: column;
}

.main[b-2vrcm1iff0] {
    flex: 1;
    min-height: 100vh;
    display: contents; 
    flex-direction: column;
}

.login-body[b-2vrcm1iff0] {
    padding: 40px;
}

.sidebar[b-2vrcm1iff0] {
    background-color: white;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-color: #f7f7f7;
    overflow-x: scroll !important;
    z-index: 4;
}

.content[b-2vrcm1iff0] {
    padding: 20px;
    min-height: 80vh;
    margin-left: 55px;
    margin-top: 140px;
    background-color: #f8f8f8;
    z-index: 0;
    transition: margin-left 0.3s;
}
.sidebar-collapsed ~ .content[b-2vrcm1iff0] {
    margin-left: 55px;
}

.top-row[b-2vrcm1iff0] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    border-left: 1px solid #d6d5d5;
}

    .top-row[b-2vrcm1iff0]  a, .top-row .btn-link[b-2vrcm1iff0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2vrcm1iff0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.footer[b-2vrcm1iff0] {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10vh;
    padding: 20px;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 14%), 0 3px 1px -5px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

@media (max-width: 300px) {
    .top-row:not(.auth)[b-2vrcm1iff0] {
        display: none;
    }

    .top-row.auth[b-2vrcm1iff0] {
        justify-content: space-between;
    }

    .top-row a[b-2vrcm1iff0], .top-row .btn-link[b-2vrcm1iff0] {
        margin-left: 0;
    }
}

@media (min-width: 300px) {
    .page[b-2vrcm1iff0] {
        flex-direction: row;
    }

    .sidebar[b-2vrcm1iff0] {
        overflow-x: hidden;
        height: 100vh;
        position: fixed;
        top: 60px;
        width: 55px;
        transition: width 0.3s;
    }
    .sidebar-collapsed[b-2vrcm1iff0] {
        width: 55px;
    }
    .sidebar.expanded[b-2vrcm1iff0] {
        width: 240px; /* expanded width */
    }
    .top-row[b-2vrcm1iff0] {
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 101;
    }
}
/* Position class for top center */
.mud-top-center-snackbar[b-2vrcm1iff0] {
    top: 20px !important; /* Adjust as needed */
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: fixed !important;
    z-index: 9999;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pd4xmlsjy2] {
    background-color: #f7f7f7;
}

.top-row[b-pd4xmlsjy2] {
    height: 2.5rem;
    background-color: #f7f7f7;
}

.navbar-brand[b-pd4xmlsjy2] {
    font-size: 1.0rem;
}

.oi[b-pd4xmlsjy2] {
    width: 2rem;
    font-size: 1.0rem;
    vertical-align: text-top;
    top: -2px;
}

.mud-navmenu .mud-nav-item[b-pd4xmlsjy2] {
    font-size: 0.5rem;
    padding-bottom: 0.1rem;
}

    .mud-navmenu .mud-nav-item:first-of-type[b-pd4xmlsjy2] {
        padding-top: 1rem;
    }

.mud-nav-item:last-of-type[b-pd4xmlsjy2] {
    padding-bottom: 1rem;
}

.mud-navmenu.mud-nav-item a[b-pd4xmlsjy2] {
    color: #454545 !important;
    border-radius: 4px !important;
    height: 3rem !important;
    display: flex !important;
    align-items: center !important;
    line-height: 3rem !important;
}

    .mud-navmenu.mud-nav-item a.active[b-pd4xmlsjy2] {
        background: #F0F0F0 !important;
        border-left: 6px solid #163B6D !important;
        font-weight: 700 !important;
    }

    .mud-navmenu.mud-nav-item a:hover[b-pd4xmlsjy2] {
        background: #F0F0F0;
        font-weight: 700;
    }

@media (min-width: 300px) {
    .navbar-toggler[b-pd4xmlsjy2] {
        /*display: none;*/
    }

    .collapse[b-pd4xmlsjy2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        padding-top: 10px;
    }
}
