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

/* /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;
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-edtw4jfepl] {
    background: black;
    color: #bbb;
    padding: 25px;
    margin-top: 50px;
}

ul[b-edtw4jfepl] {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-block[b-edtw4jfepl] {
    display: inline-block;
    max-width: 500px;
    vertical-align: top;
    font-size: 10pt;
    text-align: left;
    border-right: 2px solid #ddd;
    padding: 0 50px;
    margin-bottom: 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;
    }
/* /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;
    }
/* /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;
}
/* /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;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-iyfxj6lu8s],
.components-reconnect-repeated-attempt-visible[b-iyfxj6lu8s],
.components-reconnect-failed-visible[b-iyfxj6lu8s],
.components-pause-visible[b-iyfxj6lu8s],
.components-resume-failed-visible[b-iyfxj6lu8s],
.components-rejoining-animation[b-iyfxj6lu8s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-retrying[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-failed[b-iyfxj6lu8s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-iyfxj6lu8s] {
    display: block;
}


#components-reconnect-modal[b-iyfxj6lu8s] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-iyfxj6lu8s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-iyfxj6lu8s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-iyfxj6lu8s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-iyfxj6lu8s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-iyfxj6lu8s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-iyfxj6lu8s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-iyfxj6lu8s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-iyfxj6lu8s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-iyfxj6lu8s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-iyfxj6lu8s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-iyfxj6lu8s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-iyfxj6lu8s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-iyfxj6lu8s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-iyfxj6lu8s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-iyfxj6lu8s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-iyfxj6lu8s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-iyfxj6lu8s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-iyfxj6lu8s {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /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;
}
/* /Components/Pages/Content/BloodAndShadows.razor.rz.scp.css */
.container[b-txrwlkc3cl] {
    padding-bottom: 10px;
}

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

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

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

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

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

#button-youtube:hover[b-txrwlkc3cl] {
    background-color: #ff4300;
}
/* /Components/Pages/Content/Commissions.razor.rz.scp.css */
.commission-sheet[b-xgc1tfpp6u] {
    width: 500px;
    margin: auto;
    display: block;
    border: 5px solid black;
}

.container[b-xgc1tfpp6u] {
    padding: 20px;
}
/* /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;
}
/* /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;
    }
/* /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;
    }
/* /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;
}
/* /Components/Pages/PostsComponents/CommentComponents/CommentComponent.razor.rz.scp.css */
.comment[b-b7nhi8gj07] {
    border: 1px solid black;
    padding: 10px;
    margin: 10px 0;
}

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

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

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

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

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

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

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

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

.post-title[b-42ofnc3s1x] {
    background: linear-gradient(transparent, black 500%) #ae2e2e;
    color: white;
    margin: -5px -24px 20px -32px;
    padding: 20px;
    font-weight: bold;
    box-shadow: 0 1px 3px 0 black;
}

.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: linear-gradient(transparent, black 500%) #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;
}
/* /Components/Pages/PostsComponents/PostComposer.razor.rz.scp.css */
#main-container[b-o1lb25lyid] {
    padding: 20px;
}

.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;
}

#tag-panel[b-o1lb25lyid] {
    display: flex;
    flex-direction: column;
}

.tag-selector[b-o1lb25lyid] {
    display: flex;
    flex-direction: row;
}

.tags-container[b-o1lb25lyid] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tag-box[b-o1lb25lyid] {
    background: #26b050;
    color: white;
    border-radius: 10px;
    padding: 10px;
}
/* /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;
}
