@import '_content/RealTrainingSys.SharedClient/RealTrainingSys.SharedClient.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
/* /Pages/Room/Sim/CharacterChooserPage.razor.rz.scp.css */
.switch[b-bvpvv0qjuc]{position:relative;display:inline-block;width:50px;height:20px}.switch input[b-bvpvv0qjuc]{opacity:0;width:0;height:0}.slider[b-bvpvv0qjuc]{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:10px;background-color:#1a202c;outline-style:solid;outline-color:#1d3741;outline-width:2px;-webkit-transition:.4s;transition:.4s}.slider[b-bvpvv0qjuc]:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.2s;transition:.2s}input:checked+.slider[b-bvpvv0qjuc]{background-color:#305b6e}input:focus+.slider[b-bvpvv0qjuc]{box-shadow:0 0 1px #305b6e}input:checked+.slider[b-bvpvv0qjuc]:before{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.slider.round[b-bvpvv0qjuc]{border-radius:10px}.slider.round[b-bvpvv0qjuc]:before{border-radius:50%}.deleteBtn[b-bvpvv0qjuc]{background-color:rgba(157,4,4,.6588235294);height:fit-content;padding-left:5px;padding-right:5px;padding-bottom:4px;border-radius:5px}
/* /Shared/MainLayout.razor.rz.scp.css */
/*div{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*}*/
.page[b-htpjf2l3r7] {
    position: relative;
    display: flex;
    flex-direction: row;
}

.main[b-htpjf2l3r7] {
    flex: 1;
}

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

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

    /*    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }
*/
    .top-row a:first-child[b-htpjf2l3r7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

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

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

    .sidebar[b-htpjf2l3r7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .main > div[b-htpjf2l3r7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
