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

/* /Pages/Index.razor.rz.scp.css */
.right[b-u2dp40wg2w] {
    display: flex;
    justify-content: flex-end;
}
/* /Pages/OnAir.razor.rz.scp.css */
.right[b-diwbylbbxr] {
    display: flex;
    justify-content: flex-end;
}

.timer[b-diwbylbbxr] {
    display: flex;
    justify-content: space-around;
}

.subTimer[b-diwbylbbxr] {
    display: flex;
    justify-content: space-around;
}

.runnerName[b-diwbylbbxr] {
    width: 100px
}

.nextPageLink[b-diwbylbbxr]{
    padding-bottom:100px
}

/* /Pages/Setup.razor.rz.scp.css */
.right[b-vlgowalgdb] {
    display: flex;
    justify-content: flex-end;
}

.timer[b-vlgowalgdb] {
    display: flex;
    justify-content: space-around;
}

.none[b-vlgowalgdb] {
    display: none;
}

.all[b-vlgowalgdb] {
}
/* /Pages/Titles.razor.rz.scp.css */
.right[b-2hqpsqqijt] {
    display: flex;
    justify-content: flex-end;
}

.nav-item[b-2hqpsqqijt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2hqpsqqijt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2hqpsqqijt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2hqpsqqijt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-2hqpsqqijt]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-2hqpsqqijt]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* /Pages/Twitch_Controller.razor.rz.scp.css */
bo.right[b-2cdig9zo5e] {
    display: flex;
    justify-content: flex-end;
}
/* /Pages/VMix_Controller.razor.rz.scp.css */
bo.right[b-2dxbu7kuah] {
    display: flex;
    justify-content: flex-end;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2s7dnbfz2r] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: scroll;
}

main[b-2s7dnbfz2r] {
    flex: 1;
}

.sidebar[b-2s7dnbfz2r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2s7dnbfz2r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2s7dnbfz2r]  a, .top-row[b-2s7dnbfz2r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2s7dnbfz2r]  a:hover, .top-row[b-2s7dnbfz2r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2s7dnbfz2r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2s7dnbfz2r] {
        display: none;
    }

    .top-row.auth[b-2s7dnbfz2r] {
        justify-content: space-between;
    }

    .top-row[b-2s7dnbfz2r]  a, .top-row[b-2s7dnbfz2r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2s7dnbfz2r] {
        flex-direction: row;
    }

    .sidebar[b-2s7dnbfz2r] {
        width: 300px;
        /*
            �����̂܂܂��ƃT�C�h�o�[�ɗv�f�������ăX�N���[������ƁA��ʊO���w�i�����ɂȂ��Ă��܂��̂� 100% �ɂ���
            height: 100vh;
        */
        height: 100%;
        position: sticky;
        top: 0;
        overflow-y: scroll;
    }

    .top-row[b-2s7dnbfz2r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2s7dnbfz2r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2s7dnbfz2r], article[b-2s7dnbfz2r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ok9rhuow1f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ok9rhuow1f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ok9rhuow1f] {
    font-size: 1.1rem;
}

.oi[b-ok9rhuow1f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ok9rhuow1f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ok9rhuow1f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ok9rhuow1f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ok9rhuow1f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        gap: 8px;
    }

.nav-item[b-ok9rhuow1f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ok9rhuow1f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ok9rhuow1f] {
        display: none;
    }

    .collapse[b-ok9rhuow1f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
