/* /Pages/Index.razor.rz.scp.css */
:root[b-qblkvk4oir] {
    /** Color palette from Lesjofors Design Guidelines **/
    --lfs-blue2: #aac8e6;
    --lfs-blue3: #5078c8;
    --lfs-blue4: #324696;
    --lfs-blue5: #462878;
    --lfs-dark-blue: #001e3c;
    --lfs-red: #f03c3c;
    --lfs-red-pink: #ff9696;
    --lfs-red-2: #aa1e3c;
    --lfs-red-dark-2: #5a0032;
    --lfs-warm-grey-1: #f0f0ee;
    --lfs-warm-grey-2: #dcdcda;
    --lfs-warm-grey-3: #b4b4b2;
    --lfs-warm-grey-4: #646462;
    --lfs-warm-grey-5: #282826;
}

*[b-qblkvk4oir] {
    color: var(--lfs-dark-blue);
    font-family: Arial, Helvetica, sans-serif;
    /*overflow-x: unset;
    overflow-y: unset;*/
}

body[b-qblkvk4oir] {
}



.card .lfs-red-line[b-qblkvk4oir] {
    width: auto;
    border-radius: .25rem .25rem 0 0;
}

.lfs-blue-line[b-qblkvk4oir] {
    background: var(--lfs-blue3);
    width: 150px;
    height: 8px;
    display: inline-block
}

.card .lfs-blue-line[b-qblkvk4oir] {
    width: auto;
    border-radius: .25rem .25rem 0 0;
}

#product-view[b-qblkvk4oir] {
    border-radius: 0 10px 10px 0;
    background: white;
    z-index: 3;
}

.product-view-header[b-qblkvk4oir] {
    color: var(--lfs-warm-grey-4);
    font-size: 1.5rem;
}

.card[b-qblkvk4oir] {
    cursor: pointer;
}

.card a[b-qblkvk4oir] {
    text-decoration: inherit;
    color: inherit;
}
/* /Pages/ProductDetail/MultiSelectDropdown.razor.rz.scp.css */

.multiselect-dropdown[b-t3wm5fjxzz] {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: relative;
    /*display: inline-block;*/
}

    .multiselect-dropdown span.close[b-t3wm5fjxzz] {
        cursor: pointer;
        width: 100%;
        display: flex;
        height: 2rem;
        justify-content: center;
        align-content: center;
    }

    .multiselect-dropdown a[b-t3wm5fjxzz] {
        width: 100%;
        display: block;
        cursor: pointer;
        padding: .375rem .375rem;
        border-bottom: 1px solid #ced4da;
    }

.dropdown-content[b-t3wm5fjxzz] {
    display: none;
    position: absolute; /* Ändrat från 'static' till 'absolute' */
    background-color: inherit;
    min-width: 160px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Lägg till en z-index för att placera innehållet över andra element */
}

.dropdown-item[b-t3wm5fjxzz] {
    display: flex;
}

    .dropdown-item .country-name[b-t3wm5fjxzz]
    {
        margin-left: 0.6rem;
        cursor: default;
    }


    .dropdown-item .fi[b-t3wm5fjxzz] {
        width: 2rem;
        height: 1.5rem;
        border-radius: 3px;
    }

.dropdown-item.active[b-t3wm5fjxzz] , .dropdown-item:active[b-t3wm5fjxzz]{
    background-color: var(--lfs-blue2);
    color: white;
}

#back-icon[b-t3wm5fjxzz] {
    top: 0;
    cursor: pointer;
    padding: .55rem .375rem;
    border-bottom: 1px solid #ced4da;
}

.multiselect-field[b-t3wm5fjxzz] {
    display:flex;
}
/* /Pages/ProductDetail/ProductDetail.Filter.razor.rz.scp.css */
body[b-3s6buslbnd] {
}


.filter[b-3s6buslbnd] {
    border: solid var(--lfs-warm-grey-3);
    border-width: 0px 1px 0px 0px;
}

.filter:last-child[b-3s6buslbnd] {
    border: none;
}

.filter-container[b-3s6buslbnd] {
    border-bottom: lightgrey 1px solid;
    background-color: var(--lfs-warm-grey-2);
    border-radius: 5px;
}
/* /Pages/ProductDetail/ProductDetail.LocationCard.razor.rz.scp.css */
body[b-ryp89usyiu] {
}

.certificates strong[b-ryp89usyiu], .certificates ul li[b-ryp89usyiu] {
    color: deepskyblue;
}

.product-card[b-ryp89usyiu] {
    display: inline-grid;
}

.fi[b-ryp89usyiu] {
    width: 2rem;
    height: 1.5rem;
    border-radius: 3px;
}

.email a[b-ryp89usyiu] {
    text-decoration: none;
    color: var(--lfs-red-2);
}

    .email a:hover[b-ryp89usyiu] {
        opacity:0.8;
    }


.address p[b-ryp89usyiu] {
    margin: 0;
}

.card-body[b-ryp89usyiu] {
    overflow: hidden;
}
/* /Pages/ProductDetail/ProductDetail.razor.rz.scp.css */

#header-product-group[b-0viomjsl5f], #header-product[b-0viomjsl5f] {
    font-size: 2.3rem;
}

#back-link a[b-0viomjsl5f] {
    text-decoration: none;
    color: inherit;
}

#back-link[b-0viomjsl5f] {
    color: var(--lfs-darkblue);
    width: fit-content;
    margin-bottom: 1rem;
}
#back-link:hover[b-0viomjsl5f] {
    color: var(--lfs-blue3);
}


#back-link a[b-0viomjsl5f] {
    text-decoration: none;
    
}

#back-text[b-0viomjsl5f] {
    text-decoration: underline;
    margin-left: 5px;
    color: inherit;
}

#back-icon[b-0viomjsl5f] {
    color: inherit;
    top:2px;
}
/* /Pages/ProductList.razor.rz.scp.css */
body[b-v9rko8x8lf] {
}

hr[b-v9rko8x8lf] {
    color: var(--lfs-warm-grey-4);
}

.card .lfs-red-line[b-v9rko8x8lf] {
    width: auto;
    border-radius: .25rem .25rem 0 0;
}

.card .white-line[b-v9rko8x8lf] {
    width: auto;
    border-radius: .25rem .25rem 0 0;
    /*width: 150px;*/
    height: 8px;
    display: inline-block
}

.lfs-blue-line[b-v9rko8x8lf] {
    background: var(--lfs-blue3);
    width: 150px;
    height: 8px;
    display: inline-block
}

.card .lfs-blue-line[b-v9rko8x8lf] {
    width: auto;
    border-radius: .25rem .25rem 0 0;
}

#product-view[b-v9rko8x8lf] {
    border-radius: 0 10px 10px 0;
    background: white;
    z-index: 3;
}

.product-view-header[b-v9rko8x8lf]{
    color: var(--lfs-warm-grey-4);
    font-size: 1.5rem;
}

#resp[b-v9rko8x8lf] {
    color: var(--lfs-warm-grey-4);
    font-size: 1rem;
}

    .card[b-v9rko8x8lf] {
        cursor: pointer;
    }

        .card a[b-v9rko8x8lf], .card-container a[b-v9rko8x8lf] {
            text-decoration: inherit;
            color: inherit;
        }
/* /Pages/ProductMenu.razor.rz.scp.css */

body[b-116gdm0r10] {

}

a img[b-116gdm0r10], a.active img[b-116gdm0r10]   {
    padding-left: 5px;
}

a:hover[b-116gdm0r10], a.active:hover[b-116gdm0r10] {
    background-color: var(--lfs-warm-grey-2);
}

#product-menu[b-116gdm0r10] {
    border-radius: 10px 0 0 10px;
    background: white;
    border-right: var(--lfs-warm-grey-2) 1px solid;
    height: fit-content;
    z-index: 2;
    padding-bottom: 100px;
}

#product-menu-header[b-116gdm0r10] {
    font-size: x-large;
}

.nav-link[b-116gdm0r10] {
    color: inherit;
}

.nav-link.active[b-116gdm0r10] {
    background-color: inherit;
    color: inherit;
    font-weight: bold;
}

hr[b-116gdm0r10] {
    color: var(--lfs-warm-grey-4);
}
/* /Shared/Header.razor.rz.scp.css */
nav[b-yfl1oab69i] {
    background-color: var(--lfs-dark-blue);
}


.site-name[b-yfl1oab69i] {
    color: white;
    margin-left: 5%!important;
}

.site-name span.red-under-line[b-yfl1oab69i] {
    padding-bottom: 6px;
    border-bottom: 5px solid var(--lfs-red);
}

.site-name span[b-yfl1oab69i] {
    color: inherit;
}

.site-name .test[b-yfl1oab69i] {
    background-color: yellow;
    color: black;
    margin-left: 10px;
    padding: 2px 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2kb6ez94qn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2kb6ez94qn] {
    flex: 1;
}

.sidebar[b-2kb6ez94qn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2kb6ez94qn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2kb6ez94qn]  a, .top-row[b-2kb6ez94qn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2kb6ez94qn]  a:hover, .top-row[b-2kb6ez94qn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2kb6ez94qn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2kb6ez94qn] {
        display: none;
    }

    .top-row.auth[b-2kb6ez94qn] {
        justify-content: space-between;
    }

    .top-row[b-2kb6ez94qn]  a, .top-row[b-2kb6ez94qn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2kb6ez94qn] {
        flex-direction: row;
    }

    .sidebar[b-2kb6ez94qn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2kb6ez94qn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2kb6ez94qn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2kb6ez94qn], article[b-2kb6ez94qn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9kv612q5cp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9kv612q5cp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9kv612q5cp] {
    font-size: 1.1rem;
}

.oi[b-9kv612q5cp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9kv612q5cp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9kv612q5cp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9kv612q5cp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9kv612q5cp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9kv612q5cp]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9kv612q5cp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9kv612q5cp] {
        display: none;
    }

    .collapse[b-9kv612q5cp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Version.razor.rz.scp.css */
body[b-yzjc55gnxq] {
}

#version[b-yzjc55gnxq] {
    position: fixed;
    top: 98%;
    right: 1%;
    color: #A1A1A1;
    font-size: x-small;
    z-index: 10;
}
