/* /Session/Main/Main.razor.rz.scp.css */
main[b-tltllkxvu4] {
    height: 100%;
    width: 82%;
}

#mainContent[b-tltllkxvu4] {
    height: 100%;
    margin-bottom: 1rem;
}

#sessionSidebar[b-tltllkxvu4] {
    width: 30%;
}
/* /Session/Main/SessionDetail.razor.rz.scp.css */
#session[b-pump1fs3fx] {
    height: 100%;
    width: 70%;
}

#grid[b-pump1fs3fx] {
    /* height: 75%; */
    overflow-y: auto;
    font-size: .9rem !important;
}

    #grid.isEditing[b-pump1fs3fx] {
        color: lightgray;
    }

.bi[b-pump1fs3fx] {
    font-size: 1.5rem !important;
}

#grid .row[b-pump1fs3fx] {
    /* margin-bottom: .5rem; */
    padding: .2rem 0;
}

.row.selectedRow[b-pump1fs3fx] {
    background-color: #e9e9e9;
    color: black;
}

    .row.selectedRow input[b-pump1fs3fx] {
        font-size: .9rem !important;
        padding-left: .1rem;
        padding-right: .1rem;
    }

#grid .bi[b-pump1fs3fx] {
    font-size: 1.6rem;
}

#rowDetail[b-pump1fs3fx] {
    height: 25%;
}

.selectedRowOptions[b-pump1fs3fx] {
    position: absolute;
    width: 50px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dad6d6;
}

    .selectedRowOptions .circleWithText[b-pump1fs3fx] {
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        text-align: center;
        display: flex;
        border: solid black 1.5px;
        white-space: nowrap;
        width: 30px;
        height: 30px;
        background-color: white;
    }

        .selectedRowOptions .circleWithText.selected[b-pump1fs3fx] {
            background-color: rgb(56, 56, 56);
            color: white;
        }

        .selectedRowOptions .circleWithText span[b-pump1fs3fx] {
            font-size: 0.7rem;
            font-weight: bold;
        }
/* /Session/Session.razor.rz.scp.css */
.container-fluid[b-m565wjjqrh] {
    height: 100%;
}
/* /Session/SideBar/SideBar.razor.rz.scp.css */
#sidebar[b-j2djefjhcj] {
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    width: 18%;
    height: 100%;
}

    #sidebar .flex-column[b-j2djefjhcj] {
        height: 100%;
    }

#sidebar-heading[b-j2djefjhcj] {
    font-size: .75rem;
}


.exercisesContainer[b-j2djefjhcj] {
    height: 100%;
    overflow-y: auto;
}
/* /Session/SideBar/Timers/Timers.razor.rz.scp.css */
.timerContainer[b-leo6fu9oy6]{
    width: 12rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-atu5l3tjys] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-atu5l3tjys] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-atu5l3tjys], article[b-atu5l3tjys] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x6nqx9hbxc] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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