@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/WoodShop/Shared/MainLayout.razor.rz.scp.css */
.page[b-wpnecnasjy] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    max-width: 1400px;
    margin: auto;
    /*MF 230502*/
    min-height: 100vh;
}

main[b-wpnecnasjy] {
    flex: 1;
    /*max-width: 600px;*/
}

.sidebar[b-wpnecnasjy] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: rgb(5, 39, 103);
}

.topbar[b-wpnecnasjy] {
    background-color: rgb(5, 39, 103);
    align-items: center;
}





.top-row[b-wpnecnasjy] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wpnecnasjy]  a, .top-row .btn-link[b-wpnecnasjy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wpnecnasjy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*MF 230502*/
/*Code I added - Start*/
.bottom-row[b-wpnecnasjy] {
    /*background-color: #f7f7f7;*/
    border-top: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    /*Select all a elements where parent is a .bottom-row*/
    .bottom-row > a[b-wpnecnasjy] {
        display: flex;
        color: rgb(33, 37, 41);
        /*color and text-decor used to not show it as link*/
        text-decoration: none;
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        font-size: 1.1rem;
    }

/*Optionally this selector will also work: main article.content*/
main > .content[b-wpnecnasjy] {
    overflow-y: auto;
    margin-bottom: 3.5rem;
}
/*Code I added - End*/

.topbar[b-wpnecnasjy] {
    position: sticky;
    top: 0;
    /*z-index: 999;*/ /*So that it is not under the other elements */
}



@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wpnecnasjy] {
        display: none;
    }

    .top-row.auth[b-wpnecnasjy] {
        justify-content: space-between;
    }

    .top-row a[b-wpnecnasjy], .top-row .btn-link[b-wpnecnasjy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wpnecnasjy] {
        /*flex-direction: row;*/
    }

    .sidebar[b-wpnecnasjy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    /*Code I added - Start*/
    .bottom-row[b-wpnecnasjy] {
        /*left: 250px;*/
        /*width: calc(100vw - 250px);*/
        justify-content: flex-end;
    }
    /*Code I added - End*/

    .top-row[b-wpnecnasjy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wpnecnasjy], article[b-wpnecnasjy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/WoodShop/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x5odkkw2nq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x5odkkw2nq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x5odkkw2nq] {
    font-size: 1.1rem;
}

.oi[b-x5odkkw2nq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x5odkkw2nq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x5odkkw2nq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x5odkkw2nq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x5odkkw2nq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-x5odkkw2nq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-x5odkkw2nq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x5odkkw2nq] {
        display: none;
    }

    .collapse[b-x5odkkw2nq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-x5odkkw2nq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WoodShop/Shared/NavMenuTop.razor.rz.scp.css */
.navbar-toggler[b-jpo1zv05wh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jpo1zv05wh] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    /*background-color: rgb(5, 39, 103);*/
}

.navbar-brand[b-jpo1zv05wh] {
    font-size: 1.1rem;
}
/*#navbar-dark #navbar-nav #nav-link {
    color: rgba(255,255,255);
}*/

.oi[b-jpo1zv05wh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/*https://icon-sets.iconify.design/bi/*/

/*.oi-boatservice:before {
    content: url('https://api.iconify.design/mdi/account-service-outline.svg?color=white');
}*/

.oi-contact[b-jpo1zv05wh]:before {
    content: url('https://api.iconify.design/material-symbols/contact-page-outline.svg?color=white');
}

.oi-history[b-jpo1zv05wh]:before {
    content: url('https://api.iconify.design/material-symbols/manage-history.svg?color=white');
}

.oi-resetpassword[b-jpo1zv05wh]:before {
    content: url('https://api.iconify.design/carbon/password.svg?color=white');
}


.nav-item[b-jpo1zv05wh] {
    /*font-size: 0.9rem;*/
    /*padding-bottom: 0.5rem;*/
    padding-right: 0.5rem;
    display: inline-block;
    color: white;
}

    .nav-item:first-of-type[b-jpo1zv05wh] {
        /*padding-top: 1rem;*/
        /*padding-left: 1rem;*/
    }

    .nav-item:last-of-type[b-jpo1zv05wh] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-jpo1zv05wh]  a {
        /*color: #d7d7d7;*/
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

        .nav-item[b-jpo1zv05wh]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-jpo1zv05wh]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (max-width: 640.98px) {
    .nav-item:first-of-type[b-jpo1zv05wh] {
        padding-top: 1rem;
        /*padding-left: 1rem;*/
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-jpo1zv05wh] {
        display: none;
    }

    .nav-item:first-of-type[b-jpo1zv05wh] {
        /*padding-top: 1rem;*/
        padding-left: 1rem;
    }

    .nav-item:last-of-type[b-jpo1zv05wh] {
        /*padding-bottom: 1rem;*/
    }

    .collapse[b-jpo1zv05wh] {
        /*Never collapse the sidebar for wide screens*/
        display: block;
    }

    .nav-scrollable[b-jpo1zv05wh] {
        /*Allow sidebar to scroll for tall menus*/
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .col-8x[b-jpo1zv05wh] {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-4x[b-jpo1zv05wh] {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
