@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/BoatServiceBookingBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-7ll2pxa5lp] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    max-width: 960px;
    margin: auto;
    /*MF 230502*/
    min-height: 100vh;
}

main[b-7ll2pxa5lp] {
    flex: 1;
    /*max-width: 600px;*/
}

.sidebar[b-7ll2pxa5lp] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: rgb(5, 39, 103);
    
}





.top-row[b-7ll2pxa5lp] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    
}

    .top-row[b-7ll2pxa5lp]  a, .top-row .btn-link[b-7ll2pxa5lp] {
        white-space: nowrap;
        margin-left: 1.5rem;
        
    }

    .top-row a:first-child[b-7ll2pxa5lp] {
        overflow: hidden;
        text-overflow: ellipsis;
        
    }

/*MF 230502*/
/*Code I added - Start*/
.bottom-row[b-7ll2pxa5lp] {
    /*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-7ll2pxa5lp] {
        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-7ll2pxa5lp] {
    overflow-y: auto;
    margin-bottom: 3.5rem;
}
/*Code I added - End*/

.topbar[b-7ll2pxa5lp] {
    position: sticky;
    top: 0;

    /*z-index: 999; So that it is not under the other elements*/
    /*background-color: rgb(5, 39, 103);*/
    background-color: #FFFF;
    align-items: center;
    border-block-end: solid;
    
}



@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7ll2pxa5lp] {
        display: none;
    }

    .top-row.auth[b-7ll2pxa5lp] {
        justify-content: space-between;
        
    }

    .top-row a[b-7ll2pxa5lp], .top-row .btn-link[b-7ll2pxa5lp] {
        margin-left: 0;
    }

    
}

@media (min-width: 641px) {
    .page[b-7ll2pxa5lp] {
        /*flex-direction: row;*/
    }

    .sidebar[b-7ll2pxa5lp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        
    }

    /*Code I added - Start*/
    .bottom-row[b-7ll2pxa5lp] {
        /*left: 250px;*/
        /*width: calc(100vw - 250px);*/
        justify-content: flex-end;
    }
    /*Code I added - End*/

    .top-row[b-7ll2pxa5lp] {
        position: sticky;
        top: 0;
        z-index: 1;
        
    }

    .top-row[b-7ll2pxa5lp], article[b-7ll2pxa5lp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BoatServiceBookingBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0d3n925kc5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0d3n925kc5] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: rgb(5, 39, 103);
}

.navbar-brand[b-0d3n925kc5] {
    font-size: 1.1rem;
}

.oi[b-0d3n925kc5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/*https://icon-sets.iconify.design/bi/*/

.oi-boatservice[b-0d3n925kc5]:before {
    content: url('https://api.iconify.design/mdi/account-service-outline.svg?color=white');
}
.oi-contact[b-0d3n925kc5]:before {
    content: url('https://api.iconify.design/material-symbols/contact-page-outline.svg?color=white');
}
.oi-history[b-0d3n925kc5]:before {
    content: url('https://api.iconify.design/material-symbols/manage-history.svg?color=white');
}
.oi-resetpassword[b-0d3n925kc5]:before {
    content: url('https://api.iconify.design/carbon/password.svg?color=white');
}

.nav-item[b-0d3n925kc5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0d3n925kc5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0d3n925kc5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0d3n925kc5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0d3n925kc5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0d3n925kc5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0d3n925kc5] {
        display: none;
    }

    .collapse[b-0d3n925kc5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0d3n925kc5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BoatServiceBookingBlazor/Shared/NavMenuTop.razor.rz.scp.css */
.navbar-toggler[b-fxxkr504vr] {
    background-color: rgba(255, 255, 255, 0.1);   
   
    /*var(--main-color);*/
    /*rgba(255, 255, 255, 0.1);*/
}
.navbar-toggler-icon[b-fxxkr504vr] {
    /*background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox=’0 0 32 32′ xmlns=’http://www.w3.org/2000/svg’%3E%3Cpath stroke=’rgba(0, 128, 0, 0.8)’ stroke-width=’2′ stroke-linecap=’round’ stroke-miterlimit=’10’ d=’M4 8h24M4 16h24M4 24h24’/%3E%3C/svg%3E”);*/

    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 32, 78)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    /*background-color: rgb(5, 39, 103);*/
}

    .navbar-toggler:focus[b-fxxkr504vr],
    .navbar-toggler:active[b-fxxkr504vr],
    .navbar-toggler-icon:focus[b-fxxkr504vr] {
        outline: none;
        box-shadow: none;
        border: none;
    }

.navbar-brand[b-fxxkr504vr] {
    font-size: 1.1rem;
}
/*#navbar-dark #navbar-nav #nav-link {
    color: rgba(255,255,255);
}*/

.oi[b-fxxkr504vr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    
   
}

/*https://icon-sets.iconify.design/bi/*/


/*TILLAGDA av JF 230914*/
.oi-account-logout[b-fxxkr504vr]:before {
    content: ''
    /*  logout:before{content:'\e001'}*/
}


.oi-home[b-fxxkr504vr]:before {   
    content: ''
}


.oi-boatservice[b-fxxkr504vr]:before {
    /*content: url('https://api.iconify.design/mdi/account-service-outline.svg?color=black');*/
}

.oi-contact[b-fxxkr504vr]:before {
    /*content: url('https://api.iconify.design/material-symbols/contact-page-outline.svg?color=black');*/
}

.oi-history[b-fxxkr504vr]:before {
    /*content: url('https://api.iconify.design/material-symbols/manage-history.svg?color=black');*/
}

.oi-resetpassword[b-fxxkr504vr]:before {
    /*content: url('https://api.iconify.design/carbon/password.svg?color=black');*/
}
/*HIT*/

.nav-item[b-fxxkr504vr] {
    /*font-size: 0.9rem;*/
    /*padding-bottom: 0.5rem;*/
    padding-right: 0.5rem;
    display: inline-block;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size:14px;
}

    .nav-item:first-of-type[b-fxxkr504vr] {
        /*padding-top: 1rem;*/
        /*padding-left: 1rem;*/
    }

    .nav-item:last-of-type[b-fxxkr504vr] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-fxxkr504vr]  a {
        /*color: #d7d7d7;*/
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*color: #00204E;*/
        color:var(--main-color);
        /*line-height: 3rem;*/
    }

        .nav-item[b-fxxkr504vr]  a.active {
            background-color: rgba(255,255,255,0.1);
            /*color: white;*/
            text-align: center;
            font-weight: 800;
         
           
        }

        .nav-item[b-fxxkr504vr]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: var(--main-color-buttons-hover);
        
        }

@media (max-width: 640.98px) {
    .nav-item:first-of-type[b-fxxkr504vr] {
        padding-top: 1rem;
        /*padding-left: 1rem;*/
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-fxxkr504vr] {
        display: none;
    }

    .nav-item:first-of-type[b-fxxkr504vr] {
        /*padding-top: 1rem;*/
        padding-left: 1rem;
    }

    .nav-item:last-of-type[b-fxxkr504vr] {
        /*padding-bottom: 1rem;*/
    }

    .collapse[b-fxxkr504vr] {
        /*Never collapse the sidebar for wide screens*/
        display: block;
    }

    .nav-scrollable[b-fxxkr504vr] {
        /*Allow sidebar to scroll for tall menus*/
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .col-8x[b-fxxkr504vr] {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-4x[b-fxxkr504vr] {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
