/* _content/Brukbrukt.Web/Shared/Campaign.razor.rz.scp.css */
[b-6ln7dzt94z] li {
    margin-bottom: 0.75em;
}

[b-6ln7dzt94z] li:last-child {
    margin-bottom: 0;
}
/* _content/Brukbrukt.Web/Shared/Header/TopMenu.razor.rz.scp.css */
[b-gz7hhr6vys] .circle::before {
    transition: all 0.3s;
    opacity: 0;
    content: "";
    height: .5rem;
    width: .5rem;
    background-color: #BD5326;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
}

[b-gz7hhr6vys] .circle:hover::before {
    opacity: 1;
}
/* _content/Brukbrukt.Web/Shared/Header/TopMenuMobile.razor.rz.scp.css */
.nav-wrapper #nav-icon[b-ewev8jk6yx] {
    width: 78px;
    height: 69px;
    position: relative;
}

    .nav-wrapper #nav-icon span[b-ewev8jk6yx] {
        display: block;
        position: absolute;
        height: 2px;
        width: 28px;
        transition: all 0.3s ease;
    }

        .nav-wrapper #nav-icon span:nth-child(1)[b-ewev8jk6yx] {
            top: 25px;
            left: 22px;
        }

        .nav-wrapper #nav-icon span:nth-child(2)[b-ewev8jk6yx] {
            top: 35px;
            left: 22px;
        }

.nav-wrapper.open #nav-icon[b-ewev8jk6yx] {
    position: fixed;
}
.nav-wrapper.open #nav-icon span:nth-child(1)[b-ewev8jk6yx] {
    transform: rotate(45deg);
    top: 30px;
}

.nav-wrapper.open #nav-icon span:nth-child(2)[b-ewev8jk6yx] {
    transform: rotate(-45deg);
    top: 30px;
}


/* _content/Brukbrukt.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-l3uek5137o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l3uek5137o] {
    flex: 1;
}

.sidebar[b-l3uek5137o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l3uek5137o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l3uek5137o]  a, .top-row .btn-link[b-l3uek5137o] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-l3uek5137o] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-l3uek5137o] {
        display: none;
    }

    .top-row.auth[b-l3uek5137o] {
        justify-content: space-between;
    }

    .top-row a[b-l3uek5137o], .top-row .btn-link[b-l3uek5137o] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l3uek5137o] {
        flex-direction: row;
    }

    .sidebar[b-l3uek5137o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l3uek5137o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-l3uek5137o], article[b-l3uek5137o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Brukbrukt.Web/Shared/MatrikkelSearch.razor.rz.scp.css */
.autocomplete[b-vdvq49v56z] {
}
.autocomplete-input[b-vdvq49v56z] {
    width: 100%;
    margin: 0;
}
.autocomplete-list-wrapper[b-vdvq49v56z] {
    position: relative;
}
.autocomplete-list[b-vdvq49v56z] {
    width: 100%;
    max-height: 10em;
    overflow-y: auto;
    position: absolute;
    z-index: 10000;
    top: 1px;
    left: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.autocomplete:focus-within .autocomplete-list[b-vdvq49v56z] {
    border: 2px solid #000;
}

.autocomplete-list button[b-vdvq49v56z] {
    width: 100%;
    text-align: left;
}
/* _content/Brukbrukt.Web/Shared/MyPage/MyPageTopMenu.razor.rz.scp.css */
[b-6yh66o3o4c] .circle::before {
    transition: all 0.3s;
    opacity: 0;
    content: "";
    height: .5rem;
    width: .5rem;
    background-color: #BD5326;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
}

[b-6yh66o3o4c] .circle:hover::before {
    opacity: 1;
}
/* _content/Brukbrukt.Web/Shared/MyPage/MyPageTopMenuMobile.razor.rz.scp.css */
.nav-wrapper #nav-icon[b-t263yoav0s] {
    width: 78px;
    height: 69px;
    position: relative;
}

    .nav-wrapper #nav-icon span[b-t263yoav0s] {
        display: block;
        position: absolute;
        height: 2px;
        width: 28px;
        transition: all 0.3s ease;
    }

        .nav-wrapper #nav-icon span:nth-child(1)[b-t263yoav0s] {
            top: 25px;
            left: 22px;
        }

        .nav-wrapper #nav-icon span:nth-child(2)[b-t263yoav0s] {
            top: 35px;
            left: 22px;
        }

.nav-wrapper.open #nav-icon[b-t263yoav0s] {
    position: fixed;
}
.nav-wrapper.open #nav-icon span:nth-child(1)[b-t263yoav0s] {
    transform: rotate(45deg);
    top: 30px;
}

.nav-wrapper.open #nav-icon span:nth-child(2)[b-t263yoav0s] {
    transform: rotate(-45deg);
    top: 30px;
}


/* _content/Brukbrukt.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-56p2s4w4fr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-56p2s4w4fr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.oi[b-56p2s4w4fr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-56p2s4w4fr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-56p2s4w4fr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-56p2s4w4fr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-56p2s4w4fr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-56p2s4w4fr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-56p2s4w4fr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-56p2s4w4fr] {
        display: none;
    }

    .collapse[b-56p2s4w4fr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
