/* _content/Starcast/Components/App.razor.rz.scp.css */
body[b-wesz8ohz6p] {
    background-color: var(--background);
    color: var(--textColor);
}
:root[b-wesz8ohz6p] {
    --background: #222;
    --fgBackground: #333;
    --textColor: #cacaca;
}
/* _content/Starcast/Components/InformationBoxCopyable.razor.rz.scp.css */
.infobox[b-38uh8erb5t] {
    min-width: 602px;
    padding: 0.34em 0.34em 0.34em 0.34em;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.infobox-label[b-38uh8erb5t] {
    flex-basis: 12rem;
    margin-right: 1.5rem;
    text-align: left;
    line-height: 3rem;
    height: 3rem;
    display: flex;
}

.subBox[b-38uh8erb5t] {
    flex-grow: 1;
    max-width: none;
    border-bottom: 1px dashed #808080;
    display: flex;
    width: 100%;
    line-height:3rem;
    vertical-align: middle;
}

.copyButton[b-38uh8erb5t] {
    margin-right: 0.1em;
    margin-left: auto;
    display:flex;
}
/* _content/Starcast/Components/InformationBoxEditable.razor.rz.scp.css */
.infobox[b-o3uh5831c5] {
    min-width: 602px;
    padding: 0.34em 0.34em 0.34em 0.34em;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.infobox-label[b-o3uh5831c5] {
    flex-basis: 12rem;
    margin-right: 1.5rem;
    text-align: left;
    line-height: 3rem;
    height: 3rem;
    display: flex;
}

.subBox[b-o3uh5831c5] {
    flex-grow: 1;
    max-width: none;
    border-bottom: 1px dashed #808080;
    display: flex;
    width: 100%;
    line-height:3rem;
    vertical-align: middle;
}

.copyButton[b-o3uh5831c5] {
    margin-right: 0.1em;
    margin-left: auto;
    display:flex;
}
/* _content/Starcast/Components/Layout/Elements/CaptionSegment.razor.rz.scp.css */
.card[b-od9gffvgoy] {
    display: flex;
    background-color: inherit;
    color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-forward[b-od9gffvgoy] {
    flex-direction: row;
}

.card-reverse[b-od9gffvgoy] {
    flex-direction: row-reverse;
}ject-fit: contain;[b-od9gffvgoy]
}

.contentContainer[b-od9gffvgoy] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    text-align: center;
}

.captionContainer[b-od9gffvgoy] {
    font-size: 3rem;
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3);
    text-align: center;
}

@media (max-width: 1500px) {
    .captionContainer[b-od9gffvgoy] {
        font-size: 2rem;
        box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3);
    }

    .contentContainer[b-od9gffvgoy] {
        font-size: 1rem;
    }
}
/* _content/Starcast/Components/Layout/Elements/IconBox.razor.rz.scp.css */
.IconBox[b-2nq21fz5vl] {
    width: 100%;
    display: inline-flex;
    text-align: center;
    flex: 1;
    background-color: inherit;
    color: inherit;
}

.BoxContainer[b-2nq21fz5vl] {
    display:flex;
    flex-direction: column;
    width: 100%;
}

.Caption[b-2nq21fz5vl] {
    font-size: 3rem;
    display:block;
    width: 100%;
}

.Icon[b-2nq21fz5vl] {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Icon img[b-2nq21fz5vl] {
    width: 100%;
    object-fit: contain;
}

.Content[b-2nq21fz5vl] {
    width: 100%;
}

@media (max-width: 1500px) {
    .Caption[b-2nq21fz5vl] {
        font-size: 2rem;
        box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3);
    }

    .Content[b-2nq21fz5vl] {
        font-size: 1rem;
    }
}

@media (min-width: 1500px) {
    .Caption[b-2nq21fz5vl] {
        font-size: 3rem;
    }

    .Content[b-2nq21fz5vl] {
        font-size: 1.5rem;
        font-size: 1rem;
    }
}
/* _content/Starcast/Components/Layout/Elements/IconContainer.razor.rz.scp.css */
.IconContainer[b-obdbtrhcap] {
    display: flex;
    background-color: inherit;
    color: inherit;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.175);
}
/* _content/Starcast/Components/Layout/Elements/ImageCaptionSegment.razor.rz.scp.css */
.card[b-t9wixyy1hw] {
    display: flex;
    background-color: inherit;
    color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-forward[b-t9wixyy1hw] {
    flex-direction: row;
}

.card-reverse[b-t9wixyy1hw] {
    flex-direction: row-reverse;
}

.imageContainer[b-t9wixyy1hw] {
    display:inline-flex;
    width: 25%;
    max-width: 25%;
    min-width: 25%
}

.imageContainer img[b-t9wixyy1hw] {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.contentContainer[b-t9wixyy1hw] {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
    font-size: 1.5rem;
    text-align: center;
}

.captionContainer[b-t9wixyy1hw] {
    font-size: 3rem;
    box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

@media (max-width: 1500px) {
    .captionContainer[b-t9wixyy1hw] {
        font-size: 2rem;
        box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3);
    }

    .contentContainer[b-t9wixyy1hw] {
        font-size: 1rem;
    }
}
/* _content/Starcast/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-tdy95k4asw]
{
    background-color: #111
}

.footer nav[b-tdy95k4asw] {
    text-align: center;
}
/* _content/Starcast/Components/Layout/HamburgerMenu.razor.rz.scp.css */
.hamburger[b-6m3zvg4pu4] {
    display: none;
}

.menu-btn[b-6m3zvg4pu4] {
    float: right;
}

#menu-btn:checked ~ .hamburger[b-6m3zvg4pu4] {
    display: block;
    background-color: #444;
    border: 1px solid #151515;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 15px 15px;
}

#menu-btn:checked #profile[b-6m3zvg4pu4] {
    position: relative;
    right: -159.39px;
}

.nav-item[b-6m3zvg4pu4]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}
.nav-item[b-6m3zvg4pu4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6m3zvg4pu4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* _content/Starcast/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vku3dyjbgi] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 85rem;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--fgBackground)
}

main[b-vku3dyjbgi] {
    flex: 1;
}

.topbar[b-vku3dyjbgi] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: var(--fgBackground);
    height: 3.5em;
    max-height: 3.5em;
    overflow-y: visible;
}

.top-row[b-vku3dyjbgi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vku3dyjbgi]  a, .top-row[b-vku3dyjbgi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vku3dyjbgi]  a:hover, .top-row[b-vku3dyjbgi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vku3dyjbgi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vku3dyjbgi] {
        justify-content: space-between;
    }

    .top-row[b-vku3dyjbgi]  a, .top-row[b-vku3dyjbgi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1500px) {
    .page[b-vku3dyjbgi] {
        width: 85rem;
    }
}

@media (max-width: 1500px) {
    .page[b-vku3dyjbgi] {
        flex-direction: column;
        max-width: 641px;
    }
    .sidebar[b-vku3dyjbgi] {
        width: 100%;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vku3dyjbgi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .top-row.auth[b-vku3dyjbgi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    .top-row[b-vku3dyjbgi], article[b-vku3dyjbgi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

    #blazor-error-ui[b-vku3dyjbgi] {
        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-vku3dyjbgi] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }

    @media (prefers-color-scheme: dark) {
    }

    :root[b-vku3dyjbgi] {
        --background: #151515;
        --textColor: #cacaca;
    }
/* _content/Starcast/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-psgafwawg0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-psgafwawg0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-psgafwawg0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-psgafwawg0] {
    font-size: 1.1rem;
}

.bi[b-psgafwawg0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/*.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}*/

.nav-item[b-psgafwawg0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-psgafwawg0] {
        /*padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-psgafwawg0] {
        /*padding-bottom: 1rem;*/
    }

    .nav-item[b-psgafwawg0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        /*width: 100%;*/
    }

.moveRight[b-psgafwawg0] {
    right: -206.53px;
}

.nav-item[b-psgafwawg0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-psgafwawg0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-psgafwawg0] {
    display: none;
    width: 85rem;
    margin-left: auto;
    margin-right: auto;
}

.profile-picture[b-psgafwawg0] {
    border: 1px solid var(--color-pink);
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    margin-right: .7rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-psgafwawg0] {
    display: block;
}

@media (min-width: 1500px) {
    .nav-scrollable[b-psgafwawg0] {
        display: block;
        width: 85rem;
        overflow-y: auto;
        max-width: 1360px;
    }
}

@media (max-width: 1500px) {
    .navbar-toggler[b-psgafwawg0] {
        display: none;
    }

    .nav-scrollable[b-psgafwawg0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
        max-width: 641px;
    }
}
/* _content/Starcast/Components/Stream/Config/List.razor.rz.scp.css */
/* _content/Starcast/Components/Stream/Config/StreamListItem.razor.rz.scp.css */
.streamItem[b-ic5dfu3g7l] {
    margin-right: auto;
    margin-left: auto;
    border-top: 1px dashed #808080;
}
/* _content/Starcast/Components/Stream/Config/TierDropdown.razor.rz.scp.css */
.infobox[b-nimg59hr0y] {
    min-width: 602px;
    padding: 0.34em 0.34em 0.34em 0.34em;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.infobox-label[b-nimg59hr0y] {
    flex-basis: 12rem;
    margin-right: 1.5rem;
    text-align: left;
    line-height: 3rem;
    height: 3rem;
    display: flex;
}

.subBox[b-nimg59hr0y] {
    flex-grow: 1;
    max-width: none;
    border-bottom: 1px dashed #808080;
    display: flex;
    width: 100%;
    line-height: 3rem;
    vertical-align: middle;
}
/* _content/Starcast/Components/Stream/Display/Chat.razor.rz.scp.css */
.chatBar[b-jb1jebzywu] {
    min-width: 340px;
    display:inline-flex;
    background-color: #333;
}

.chatBarContainer[b-jb1jebzywu] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inputBar[b-jb1jebzywu] {
    display:inline-flex;
    min-height: 40px;
    max-height: 40px;
}
/* _content/Starcast/Components/Stream/Display/ChatScroll.razor.rz.scp.css */
.chatScroll[b-hs07ccr3x6] {
    display: inline-flex;
    width: 100%;
    height: 100%;
    flex: 1;
}
/* _content/Starcast/Components/Stream/Display/StreamDisplay.razor.rz.scp.css */
.videoPlayer[b-prr5d7u90q] {
    width: 100%;
    border: none;
    aspect-ratio: 16 / 8;
    width: 100%;
}
/* _content/Starcast/Components/Stream/Display/ViewStream.razor.rz.scp.css */
.streamBox[b-nmy6u0auk6] {
    min-width: 99vw;
    margin-left: calc(((100vw - 85rem + 1.5rem) / 2) * -1);
    flex-direction:row;
    display:flex;
}
