@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pui3qmsk44] {
    display: flex;
    height: 100%;     
}

main[b-pui3qmsk44] {
    flex: 1;
}
 

#blazor-error-ui[b-pui3qmsk44] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pui3qmsk44] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Layout/NavMenu.razor.rz.scp.css */

.navbar-brand[b-cfr3pjxbop] {
    font-size: 1.1rem;
}

.nav-item[b-cfr3pjxbop] {
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-cfr3pjxbop] {
        padding-top: 0;
    }

    .nav-item:last-of-type[b-cfr3pjxbop] {
        padding-bottom: 0;
    }

    .nav-item[b-cfr3pjxbop]  .nav-link {
        background: none;
        border: none;
        border-radius: 0;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 1rem;
        color: rgb(223, 227, 235);
        font-weight: 300;
        column-gap: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor:pointer;
    }
        .nav-item[b-cfr3pjxbop]  .nav-link .material-symbols-outlined{
            font-size:20px;
            min-width:25px;
            max-width:25px;
            display:flex;
            align-items:center;
            justify-content:center;
        }

    .nav-item[b-cfr3pjxbop]  a.active {
        background-color: rgb(66 91 118 / 75%);
        color: #ffffff;
        border-right: 3px solid #ff7a59;
    }

    .nav-item[b-cfr3pjxbop]  .nav-link:hover {
        background-color: rgb(66 91 118 / 75%);
        color: #ffffff;
        border-right: 3px solid #ff7a59;
    }

.submenu[b-cfr3pjxbop] {
    margin-left: 0;
    background-color: #293645;
    border-left: 2px solid #293645;
}
