/* _content/Roero/Shared/DesktopLayout.razor.rz.scp.css */
.page[b-bp1zbqedqe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bp1zbqedqe] {
    flex: 1;
}

.sidebar[b-bp1zbqedqe] {
    width: 230px !important;
    background-image: none;
    /* LKAB Dark blue */
    background-color: #004369;
    /* original 
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
     */
}

.top-row[b-bp1zbqedqe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-bp1zbqedqe]  a, .top-row[b-bp1zbqedqe]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-bp1zbqedqe]  a:hover, .top-row[b-bp1zbqedqe]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-bp1zbqedqe]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide menu on the top when more then.. original: 640.98 */
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bp1zbqedqe] {
        display: none;
    }

    .top-row.auth[b-bp1zbqedqe] {
        justify-content: space-between;
    }

    .top-row[b-bp1zbqedqe]  a, .top-row[b-bp1zbqedqe]  .btn-link {
        margin-left: 0;
    }
}

/* Hide menu on the left when less then.. original: 641*/
/*@media (min-width: 641px) {*/
.page[b-bp1zbqedqe] {
    flex-direction: row;
}

.sidebar[b-bp1zbqedqe] {
    width: 275px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-bp1zbqedqe] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row.auth[b-bp1zbqedqe]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
}

.top-row[b-bp1zbqedqe], article[b-bp1zbqedqe] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

/*}*/
/* _content/Roero/Shared/DesktopNavMenu.razor.rz.scp.css */
.navbar-toggler[b-2expbm71dw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2expbm71dw] {
    height: 3.5rem;
    /* logo background color */
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-2expbm71dw] {
    font-size: 1.1rem;
}

.oi[b-2expbm71dw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2expbm71dw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-2expbm71dw] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-2expbm71dw] {
    padding-bottom: 1rem;
}

.nav-item[b-2expbm71dw]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-2expbm71dw]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-2expbm71dw]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/*Shows Hamburger menu when with is less then.. original: 641 */
/*@media (min-width: 1024px) {*/
.navbar-toggler[b-2expbm71dw] {
    display: none;
}


.collapse[b-2expbm71dw] {
    display: block;
}

/*}*/
/* _content/Roero/Shared/MobileLayout.razor.rz.scp.css */
.page[b-wigmvopch8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wigmvopch8] {
    flex: 1;
}

.sidebar[b-wigmvopch8] {
    background-image: none;
    /* LKAB Dark blue */
    background-color: #004369;
    /* original 
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
     */
}

.top-row[b-wigmvopch8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-wigmvopch8]  a, .top-row[b-wigmvopch8]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-wigmvopch8]  a:hover, .top-row[b-wigmvopch8]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-wigmvopch8]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 640.98 */
@media (max-width: 2499.98px) {
    .top-row:not(.auth)[b-wigmvopch8] {
        display: none;
    }

    .top-row.auth[b-wigmvopch8] {
        justify-content: space-between;
    }

    .top-row[b-wigmvopch8]  a, .top-row[b-wigmvopch8]  .btn-link {
        margin-left: 0;
    }
}

/*641 */
/*@media (min-width: 2500px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* _content/Roero/Shared/MobileNavMenu.razor.rz.scp.css */
.navbar-toggler[b-maj9m4h1vj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-maj9m4h1vj] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-maj9m4h1vj] {
    font-size: 1.1rem;
}

.oi[b-maj9m4h1vj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-maj9m4h1vj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-maj9m4h1vj] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-maj9m4h1vj] {
    padding-bottom: 1rem;
}

.nav-item[b-maj9m4h1vj]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-maj9m4h1vj]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-maj9m4h1vj]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/*Shows Hamburger menu when with is less then.. original: 641
 
@media (min-width: 1024px) {
    .navbar-toggler {
        display: none;
    }
    
    .collapse {
        display: block;
    }

}
*/
