@import '_content/Rvl.Foundation.Blazor/Rvl.Foundation.Blazor.pm8wwyk4jc.bundle.scp.css';

/* _content/Rvl.UitbrakenManager.Web/Pages/Uitbraken/ManageUitbraak.razor.rz.scp.css */
.tab-container[b-mz5os6ng2o]
{
    overflow-y:auto;
    max-height: calc(100vh - 200px);
}
/* _content/Rvl.UitbrakenManager.Web/Pages/Uitbraken/UitbraakStappen.razor.rz.scp.css */
/* _content/Rvl.UitbrakenManager.Web/Pages/Uitbraken/UitbraakStapRow.razor.rz.scp.css */


.stap-th[b-l68c5dxo2c] {
    padding: 0 !important;
    height: 48px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #99A7B8 !important;
}

.taak-count-label[b-l68c5dxo2c]{
    width:20px;
    font-weight:bold;
}
/* _content/Rvl.UitbrakenManager.Web/Pages/Uitbraken/UitbraakTaakRow.razor.rz.scp.css */
.taak-status[b-vwh0guxln0]{
    width:130px;
}

.cell-container[b-vwh0guxln0]{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
}
/* _content/Rvl.UitbrakenManager.Web/Shared/Components/Forms/CircleProgress.razor.rz.scp.css */
.circle[b-8yot0c257b] {
    --percent: 75; /* change this for % */
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position:relative;
    /*background: conic-gradient( #00AA50 calc(var(--percent) * 1%), #D6D7D9 0 );*/
}

.circle[b-8yot0c257b]::before {
    content: '';
    width: 22px;
    position:absolute;
    height: 22px;
    border-radius: 50%;
    left:2px;
    top:2px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.circle-filled[b-8yot0c257b] {
    background-color: #00AA50;
    width:26px;
    height:26px;
    border-radius:50%;
    color:white;
    font-size:12px;
    text-align:center;
    line-height:26px;
}
/* _content/Rvl.UitbrakenManager.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-mhk5e1s78g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-mhk5e1s78g] {
    flex: 1;
}

.sidebar[b-mhk5e1s78g] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mhk5e1s78g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mhk5e1s78g]  a, .top-row .btn-link[b-mhk5e1s78g] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mhk5e1s78g] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mhk5e1s78g] {
        display: none;
    }

    .top-row.auth[b-mhk5e1s78g] {
        justify-content: space-between;
    }

    .top-row a[b-mhk5e1s78g], .top-row .btn-link[b-mhk5e1s78g] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mhk5e1s78g] {
        flex-direction: row;
    }

    .sidebar[b-mhk5e1s78g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mhk5e1s78g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-mhk5e1s78g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Rvl.UitbrakenManager.Web/Shared/NavMenu.razor.rz.scp.css */
