/* _content/Stolpejakten.Bedrift.WebApp/Pages/Index.razor.rz.scp.css */
.landing-page[b-awp3ggp7f6] {
    user-select: none;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.landing-page__banner[b-awp3ggp7f6] {
    background-image:url("https://stolpejakten.no/assets/images/landing-tiny.png");
    padding: 0;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.landing-page__branding[b-awp3ggp7f6] {
    display: flex;
    flex-direction: column;
    padding: 20px 40px 20px 40px;
}
.landing-page__branding h1[b-awp3ggp7f6] {
    color: #f8f8f8;
    font-size: 54px;
    padding-top: 40px;
    line-height: 80px;
    padding-bottom: 35px;
    font-weight: bold;
    flex:1;
}

.landing-page__branding h2[b-awp3ggp7f6] {
    color: #424242;
    font-size: 32px;
    line-height: 65px;
    font-weight: 500;
    padding-bottom: 20px;
    flex:1;
}

.landing-page__about[b-awp3ggp7f6] {
    padding: 40px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.landing-page__pricing[b-awp3ggp7f6] {
    
}

.landing-page__functionality[b-awp3ggp7f6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .landing-page__functionality[b-awp3ggp7f6] {
        flex-direction: column;
    }

    .landing-page__branding h1[b-awp3ggp7f6] {
        font-size: 32px;
        padding-top: 0;
        line-height: 40px;
    }
    
    .landing-page__branding h2[b-awp3ggp7f6] {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    
    .landing-page__banner[b-awp3ggp7f6] {
        max-height: 200px;
    }
}

.landing-page__functionality>div.function-bubble[b-awp3ggp7f6] {
    text-align: center;
    flex: 1;
    max-width: 250px;
    align-self: center;
    min-width: 200px;
}
.landing-page__functionality>div.function-bubble>.icon[b-awp3ggp7f6] {
    font-size: 64px;
    color: #99cc00;
    min-height: 80px;
}

.landing-page__functionality>div.function-bubble>.heading[b-awp3ggp7f6] {
    font-size: 24px;
    color: #424242;
    line-height: 3;
}
.landing-page__functionality>div.function-bubble>.description[b-awp3ggp7f6] {
    font-size: 12px;
    color: #424242;
    min-height: 40px;
}
/* _content/Stolpejakten.Bedrift.WebApp/Pages/Toplists.razor.rz.scp.css */
.toplists-container[b-zsekdn7857] {
    display: flex;
}

.toplists-container > .item[b-zsekdn7857] {
    flex:1;
    display:flex;
    margin-bottom: 5px;
    margin-top: 5px;
}

.toplists-container > .item > .rank[b-zsekdn7857] {
    flex:0;
    min-width: 100px;
    text-align: right;
}

.toplists-container > .item > .name[b-zsekdn7857] {
    flex:1;
}

.toplists-container > .item > .total[b-zsekdn7857] {
    flex:1;
    text-align: right;
}
/* _content/Stolpejakten.Bedrift.WebApp/Shared/Components/TermsOfUse.razor.rz.scp.css */
.tos-container[b-368wpnldop] {
    height: 250px;
    max-height: 250px;
    overflow-y:scroll;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tos-container .header h1[b-368wpnldop] {
    font-size: 18px;
}

.tos-container .header h2[b-368wpnldop] {
    font-size: 14px;
}

.tos-container .content[b-368wpnldop] {
    font-size: 12px;
}

.tos-container .content ol li > span[b-368wpnldop] {
    font-weight: bold;
}

.tos-container .content ol[b-368wpnldop] {
    padding-left: 10px;
}

.tos-container .content ol li[b-368wpnldop] {
    margin-bottom: 20px;
}
/* _content/Stolpejakten.Bedrift.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-1xdufhp7pu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-1xdufhp7pu] {
    flex: 1;
}

.sidebar[b-1xdufhp7pu] {
    background-color: white;
    border-right: 1px solid #d6d5d5;
}

.sidebar.hidden[b-1xdufhp7pu] {
    display: none;
}

.top-row[b-1xdufhp7pu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1xdufhp7pu]  a, .top-row .btn-link[b-1xdufhp7pu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1xdufhp7pu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1xdufhp7pu] {
        display: none;
    }

    .top-row.auth[b-1xdufhp7pu] {
        justify-content: space-between;
    }

    .top-row a[b-1xdufhp7pu], .top-row .btn-link[b-1xdufhp7pu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1xdufhp7pu] {
        flex-direction: row;
    }

    .sidebar[b-1xdufhp7pu] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1xdufhp7pu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
/*
    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}


.button.hidden[b-1xdufhp7pu] {
    display: none;
}
/* _content/Stolpejakten.Bedrift.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6eyy9iij32] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6eyy9iij32] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6eyy9iij32] {
    font-size: 1.1rem;
}

.oi[b-6eyy9iij32] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6eyy9iij32] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6eyy9iij32] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6eyy9iij32] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6eyy9iij32]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6eyy9iij32]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6eyy9iij32]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6eyy9iij32] {
        display: none;
    }

    .collapse[b-6eyy9iij32] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


.sj-side-navbar[b-6eyy9iij32] {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.sj-side-navbar__item[b-6eyy9iij32] {
    padding: 5px;
    color: #9966FF;
}

.sj-side-navbar__item:hover[b-6eyy9iij32] {
    background-color: #424242;
}

[b-6eyy9iij32] .sj-side-navbar__item:hover a {
    color:white !important;
}
[b-6eyy9iij32] .sj-side-navbar__item a {
    display: block !important;
    padding: 15px !important;
    color: #9966FF;
    font-size: 16px;
}

[b-6eyy9iij32] .sj-side-navbar__item a span {
    color: #9966FF;
    top: 3px !important;
}
/* _content/Stolpejakten.Bedrift.WebApp/Shared/PricingDetails.razor.rz.scp.css */

.pricing-container[b-4ks8eo0k2x] {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    flex-direction: row;
}

.pricing-header-root[b-4ks8eo0k2x] {
    text-align: center;
}

.pricing-card-container[b-4ks8eo0k2x] {
    flex: 1; 
    display: flex; 
    justify-content: center; 
    padding: 10px;
}

@media (max-width: 992px) {
    .pricing-container[b-4ks8eo0k2x] {
        flex-direction: column;
    }
}
