@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/BlazorBlog/Components/Layout/FeedTitle.razor.rz.scp.css */
.feed-title[b-0x0663uwxg] {
    background: black;
    color: white;
    text-align: center;
    padding: 25px;
}

    .feed-title h2[b-0x0663uwxg] {
        margin: 0;
    }
/* _content/BlazorBlog/Components/Layout/Footer.razor.rz.scp.css */
footer[b-edtw4jfepl] {
    background: black;
    color: #bbb;
    flex-direction: row;
    padding: 25px;
    justify-content: space-between;
    margin-top: 50px;
}

ul[b-edtw4jfepl] {
    text-align: center;
}

.footer-block[b-edtw4jfepl] {
    display: inline-block;
    max-width: 500px;
    vertical-align: top;
    font-size: 10pt;
    margin: 0 50px;
    text-align: left;
    border-right: 2px solid #ddd;
    padding-right: 50px;
}

    .footer-block:last-child[b-edtw4jfepl] {
        border: 0;
        padding-right: 0;
    }

h3[b-edtw4jfepl] {
    text-align: center;
}

.socials[b-edtw4jfepl] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.social-icon[b-edtw4jfepl] {
    margin-right: 10px;
}

    .social-icon:last-child[b-edtw4jfepl] {
        margin-right: 0;
    }
/* _content/BlazorBlog/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dlm0ee8m1w] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dlm0ee8m1w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorBlog/Components/Layout/Navbar/Navbar.razor.rz.scp.css */
header[b-miz4x5agp6] {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    background: #222;
    color: white;
    padding: 10px;
    padding-top: 0;
    height: 80px;
    box-shadow: black 0 0 20px;
    z-index: 100;
}

/*ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}*/

/*li {
    display: inline-grid;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    line-height: 2.5;
}*/

.navbar-left[b-miz4x5agp6] {
    float: left;
}

.account-controls[b-miz4x5agp6] {
    float: right;
}

.navlink[b-miz4x5agp6] {
    color: white;
    text-decoration: none;
    padding: 20px;
    text-transform: uppercase;
}

    .navlink:hover[b-miz4x5agp6] {
        background-color: #444;
    }

.logo[b-miz4x5agp6] {
    width: 80px;
    display: inline-block;
    float: left;
}
.avatar[b-miz4x5agp6] {
    display: inline-block;
    max-width: 16px;
}

@media (max-width:738px) {
    *[b-miz4x5agp6] {
        font-size: 8pt;
        display: none !important;
    }
}

.spacer[b-miz4x5agp6] {
    height: 100px;
}
/* _content/BlazorBlog/Components/Layout/PaginationComponent.razor.rz.scp.css */
div *[b-2jo9ijkbw2] {
    display: inline-block;
}

.container[b-2jo9ijkbw2] {
    padding: 10px;
    text-align: center;
}

.button[b-2jo9ijkbw2] {
    margin-left:10px;
    margin-right:10px;
}

input[b-2jo9ijkbw2] {
    text-align: right;
}
/* _content/BlazorBlog/Components/Layout/SocialIcon.razor.rz.scp.css */
.social-icon[b-8yls8ri5n0] {
    display: inline-block;
}

img[b-8yls8ri5n0] {
    width: 36px;
}

.social-tooltip[b-8yls8ri5n0] {
    display: none;
    position: absolute;
    color: #ddd;
    background-color: #111;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
    text-transform: uppercase;
}

.social-icon:hover .social-tooltip[b-8yls8ri5n0] {
    display: block;
}
/* _content/BlazorBlog/Components/Pages/Content/HouseBrandwyck.razor.rz.scp.css */
.itch-button[b-nz4o262s0s] {
    background-color: #FF2449;
    padding: 10px;
    border-radius: 5px;
    color: white !important;
}

    .itch-button img[b-nz4o262s0s] {
        max-width: 32px;
        display: inline;
        vertical-align: middle;
        filter: invert(100%);
    }

.main-art[b-nz4o262s0s] {
    width: 200px;
}
/* _content/BlazorBlog/Components/Pages/Content/PathOfLegends.razor.rz.scp.css */
.container[b-45z2tbpv0n] {
    padding-bottom: 10px;
}

.video-button[b-45z2tbpv0n] {
    display: inline-block;
    min-width: 100px;
    min-height: 25px;
    border-radius: 10px;
    padding: 10px;
    color: white;
    text-align: center;
}

    .video-button:hover[b-45z2tbpv0n] {
        text-decoration: none !important;
    }

#button-twitch[b-45z2tbpv0n] {
    background-color: #451093;
}

    #button-twitch:hover[b-45z2tbpv0n] {
        background-color: #6818df;
    }

#button-youtube[b-45z2tbpv0n] {
    background-color: #ff0033;
}

    #button-youtube:hover[b-45z2tbpv0n] {
        background-color: #ff4300;
    }
/* _content/BlazorBlog/Components/Pages/Content/SpiritsOfLightning.razor.rz.scp.css */
.container[b-dg8tw3vsjc] {
    padding-bottom: 10px;
}

.video-button[b-dg8tw3vsjc] {
    display: inline-block;
    min-width: 100px;
    min-height: 25px;
    border-radius: 10px;
    padding: 10px;
    color: white;
    text-align: center;
}

    .video-button:hover[b-dg8tw3vsjc] {
        text-decoration: none !important;
    }

#button-twitch[b-dg8tw3vsjc] {
    background-color: #451093;
}

    #button-twitch:hover[b-dg8tw3vsjc] {
        background-color: #6818df;
    }

#button-youtube[b-dg8tw3vsjc] {
    background-color: #ff0033;
}

    #button-youtube:hover[b-dg8tw3vsjc] {
        background-color: #ff4300;
    }
/* _content/BlazorBlog/Components/Pages/Home.razor.rz.scp.css */
#content-container[b-gjadu5zub0] {
    padding-left: 100px;
    padding-right: 100px;
}

#introduction[b-gjadu5zub0] {
    overflow: auto;
    display: flex;
    padding: 20px;
    flex-flow: row wrap;
}

.home-description[b-gjadu5zub0] {
    max-width: 700px;
}

.home-highlight[b-gjadu5zub0] {
    margin: auto;
}
/* _content/BlazorBlog/Components/Pages/PostsComponents/CommentComponent.razor.rz.scp.css */
.comment[b-fo08wun8qz] {
    border: 1px solid black;
    padding: 10px;
    margin: 10px 0;
}

.comment-head[b-fo08wun8qz] {
    background: #ae2e2e;
    color: white;
    padding: 10px;
    margin: -10px;
    margin-bottom: -10px;
    margin-bottom: 10px;
}

    .comment-head a[b-fo08wun8qz] {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

.comment-foot[b-fo08wun8qz] {
    border-top: 1px solid black;
    margin: -10px;
    margin-top: -10px;
    margin-top: 10px;
    background-color: #ae2e2e;
    color: white;
    padding: 5px;
}
/* _content/BlazorBlog/Components/Pages/PostsComponents/CommentComposer.razor.rz.scp.css */
.comment-composer[b-gyvubt9zkc] {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

textarea[b-gyvubt9zkc] {
    display: block;
    width: 100%;
    height: 100px;
    min-height: 50px;
}

button[b-gyvubt9zkc] {
    display: block;
}

.composer-row[b-gyvubt9zkc] {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: stretch;
    border: 1px solid black;
    margin-bottom: 10px;
}

.comment-preview[b-gyvubt9zkc] {
    border: 1px solid #ddd;
}

.composer-block[b-gyvubt9zkc], .comment-preview[b-gyvubt9zkc] {
    width: 100%;
    padding: 20px;
}
/* _content/BlazorBlog/Components/Pages/PostsComponents/PostComponent.razor.rz.scp.css */
article[b-42ofnc3s1x] {
    position: relative;
}

.post-title[b-42ofnc3s1x] {
    background: #ae2e2e;
    color: white;
    margin-left: -32px;
    margin-right: -24px;
    margin-top: -5px;
    margin-bottom: 20px;
    padding: 20px;
}

    .post-title:hover[b-42ofnc3s1x] {
        background: #d75f5f;
    }

.nsfw-warning[b-42ofnc3s1x] {
    margin: 20px 50px;
    color: #555;
    text-align: center;
}

.nsfw-title[b-42ofnc3s1x] {
    text-align: center;
    margin: 0;
}

.post-foot[b-42ofnc3s1x] {
    background: #ae2e2e;
    color: white;
    padding: 5px;
    margin-left: -32px;
    margin-right: -24px;
    margin-top: 20px;
}

    .post-foot a[b-42ofnc3s1x] {
        color: white;
    }

.link-title:hover[b-42ofnc3s1x] {
    text-decoration: none !important;
}

.embed-container[b-42ofnc3s1x] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.post-manage-controls[b-42ofnc3s1x] {
    position: absolute !important;
    right: 0;
    margin-right: 20px;
    margin-top: 12.5px;
}

    .post-manage-controls a[b-42ofnc3s1x], .post-manage-controls button[b-42ofnc3s1x] {
        display: inline-block;
    }
/* _content/BlazorBlog/Components/Pages/PostsComponents/PostComposer.razor.rz.scp.css */
.post-composer-panel[b-o1lb25lyid] {
    margin-bottom: 25px;
}

.post-composer-embed-box[b-o1lb25lyid] {
    width: fit-content;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
}

    .post-composer-embed-box button[b-o1lb25lyid] {
        width: unset;
        margin-top: -5px;
    }

    .post-composer-embed-box input[b-o1lb25lyid] {
        display: inline-block;
        width: auto;
        border: none !important;
    }

.post-embed iframe[b-o1lb25lyid], .post-embed img[b-o1lb25lyid], .post-embed svg[b-o1lb25lyid] {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 250px;
}
/* _content/BlazorBlog/Components/Widgets/TwitchStatusWidget.razor.rz.scp.css */
.main[b-ubbw2m9lhk] {
    background-color: #451093;
    color: white;
    display: flex;
    flex-flow: row nowrap;
    height: 80px;
    border-radius: 10px;
    padding: 5px;
    line-height: 0;
}

.main:hover[b-ubbw2m9lhk] {
    background-color: #6f42c1;
    text-decoration: none !important;
}

.thumbnail[b-ubbw2m9lhk] {
    width: 64px;
    height: 64px;
}

b[b-ubbw2m9lhk] {
    color: #ae2e2e;
}
