/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Layout/MainLayout.razor.rz.scp.css */
header[b-mlsrg9u5gj], main[b-mlsrg9u5gj] {
    max-width: 1200px;
    margin: 0 auto;
    padding:0 10px;
}


header[b-mlsrg9u5gj] {
    padding: 1rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    header .logo[b-mlsrg9u5gj] {
        height: 50px;
    }

    header > a[b-mlsrg9u5gj] {
        text-decoration: none;
    }



/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Pages/Home.razor.rz.scp.css */
/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Pages/MagazinePage.razor.rz.scp.css */
.back[b-wgsir20mxa] {
    margin-top: -1.5rem;
    position: absolute;
}
/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Shared/IssueItem.razor.rz.scp.css */
.item[b-5d33ha0y3q] {
    width: 48%;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom:15px;
}



@media only screen and (min-width: 600px) {
    .item[b-5d33ha0y3q] {
        width: 24%;
    }
}


.magazine > .cover[b-5d33ha0y3q], .magazine > .date[b-5d33ha0y3q] {
    width: 100%;
}

    .magazine > .cover.multiple[b-5d33ha0y3q] {
        box-shadow: 0 -13px 0px -4px #999, /* Second layer (closer) */
        0 -24px 0px -8px rgba(127,127,127,0.5); /* First layer (furthest back) */
    }


.magazine > .date[b-5d33ha0y3q] {
    display: block;
    font-size: 0.85rem;
    margin: 5px 0 0 0;
    text-align: center;
}
/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Shared/MagazineItem.razor.rz.scp.css */
.item[b-zfap82h1jf] {
    width: 48%;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
    .item[b-zfap82h1jf] {
        width: 24%;
    }
}


.magazine > .cover[b-zfap82h1jf], .magazine > .name[b-zfap82h1jf] {
    width: 100%;
}

    .magazine > .cover.multiple[b-zfap82h1jf] {
        box-shadow: 0 -13px 0px -4px #999, /* Second layer (closer) */
        0 -24px 0px -8px rgba(127,127,127,0.5); /* First layer (furthest back) */
    }


.magazine > .name[b-zfap82h1jf], .magazine > .date[b-zfap82h1jf] {
    display: block;
    font-size: 1.1rem;
    margin: 5px 0 0 0;
    text-align: center;
}
.magazine > .date[b-zfap82h1jf] {
    font-size: 0.85rem;
}

.magazine .btns[b-zfap82h1jf] {
    display: flex;
    width: 100%;
    margin-top:10px;
}
.magazine .btn[b-zfap82h1jf] {
    display: inline-block;
    flex: 1;
    padding: 0.7rem 0.3rem;
    border-radius: 50px;
    background-color: #fef0eb; /*#F39E14;*/
    color: #212529;
    border: none;
    font-weight: 400;
    font-size: 0.85rem;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: background-color 0.15s ease-in-out;
}

    .magazine .btn:hover[b-zfap82h1jf] {
        background-color: #e8ecf4 !important;
    }

    .magazine .btn.disabled[b-zfap82h1jf], .magazine .btn.disabled:hover[b-zfap82h1jf] {
        background-color: #949494 !important;
    }


    .magazine .btn:nth-of-type(1)[b-zfap82h1jf] {
        border-radius: 50px 0 0 50px;
        padding-left: 0.8rem;
        margin-right: 4px;
    }

    .magazine .btn:nth-of-type(2)[b-zfap82h1jf] {
        border-radius: 0 50px 50px 0;
        padding-right:0.8rem;
        margin-left: 4px;
    }
/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Shared/Modal.razor.rz.scp.css */
.modal-container[b-q6y3oxm3k7] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(6px) brightness(70%);
    backdrop-filter: blur(6px) brightness(70%);
}

    .modal-container .modal[b-q6y3oxm3k7] {
        text-align: center;
    }
/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Shared/PdfReader.razor.rz.scp.css */

.reader[b-ygh3do3mk2] {
    background-color:#080C20;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .reader > iframe[b-ygh3do3mk2] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .reader > .reader-footer[b-ygh3do3mk2] {
        position: fixed;
        height: 50px;
        width: 100%;
        padding-top: 10px;
        z-index: 1;
        bottom: 0;
        text-align: center;
        background-color: #080C20;
        -moz-animation: hideSwipeInfo 0.3s ease-in 10s forwards;
        -webkit-animation: hideSwipeInfo 0.3s ease-in 10s forwards;
        -o-animation: hideSwipeInfo 0.3s ease-in 10s forwards;
        animation: hideSwipeInfo-b-ygh3do3mk2 0.3s ease-in 10s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: .8;
    }

@keyframes hideSwipeInfo-b-ygh3do3mk2 {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes hideSwipeInfo {
    to {
        opacity: 0;
    }
}


.reader-close[b-ygh3do3mk2] {
    position: fixed;
    background-color: #FEF0EB;
    color: #2A2A2A;
    top: 20px;
    right: 20px;
    height: 33px;
    width: 33px;
    padding-top: 8px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    font-weight: 400;
    cursor: pointer;
}


/* _content/Mediafy.Sites.TidningspaketetOnline/Components/Shared/Spacer.razor.rz.scp.css */
.spacer[b-o3ny2od0nb] {
    height: 30px;
}
